Simple script to split wave or flac file using cue description
This is simple script, that will split on big FLAC or WAVE file (usually CD rip) into small OGG files. It will also normalize OGG files, TAG them (also with data from CUE file) and rename properly.
Script requires shnsplit (from shntool), lltag, cuetag (from cuetools), vorbisgain, oggenc (from vorbis-tools) and flac
In Debian (or Ubuntu) environment you can install all tools with:
aptitude install shntool lltag cuetools vorbisgain vorbis-tools flac
of
apt-get install shntool lltag cuetools vorbisgain vorbis-tools flac
Enjoy!
Recent comments