Difference between revisions of "Ffmpeg"

From Useful Things
Jump to: navigation, search
(Created page with "== Common arguments == <code>-ss</code> position, in seconds or hh:mm:ss[.xxx]<br /> <code>-t</code> duration from start position<br /> <code>-acodec</code> audio codec<br />...")
 
(No difference)

Latest revision as of 05:28, 5 November 2014

Common arguments

-ss position, in seconds or hh:mm:ss[.xxx]
-t duration from start position
-acodec audio codec
-vcodec video codec

Snip media from a start time for a specified duration

ffmpeg -ss 00:00:30 -t 00:00:05 -i orginalfile -vcodec copy -acodec copy newfile