PDA

View Full Version : [all variants] How to convert APE to FLAC under linux


Kejing
December 21st, 2008, 10:35 PM
Install wine and download monkey audio application from its official site and install in wine.

Use the monkey audio to decompress the APE file. Then use 'flac' to compress WAV file.

I don't know how to use shntool and don't want to learn too much CLI script, so use the graphic way plus some command.

FakeOutdoorsman
December 22nd, 2008, 03:12 PM
Using ffmpeg:
ffmpeg -i inputaudio.ape outputaudio.flac