由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
HiFi版 - batch ape->flac convertor 有什么推荐?
相关主题
请问如何backup 500 张CD到电脑硬盘,并不损失音质?请教大家 小的音乐播放器,比如说播mp3
大家都是用哪个软件转APE->FLAC的?酷狗2012 和 foobar2000 听flac 大家觉得哪个更好?
刚买了一个好玩的东西SONOS CONNECT关于电脑听歌 声卡设置中的 sample rate 和 bit depth
终于收到pl-30了听中文流行 你能听出来320k和无损的区别吗?
土问题: flac cd image on fuze求推荐一个windows下的CD Rip/音乐管理软件
Sanda Clip+可否放APE?团购DAC初体验
问个格式转换的问题不怕不识货,就怕货比货
数码equalizer有什么不好?[请教]怎么把网上下载的CDimage变成一个个文件啊
相关话题的讨论汇总
话题: flac话题: cue话题: ape话题: batch话题: convertor
进入HiFi版参与讨论
1 (共1页)
j******a
发帖数: 1599
1
ape太多了,一个一个的搞会累死的,而且还要改相应的cue file。有没有一个什么好
的软件可以batch的?
k*****n
发帖数: 9823
2
foobar2000可以
但是没法改Cue

【在 j******a 的大作中提到】
: ape太多了,一个一个的搞会累死的,而且还要改相应的cue file。有没有一个什么好
: 的软件可以batch的?

m***y
发帖数: 873
3
xld
h*******c
发帖数: 248
4
For Linux, I have this:
APE (& CUE) to FLAC tracks
You need the following packages:
* ffmpeg
* flac
* shntool
* cuetools
The following steps will convert a whole ape (with cue) to multiple flac
tracks: (assume the system locale is UTF-8, cue has GBK characters)
1. Convert cue to UTF-8: >$ cat orig.cue|iconv -f GBK -t UTF8 >cdimage.
cue
2. Convert ape to wav: >$ ffmpeg -vn -i cdimage.ape cdimage.wav
3. Split the wav and encode to flac: >$ shnsplit -f cdimage.cue -o flac -
j******a
发帖数: 1599
5
谢谢。可惜这个不是我需要的功能。 Foobar under windows can do this.
我需要的是转化multiple ape files to flacs, 转化好的分不分规都没有关系。

【在 h*******c 的大作中提到】
: For Linux, I have this:
: APE (& CUE) to FLAC tracks
: You need the following packages:
: * ffmpeg
: * flac
: * shntool
: * cuetools
: The following steps will convert a whole ape (with cue) to multiple flac
: tracks: (assume the system locale is UTF-8, cue has GBK characters)
: 1. Convert cue to UTF-8: >$ cat orig.cue|iconv -f GBK -t UTF8 >cdimage.

l****h
发帖数: 272
6
Linux:
for x in `find . -name '*.cue'` ; do cue2tracks -c flac -o "%P-%A-%t" -R -f
gb18030 $x; done

【在 h*******c 的大作中提到】
: For Linux, I have this:
: APE (& CUE) to FLAC tracks
: You need the following packages:
: * ffmpeg
: * flac
: * shntool
: * cuetools
: The following steps will convert a whole ape (with cue) to multiple flac
: tracks: (assume the system locale is UTF-8, cue has GBK characters)
: 1. Convert cue to UTF-8: >$ cat orig.cue|iconv -f GBK -t UTF8 >cdimage.

l*******e
发帖数: 3584
7
Could you give some detail. I can not totally understand the following
direction.
For example. I can not find the cue2tracks in opensuse

f

【在 l****h 的大作中提到】
: Linux:
: for x in `find . -name '*.cue'` ; do cue2tracks -c flac -o "%P-%A-%t" -R -f
: gb18030 $x; done

e********d
发帖数: 1202
8
you need to install it, I guess

【在 l*******e 的大作中提到】
: Could you give some detail. I can not totally understand the following
: direction.
: For example. I can not find the cue2tracks in opensuse
:
: f

e********d
发帖数: 1202
9
你把所有要转的歌都导入foobar里面,然后全选中,不能一起转了吗?我太久没用
foobar了。。

【在 j******a 的大作中提到】
: 谢谢。可惜这个不是我需要的功能。 Foobar under windows can do this.
: 我需要的是转化multiple ape files to flacs, 转化好的分不分规都没有关系。

1 (共1页)
进入HiFi版参与讨论
相关主题
[请教]怎么把网上下载的CDimage变成一个个文件啊土问题: flac cd image on fuze
大家PC上都用什么软件放APE, FLACSanda Clip+可否放APE?
[合集] 提问:那个随声听可以播放带CUE 的APE 和FLAC。问个格式转换的问题
nxp,sansa clip刷rockbox刷了一晚上数码equalizer有什么不好?
请问如何backup 500 张CD到电脑硬盘,并不损失音质?请教大家 小的音乐播放器,比如说播mp3
大家都是用哪个软件转APE->FLAC的?酷狗2012 和 foobar2000 听flac 大家觉得哪个更好?
刚买了一个好玩的东西SONOS CONNECT关于电脑听歌 声卡设置中的 sample rate 和 bit depth
终于收到pl-30了听中文流行 你能听出来320k和无损的区别吗?
相关话题的讨论汇总
话题: flac话题: cue话题: ape话题: batch话题: convertor