ffmpeg -i outlander_s01e02.mkv \ -ss 00:12:30 -to 00:14:45 \ -vf "subtitles=outlander_s01e02.mkv:si=0" \ -c:v libx264 -crf 20 -c:a aac \ jamie_claire_clip.mp4
From 00:12:30 to 00:14:45, with subtitles burned in. outlander s01e02 ffmpeg
If you're looking for specific moments to "put together" or edit: ffmpeg -i outlander_s01e02
"Outlander" is a popular television series based on a series of novels by Diana Gabaldon. The first season, episode 2, titled "The Green Man," continues the story of Claire Randall, a World War II nurse who finds herself transported back in time to 18th-century Scotland. If the file is too large, use the H
If the file is too large, use the H.264 codec with a Constant Rate Factor (CRF). A value of 23 is a good balance between quality and size. ffmpeg -i input_outlander_s01e02.mkv -c:v libx264 -crf 23 -c:a aac Outlander_Compressed.mp4