Sorted it out with help from IRC (thanks 'relaxed').  Needed to add '-f mpegts':
$ avconv -i inputFile.mpg -ss 00:12:00 -t 0:03:00 -codec copy -f mpegts 
outputFile.mpg
Incidentally, the same option is needed if concatenating a bunch of cut files 
into a single file.                                         
_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to