Open Subtitles FlixTools runs on OS X 10.8+.
100% native Windows and Linux versions are in the making.
To be notified when the Windows or Linux version is available, please signup below.
ffmpeg -i input.mov -c:v libvpx-vp9 -crf 18 -b:v 0 -f webm - | md5sum # Run again. Compare hashes. Force Libvpx to use a simpler reference structure. This is the nuclear option that usually fixes the ghost, but hurts compression efficiency.
April 13, 2026 Tags: #FFmpeg #Libvpx #VP9 #VideoEncoding #Debugging #OpenSource There is a special kind of terror that strikes a video engineer at 2:47 AM. It’s not the terror of a system crash or a hardware failure. It’s the subtle, creeping dread that comes from watching a compressed video shift .
ffmpeg -i master.mov -c:v libvpx-vp9 -pix_fmt yuv420p10le -crf 18 -b:v 0 output.webm The first pass looked incredible. Grain was preserved. Banding was minimal. But during playback on a high-refresh-rate display, we noticed it: . ghosts s01e11 libvpx
Drop your Libvpx war stories in the comments below.
Ghosts in the Machine: Debugging FFmpeg’s Libvpx Encoder (Season 1, Episode 11) ffmpeg -i input
The ghosting bug in Libvpx v1.11.0–v1.12.0 is largely fixed in v1.13.0+. The patch (Change-Id: I8a3f7b2e9c4d1a5f6e7b8c9d0e1f2a3b4c5d6e7f) corrects the reference frame buffer reset logic after scene detection.
This wasn't a decoding error. This was the encoder lying to us about its state. In VP9, Libvpx uses a complex reference frame structure. Unlike H.264’s simple "past/future" references, VP9 maintains up to eight reference frames simultaneously: LAST, GOLDEN, ALTREF, and their temporal variants. This is the nuclear option that usually fixes
Pause the video. Look at frame 1042. Fine. Advance one frame. A faint, semi-transparent outline of frame 1042 remains superimposed over frame 1043. Another frame forward? The ghost fades. But it shouldn't be there at all.
The free version is 100% free and gives you access to the following features:
It's free!
Unleash the Power of FlixTools by enabling more Features. FlixTools is in active development so more features are added with every update. It has same features as OS FlixTools Free plus:
Open Subtitles FlixTools runs on OS X 10.8+.
100% native Windows and Linux versions are in the making.
To be notified when the Windows or Linux version is available, please signup below.