Quick tip: if `ffmpeg` shows the incorrect frame count when processing videos, just toss it through a quick `mkvmerge`.```for i in video*; do mkvmerge "$i" -o"temp_$i"; done```#mkvmerge #ffmpeg