Outlander S02e01 Ffmpeg -

Behind the scenes of this digital memory, a technician named Elias sits in a darkened room, his screen glowing with lines of code. He isn’t a time traveler, but he controls the gate. To preserve this moment of Claire’s heartbreak for the world, he uses , a powerful tool that slices through video data like the stones slice through time.

Outlander is known for moody, low-light cinematography. Standard compression can introduce "banding" or blocks in dark scenes. Use a slower, higher-quality preset:

Here is helpful text and a guide regarding and FFmpeg .

ffmpeg -i "Outlander.S02E01.mkv" -c:v libx265 -crf 23 -c:a aac -b:a 128k "Outlander.S02E01_hevc.mp4"

ffmpeg -i "Outlander.S02E01.mkv" -vf cropdetect -f null - 2>&1 | grep crop

ffmpeg -i "Outlander.S02E01.mkv" -filter_complex "[0:v]setpts=0.909*PTS[v];[0:a]atempo=1.1[a]" -map "[v]" -map "[a]" "faster.mkv"

1.1× faster (pitch preserved):