We will extract the video and audio streams and then remux them with a forced frame rate. Run this command:
ffmpeg -i input.mkv -vf "setpts=PTS-STARTPTS,decimate=cycle=1" -c:v libx264 -crf 18 output.mkv
The is a classic tale of a bad encode ruining a good show. By using FFmpeg to correct the frame rate and MP4Box to rebuild the moov atom, you can restore the episode to its pristine, broadcast-quality state.
: Restoring a few seconds of video that may have been cut off or glitched in the original rip.

浙公网安备 申请中