Ffmpeg

From D3xt3r01.tk
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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