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

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



> $ shnsplit -o wav -f 1.cue 1.flac
> 
> when I get:
> 
> shnsplit: error: value not in bytes, m:ss, m:ss.ff, or m:ss.nnn
> format:
> ...
> The .cue file has such lines:
> 
> ...
> INDEX 01 00:00:00
> INDEX 01 04:01:30
> INDEX 01 06:54:50

Try:

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

cuebreakpoints is part of cuetools package.

Regards


Reply to: