ffmpeg -i ghosts_s03e01.mkv (Note: Omitting an output file makes FFmpeg print metadata and exit.)
ffmpeg -i ghosts_s03e01.ts -c copy -af "adelay=250|250" ghosts_s03e01_fixed.ts (The |250 applies delay to both stereo channels.) ghosts s03e01 ffmpeg
ffmpeg -i ghosts_s03e01.mkv -vf "fps=1/60,scale=160:90,tile=4x5" -frames:v 1 preview.jpg This takes one frame every 60 seconds, scales them, and arranges 20 (4x5) on one image. If the episode crashes halfway through playback, FFmpeg can scan for errors: ffmpeg -i ghosts_s03e01