Cut media files using ffmpeg

From Notes to self
Revision as of 12:21, 4 July 2012 by Verbovet (talk | contribs) (Verbovet moved page Cut media files using ffmpeg to Cut media files using avconv without leaving a redirect)
Jump to navigation Jump to search
$ avconv -ss hh:mm:ss -t hh:mm:ss -i infile -codec copy outfile
-ss position
Seek to given time position
-t duration
Restrict the video to the duration