使用.cue文件对flac/ape分轨

Totem,mplayer,sopcast,realplayer,bmp
回复
头像
brianlan
帖子: 23
注册时间: 2007-06-30 17:37
来自: Nanjing University of Science & Technology

使用.cue文件对flac/ape分轨

#1

帖子 brianlan » 2009-04-23 23:53

声明:本帖参照了http://blog.csdn.net/lveyo/archive/2008 ... 71684.aspx

需要的工具有flac,mac,shntool ,ubuntu下安装:

$ sudo apt-get install flac mac shntool

PS:有些朋友可能和我一样,无法在源中安装mac,那么就请单独下载mac的deb包吧。mac即Monkey's Audio Codec的简称,这里提供一个网址
http://members.iinet.net.au/~aidanjm/ma ... 1_i386.deb
或者是从附件中进行下载

对cue索引的flac分轨:

$ shntool split -t "%n.%p-%t" -f example.cue -o flac example.flac -d output

-d 指定分轨后的falc文件的输出目录,不指定的话在当前目录生成

-t 指定输出文件的文件名格式,%n是音轨号,%p是演奏者/艺术家, %t标题

对ape分轨也类似

$ shntool split -t "%n.%p-%t" -f example.cue -o ape example.ape -d output

另外,将ape转换成flac
$ shnconv -i ape -o flac example.ape

或者
$ mac example.ape temp.wav -d
$ flac temp.wav example.flac
附件
mac-3.99-u4_b3-1_i386.deb
mac3.99
(198.61 KiB) 已下载 86 次
上次由 brianlan 在 2009-04-26 10:16,总共编辑 2 次。
头像
flies
帖子: 167
注册时间: 2005-11-10 21:20
来自: 广西南宁

Re: 使用.cue文件对flac/ape分轨

#2

帖子 flies » 2009-04-26 0:03

我的问题是;哪里有64位的包,google都被我go爆了都没找到
其实一直在用gentoo…………
头像
brianlan
帖子: 23
注册时间: 2007-06-30 17:37
来自: Nanjing University of Science & Technology

Re: 使用.cue文件对flac/ape分轨

#3

帖子 brianlan » 2009-04-26 10:09

你好,我在网上搜了一下。参照了这篇文章http://supermmx.org/linux/mac
上面提到:
2006.06.01 - mac-port 3.99 update 4 build 5 发布
增加了 AMD64 支持.
里面也提供了下载的链接,如果不能下载的话就从我的附件中下载吧。不知道对你有没有帮助。
附件
mac-3.99-u4-b5.tar.gz
(411.36 KiB) 已下载 52 次
回复