[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT: flac splitting according to .cue file.



On Thu, 24 Nov 2011 11:33:00 +0100, dulev wrote:

Try:

$ flac -d -o 1.wav 1.flac
$ cuebreakpoints 1.cue | shnsplit 1.wav

cuebreakpoints is part of cuetools package.

I would also use this method. Except I usually use bchunk to split the file, where you use shnsplit.

So that would be:

$ bchunk -w 1.bin 1.cue track.wav

Then of course I would encode the tracks, tag them, rename them.


--
Olav Lavell <olav@freeict.nl>


Reply to: