Cut media files using ffmpeg

From Notes to self
Revision as of 23:46, 24 February 2012 by Verbovet (talk | contribs) (Created page with "<pre>$ ffmpeg -vcodec copy -acodec copy -ss hh:mm:ss -t hh:mm:ss -i infile outfile</pre> ;<code>-ss position</code> :Seek to given time <code>position</code> ;<code>-t durat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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