Ffmpeg

From D3xt3r01.tk
Revision as of 15:02, 9 September 2014 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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