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

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



> Thank You for Your time and answer:
> 
> >> $ 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.
> 
> That's what I get w/ this:
> 
> bad character '�'
> bad character '�'
> bad character '�'
> bad character 'R'
> bad character 'E'
> bad character 'M'
> bad character 'D'
> bad character 'A'
> bad character 'T'
> bad character 'E'
> 1: syntax error
> shnsplit: error: m:ss.ff format can only be used with CD-quality files
> 
> ?

You hame some strange characters at the top of cue file or lines ends with CRLF.
Try convert cue file to unix text file with dos2unix.

Regards


Reply to: