ffmpeg -i input.mp4 output.avi
ffmpeg -i Outlander.S01E03.mkv -c copy Outlander.S01E03.mp4
ffmpeg -i input.mp4 -c:v libx264 -crf 18 output.mp4 outlander s01e03 ffmpeg
k.letstalk 4:26 The Scripts – Page 2 - Outlander Watch Script for 313 Eye of the Storm ... Check out the script comments from the cast and crew wherever you see yellow! outlanderwatch.com Extracting subtitles and captions from video files with FFmpeg Yes. Extracting embedded subtitles is a simple stream copy operation that doesn't touch the video or audio—FFmpeg just extracts th... Mux Extracting Subtitles from Video file using FFmpeg ... - Medium Mar 17, 2026 —
ffmpeg -i Outlander.S01E03.mkv -c:v libx265 -crf 26 -c:a aac -b:a 128k output.mp4 ffmpeg -i input
Ensure that any actions you take regarding "Outlander" or any other copyrighted material are within the law. This includes streaming from official sources, purchasing episodes, or using download features provided by the streaming services.
Create a text file list.txt :
ffmpeg -i Outlander.S01E03.mkv -ss 00:10:30 -t 00:02:00 -c copy clip.mkv
If you're looking to download an episode of "Outlander" (Season 1, Episode 3) from a streaming service, be aware that downloading content from services like Netflix, Amazon Prime, etc., without permission may violate their terms of service. Some services offer download features within their apps for offline viewing. Extracting embedded subtitles is a simple stream copy
If you have a file of "Outlander S01E03" and you want to process it (convert, trim, etc.), replace input.mp4 in the examples above with the path to your file.