Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[2 / 1 / ?]

Splicing a video with ffmpeg

No.819257 View ViewReplyOriginalReport
So I have a video about 30 minutes in length and I would like to take certain scenes from it. I have a list of times like so:

> 3:23 - 4:20
> 6:10 - 6:30
> 10:12 - 12:12

Etcetera. Is there a way I can construct a ffmpeg command to extract these times from the video? I know I can cut a single time with -ss and -to but can I extract all of these time signatures I have?