Cut media files using ffmpeg
$ ffmpeg -vcodec copy -acodec copy -ss hh:mm:ss -t hh:mm:ss -i infile outfile
-ss position- Seek to given time
position
-t duration- Restrict the video to the
duration
$ ffmpeg -vcodec copy -acodec copy -ss hh:mm:ss -t hh:mm:ss -i infile outfile
-ss positionposition-t durationduration