Mp3splt

From Edgar BV Wiki
Revision as of 08:00, 5 April 2019 by Red (talk | contribs) (Created page with "To cut up mp3s it's best to use this as it doesn't degrade the quality like ffmpeg does. # cut the first 40 seconds off a file <pre> smp3splt filename.mp3 0.40 EOF -o outputf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To cut up mp3s it's best to use this as it doesn't degrade the quality like ffmpeg does.

  1. cut the first 40 seconds off a file
smp3splt filename.mp3 0.40 EOF -o outputfile.mp3