Cut media files using ffmpeg

From Notes to self
Revision as of 23:47, 24 February 2012 by Verbovet (talk | contribs)
Jump to navigation Jump to search
$ 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