Video Editing - lc00/wiki-experiment GitHub Wiki
ffmpeg -t 00:55:19 -i input.flv -vcodec copy -acodec copy output.flv
-t HH:MM:SSis the duration of the video, use this to trim-ss HH:MM:SSis the beginning of the video-iis the input file-vcodec copyand-acodec copywork on the stream directly, without any conversion- The last argument is the output file