How to split big AUDIO files based on cue

17 March 2009
Updated: 09 June 2011

If the big file is a mp3 one, you need mp3splt utility. ( RPM)

mp3splt -c file.cue bigfile.mp3

For FLAC|wav you'll need shnsplit from shntool package, and cuebreakpoints from cuetools package.

cuebreakpoints <file.cue> | shnsplit -o flac <bigfile.flac>

Note: for *.ape files you'll need to install an additional package for shnsplit called mac.

Because the resulted files don't have tag information, you can use cuetag to add this info:

cuetag <file.cue> split-track*.flac

Cuetag works with flac, ogg and mp3 files.

 
linux/split_cue_files.txt · Last modified: 2011/11/25 10:45 (external edit)
Email address
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki