ffmpeg -i outlander_s03e01.mkv -vf "subtitles=subs.srt" -c:a copy outlander_s03e01_hardsub.mp4 (if subtitles are in the file):
Drop it in the comments below.
ffmpeg -i outlander_s03e04.mkv -itsoffset 0.2 -i outlander_s03e04.mkv -map 1:v -map 0:a -c copy fixed_audio.mkv Or shift audio earlier by -0.2 seconds: outlander s03 ffmpeg
ffmpeg -i outlander_s03e04.mkv -af "adelay=200|200" -c:v copy sync_fixed.mkv Process every episode of Season 3 into a smaller, mobile-friendly format:
ffprobe -v error -show_entries stream=codec_name,start_time outlander_s03e04.mkv If audio is 0.2 seconds behind, delay it: ffmpeg -i outlander_s03e01
ffmpeg -i outlander_s03e01.mkv -map 0:s:0 subs.srt Then burn them in:
December 2024
If you’re an Outlander fan with a digital copy of Season 3 (the epic voyage to the Caribbean, the print shop reunion, and Culloden’s aftermath), you know the struggle: massive 4K files, incompatible formats for your tablet, or the need to extract that perfect Jamie-and-Claire montage clip.