ffmpeg -i Ghosts_S04E01.mkv -ss 00:05:00 -t 00:00:30 -c copy Patience_Intro.mkv Use code with caution.

Isaac faces the Puritan ghost Patience in the dirt while Sam and the ghosts attempt a rescue.

Sam's estranged father, Frank (played by Dean Norris), visits Woodstone Mansion.

ffmpeg -i source.mkv \ -map 0 \ -c:v libx265 -crf 18 -preset slower \ -pix_fmt yuv420p10le \ -c:a libopus -b:a 128k \ -c:s copy \ -metadata title="Ghosts S04E01" \ -movflags +faststart \ output.mkv