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

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
wOOL
帖子: 79
注册时间: 2007-08-21 14:02

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

#1

帖子 wOOL » 2007-12-26 23:22

敲的命令是:

代码: 全选

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]
回复