Sabtu, 13 September 2008

Tip of the Day: Split FLAC or WAV Files Using a CUE File

In order to split a FLAC or WAV file when you have a CUE file available, you will first need to install the packages cuetools and shntool:

sudo apt-get install cuetools shntool

These two packages contain the tools cuebreakpoints and shnsplit, which can be used as follows:

To split a FLAC file:

cuebreakpoints audio_disc.cue | shnsplit audio_disc.flac

And, for a WAV file:

cuebreakpoints audio_disc.cue | shnsplit audio_disc.wav

You can also edit the CUE file with a text editor in order to modify length times, or for concatenating two or more tracks.

Related articles
Tip of the Day: Rip FLAC and WAV to Ogg Vorbis

Updated: Sep 16, 2008

Tidak ada komentar:

Posting Komentar