Broadcast captures often arrive in Transport Stream (.ts) containers, which are inefficient for storage. Archivists prefer MKV (Matroska) for its ability to hold multiple audio and subtitle tracks.
This outputs crop=1920:1080:0:0 , confirming if the video requires cropping to remove letterboxing. outlander s07 ffmpeg
Before you can process any files, you need access to the content. Season 7 was split into two parts: Premiered June 16, 2023. Part 2 (Episodes 9-16): Premiered November 22, 2024. Broadcast captures often arrive in Transport Stream (
ffmpeg -i "Outlander_S07E01.mkv" -vf "subtitles=Outlander_S07E01.srt" -c:a copy "Outlander_S07E01_Burned.mp4" outlander s07 ffmpeg
ffmpeg -i "Outlander_S07E01.ts" \ -c:v copy \ -c:a copy \ -c:s copy \ "Outlander_S07E01.mkv"