分页: 1 / 1

[求助][shntool]Ape2Flac 出错error: value not in bytes...

发表于 : 2007-12-26 23:22
wOOL
敲的命令是:

代码: 全选

shntool split -t “%n.%p-%t” -f CDImage.cue -o ape CDImage.ape -d output
出错信息是:

代码: 全选

shntool [split]: error: value not in bytes, m:ss, m:ss.ff, or m:ss.nnn format: []
根据shntool文档

代码: 全选

Specifying split points
Split points simply mark places within the WAVE data of the input file where tracks will be split.
They can be specified in any combination of the following formats:
bytes
where bytes is a specific byte offset
m:ss
where m = minutes and ss = seconds
m:ss.ff where m = minutes, ss = seconds and ff = frames (75 per second, so ff ranges from 00 to
74)
m:ss.nnn
where m = minutes, ss = seconds and nnn = milliseconds (will be rounded to closest sec-
囗囗囗 boundary, or the first sector boundary if the closest one happens to be the beginning of
the file)
CUE sheet
- a simple CUE sheet, in which each "INDEX 01 m:ss:ff" line is converted to a m:ss.ff
split point
Split points must be given in increasing order, and must appear one per line. If the byte offset cal-
culated from the final split point equals the input file’s WAVE data size, then it is ignored. Since
split points specify locations within the input file where tracks will be split, N split points will cre-
ate N+1 output files. All m:ss formats will create splits on sector boundaries whenever the input
file is CD-quality; to force non-sector-aligned splits, use the exact byte format.
CUE sheet应该是支持的吧,网上的相关资料也没有提到这个错误

系统:Ubuntu 7.10 AMD64 shntool 3.0.3-1 mac 3.99[/code]

发表于 : 2008-01-02 13:45
wOOL
T上来



没答案?

发表于 : 2008-07-30 17:09
upsuper
你看看那个 cue 第一行最好有 REM

发表于 : 2008-07-30 18:14
快乐的灵犀
没答案?

Re: [求助][shntool]Ape2Flac 出错error: value not in bytes...

发表于 : 2009-02-08 20:20
白鳍豚
我也有同样的问题,不知如何解决 :em06