ape + cue 转 flac

Totem,mplayer,sopcast,realplayer,bmp
回复
zigzed
帖子: 267
注册时间: 2006-02-27 10:32

ape + cue 转 flac

#1

帖子 zigzed » 2009-01-12 14:47

最近下载了一些ape的音乐,虽然新版的audacious能够处理cue和ape,但是播放还是不方便,需要调整audacious的配置,而且audacious无法同时播放mp3了(关闭了文件扩展名自动检测)。找了一些方法,但是可能无法将cue中的tag信息放到flac中。

本方法的优点:
1. 从cue文件中获取信息,加入到flac中
2. 分轨

操作步骤:
1. 安装 cuetools, shntool

代码: 全选

sudo aptitude install cuetools shntool
2. 安装mac
A) 下载deb文件(见附件)
B) 从源代码编译。
B.1) 从http://supermmx.org/linux/mac/下载mac的代码
B.2)

代码: 全选

sudo aptitude install yasm
(可选)
B.3)

代码: 全选

configure && make && make install
3. 转换

代码: 全选

cuebreakpoints CDImage.cue | shnsplit -o flac CDImage.ape
4. tag

代码: 全选

cuetag CDImage.cue split-track*.flac
附件
mac-3.99-u4_b3-1_i386.deb
(198.61 KiB) 已下载 124 次
头像
highwind
帖子: 1362
注册时间: 2008-09-05 23:31
系统: LinuxMint17

Re: ape + cue 转 flac

#2

帖子 highwind » 2014-01-07 12:15

我的经验:
先把cue文件用enca转码转好,
然后用shnsplit切割,加上重命名参数很方便:
举个例子

代码: 全选

 enconv -L zh_CN -x UTF-8 filename.cue

代码: 全选

shnsplit filename.flac -f  filename.cue -o flac -t %n.%t
头像
nyfair
帖子: 1067
注册时间: 2007-12-07 12:49
系统: winnux10
来自: Tree New Bee

Re: ape + cue 转 flac

#3

帖子 nyfair » 2014-01-07 12:20

ls,都4年了,多媒体处理直接用ffmpeg/libav吧,早支持cuesheet了
本人在此论坛仅负责吐槽,问题急需解决请支付宝转账5毛至{我的id@qq.com},将会竭诚为您服务

linux常见多媒体问题处理指南

1. 视频播放有问题->卸载gstreamer
2. 音频播放有问题->卸载pulseaudio
3. 远程播放有问题->卸载avahi
4. 系统全都有问题->卸载systemd,远离Lennart这傻逼让你从此轻松自在

⇩自由网络⇩
https://github.com/nyfair/freeweb
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: ape + cue 转 flac

#4

帖子 adagio » 2014-01-07 13:51

好过分啊,4年,实在对不住楼主 :em04
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
头像
highwind
帖子: 1362
注册时间: 2008-09-05 23:31
系统: LinuxMint17

Re: ape + cue 转 flac

#6

帖子 highwind » 2014-01-08 5:37

额, 老了,老了,是这样吗:https://forum.ubuntu.org.cn/viewtopic.p ... &view=next

有什么区别,可否麻烦指导下? :em06
sunriders
帖子: 9
注册时间: 2009-07-09 15:33

Re: ape + cue 转 flac

#7

帖子 sunriders » 2014-01-22 22:04

这坟贴挖的够深的呀@!~
回复