I found that the position of the -i (input) option is significant, and must go before the codec switches, i.e.:ffmpeg -i [inputfile] -vcodec copy -acodec copy-ss [start] -t [duration] [outputfile]
Post a Comment
1 comment:
I found that the position of the -i (input) option is significant, and must go before the codec switches, i.e.:
ffmpeg -i [inputfile] -vcodec copy -acodec copy-ss [start] -t [duration] [outputfile]
Post a Comment