11/07/2009

HOWTO: convert an ape to splitted flac files by cue sheet in ubuntu

http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/

convert ape to flac or mp3 according to cue sheet in ubuntu

install shntool, flac and wavpack

sudo aptitude install cuetools shntool
sudo aptitude install flac wavpack

splitting ape file into flac files

cuebreakpoints sample.cue | shnsplit -o flac sample.ape


splitting ape file into mp3 format

cuebreakpoints sample.cue | shnsplit -o 'cust ext=mp3 lame -b 320 -h --quiet - %f' sample.ape


Transferring tags

cuetag sample.cue split-track01.flac split-track02.flac split-track03.flac split-track04.flac


Other (better) way :
ref: http://www.soundunreason.com/InkWell/?p=1282

shnsplit -o flac -f a.cue -t “%n – %t” a.ape

cuetag a.cue *.flac




.

댓글 없음: