-
clipping selected portions of a video
I am able to clip 20 seconds of a video after the first minute of the video using the following:
ffmpeg -ss 00:01:00.0 -t 00:00:20.0 -acodec copy -vcodec copy -i input.mov output.mov
Is there a way to do the same but say clip 10 seconds (of a 1 hour video) EVERY THREE MINUTES and out put to a new video?
Thanks.
Pedro
Pedro