You are not logged in.
Pages: 1
Topic closed
Is there any Linux utility that can convert .ape files to FLAC? Possibly split tracks to separate .flac files? I've been googling, but to no success.
Thanks guys,
Karlo.
Offline
You should be able to do it with mac, which is in the aur.
Offline
Is there any Linux utility that can convert .ape files to FLAC? Possibly split tracks to separate .flac files? I've been googling, but to no success.
I just found a guide for splitting, converting and preserving tags: http://tinyurl.com/2hkwgv
All packages needer are in the AUR.
Offline
audio-convert in community
also k3bmonkeyaudioplugin in aur if you use k3b or I like pacpl also in aur
You can use cue sheets to split lossless.
http://aidanjm.wordpress.com/2007/02/15 … -cue-file/
Last edited by somairotevoli (2007-11-15 22:26:23)
Offline
Very new versions of FFmpeg can convert from Monkey Audio to FLAC. It can also split files, but it's a bit of a chore.
Offline
A method I used with success:
http://gimpel.gi.funpic.de/wiki/index.p … g_on_Linux
It splits to wavs that you can encode with audio-convert or similar.
audio-convert *.wav
Just say yes
Offline
A method I used with success:
http://gimpel.gi.funpic.de/wiki/index.p … g_on_Linux
Jond, many thanks, this solution worked just fine. :-)
Last edited by DiaWorD (2007-12-25 17:54:55)
W B R
Offline
I've found a better way to do it: with the almighty k3b.
- Install k3bmonkeyaudioplugin from AUR (hope soon goes into community)
- Open k3b and select New Audio CD Project
- Select the .cue file
- Press the blue arrow and convert it to whatever you want
All your base are belong to us
Offline
soundkonverter does a good job.
vlad
Offline
I think that the SoundConverter does it!
Good luck! o/
Offline
To those who want a easy solution to convert ape to wav or other format,
I find out ffmpeg provide a very simple solution,
ffmpeg -i foo.ape foo.wav
this code will do the job.
Offline
The regular vlc from the repos is also fine.
foobar2000 too (it's working great under wine).
Or... {add-your-own-solution-here}
Microshaft delenda est
Offline
For splitting i use:
cuebreakpoints foo.cue | shnsplit -o flac foo.ape
It's a bug planet!
Offline
I found a very clean CLI solution:
http://gimpel.funpic.de/files/cueape.sh
Usage: cueape.sh [input ape file] [input cue file] [parameters]
Parameters can be: -m for mp3 encoding or -o for ogg encoding
I changed -q from 6 to 5 for ogg in the script for transparent and low-sized files.
All your base are belong to us
Offline
Why I can not find the "mac" program?
Offline
Why I can not find the "mac" program?
Search the AUR. It's there.
Offline
lars9 wrote:Why I can not find the "mac" program?
Search the AUR. It's there.
could you please tell the package name? i searched AUR a lot but can not find it.
Offline
skottish wrote:lars9 wrote:Why I can not find the "mac" program?
Search the AUR. It's there.
could you please tell the package name? i searched AUR a lot but can not find it.
The package name is called mac:
Offline
Pages: 1
Topic closed