High-definition rips of Outlander can be large. If you are storing S01E04 on a mobile device, you might want to reduce the file size using the H.265 (HEVC) codec.
ffmpeg -i outlander_s01e04_source.mkv \ -c:v libx264 -preset slow -crf 19 \ -tune film -pix_fmt yuv420p \ -c:a aac -b:a 256k \ -c:s copy \ outlander_s01e04_h264.mp4 Use code with caution. Advanced 10-bit H.265 / HEVC Encoding (Archival Quality) outlander s01e04 ffmpeg
Note: Moving -ss before -i speeds up the process dramatically but might not be frame-accurate. For the emotional close-ups on Claire’s face, use -ss after -i for frame-perfect cuts (it will be slower to run). High-definition rips of Outlander can be large
Now go forth. (And don’t clip the wedding night scene in S01E07... or do. FFmpeg won’t judge.) outlander s01e04 ffmpeg