Category: video Generated on 2017-11-07 source: source
$ ffmpeg -ss 00:00:30.0 -i input.wmv -c copy -t 00:00:10.0 output.wmv
-ss
-t
is possible to use -to instead of -t to specify the end time
-to