Hi,

In my work, I use edit decision list (or EDL). I need process a huge video
file and "cut" the unnecesary sections, but this command don't work:

avconv -y -i source.mp4 -ss 00:00:09.351 -t 00:00:02.226 -ss 00:00:12.597
-t 00:00:05.065 target.mp4

The result of this command, is it only takes the last "time instruction"
00:00:12.597-00:00:05.065, and skips all others. Is possible use "avconv"
to make this task?

Thanks.


-- 

*
*
_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to