K-Meter
Mix and master like Bob Katz.
| Add to Cart |
ffmpeg -i s03e03.mkv -af "pan=mono|FC=FC" -t 45 beth_therapy.wav Now I have a clean, isolated vocal track—ready to be remixed into a lo-fi beat. “Therapy vibes to process your parents’ divorce to.” Let’s turn Pickle Rick vs. Rats into a high-quality GIF (because Twitter loves 15fps loops of mayhem):
Here’s what I found when I pointed FFmpeg at rick_and_morty_s03e03.mkv . The episode isn’t just a file; it’s a containment unit for multiple realities (streams). Using ffprobe : rick and morty s03e03 ffmpeg
ffmpeg -i broken_s03e03.mkv -c copy -bsf:v h264_mp4toannexb -f mpegts fixed.ts ffmpeg -i fixed.ts -c copy repaired.mkv Bitstream filtering. It’s not time travel, but it’s close. Using FFmpeg on Pickle Rick felt weirdly appropriate. The show is about taking a familiar form (a cartoon, a sitcom) and twisting it with science. FFmpeg does the same: it takes raw video streams and twists them into GIFs, thumbnails, clips, and audio stems. ffmpeg -i s03e03
Wait, what?
ffmpeg -i s03e03.mkv -vf "fps=1/10,select='not(mod(n,100))',tile=5x5" -frames:v 1 jaguar_preview.jpg This grabs a frame every 10 seconds and arranges 25 of them into a 5x5 grid. Perfect for deciding which frame to turn into a reaction meme. When Beth confronts Jerry about the divorce, her voice cracks with emotional weight. To extract just her dialogue (center channel from the 5.1 mix): The episode isn’t just a file; it’s a
ffmpeg -i s03e03.mkv -ss 00:12:30 -to 00:13:00 -c copy pickle_rage.mkv The -c copy flag is magic—it doesn’t re-encode, just repackages. It’s like using a portal gun to jump between keyframes without losing quality. Remember the Jaguar (the honorable warrior who helps Pickle Rick)? Let’s make a contact sheet of his best moments:
Did you know that audio levels can have an affect on external hardware and even plugins? Hardware (and some plugins) are designed for specific input levels - exceeding those levels can cause unwanted distortion and a loss of quality. James Wiltshire explains how K-Meter can be used to ensure proper levels.
I purchased your K-Meter beta, and I love it. I've tried every metering plug available, and I love yours the best. Great graphics, readability, ballistics, etc. All so well done. Thanks! Tom Third (tomthird.com)
This is the meter to use if you are serious about the K-System. It is accurate, easy to read, and contains tools for calibration. In addition, the interface is neat and collapses well if necessary. Dr. Heinrich Hohl
Just shouting out a big THANK YOU!!! for the K Meter plugin - I have been looking for a dedicated meter to use with logic without having to instigate 3 or more different plugins to monitor using the K -System. I have adopted the K system into my mixes for some time now and it vastly improves dynamics and clarity in digital land! I only hope the rest of the industry gets onboard! People would not be arguing ITB vs OTB Mixing if they all used your plugin! Timothy Kling (aka. Namatoke)