Ffmpeg: Difference between revisions

From D3xt3r01.tk
Jump to navigationJump to search
(Created page with "==What== Cut an mp3's first 17 seconds <source lang="bash"> ffmpeg -ss 00:00:17.00 -i inputfile.mp3 -acodec copy outputfile.mp3 </source> ==Resources== [http://blog.yimin...")
 
(No difference)

Latest revision as of 15:02, 9 September 2014

What

Cut an mp3's first 17 seconds

ffmpeg -ss 00:00:17.00 -i inputfile.mp3 -acodec copy outputfile.mp3

Resources

using ffmpeg for cutting media files – and the gotchas involved