Useful commands for ffmpeg.
Cut a video.
ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile]
Bazar/ffmpeg
Updated on 15/11/2011
ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile]
Updated on 15/11/2011