ffmpeg -i input.mkv -af ebur128=framelog=verbose -f null - Generate one thumbnail every 10 seconds for quick visual inspection:
ffmpeg -i input.mkv -c copy -fflags +genpts output_fixed.mkv sausage party: foodtopia s01e01 ffmpeg
ffmpeg -i input.mkv -vf "fps=1/10,scale=320:-1" -vsync vfr \ thumbnails/%04d.jpg Extract forced subtitles for the "food orgy" scenes (often burned-in for streaming): ffmpeg -i input
# Remux to MP4 container ffmpeg -i "Sausage_Party_Foodtopia_S01E01.mkv" -c copy -map 0 \ "Sausage_Party_Foodtopia_S01E01_remux.mp4" ffmpeg -i input.mkv -c:v copy -an video_only.h264 # or .hevc sausage party: foodtopia s01e01 ffmpeg