2008年12月30日 星期二

linux 下使用 shntool 將 ape/cue 轉成 flac 技巧

安裝必要解碼器,例如 mac(for ape decoder), flac 等
ps. mac 在 gentoo-taiwan 的 overlay 中才有

一般下載到的APE都是一個.ape加一個.cue成對的文件,cue中保存了CD音軌信息。
轉換方法是下面這條命令:
shntool split -f image.cue -t '%n.%t' -o flac image.ape

即得到flac格式的音樂文件並按照cue文件信息,分割成每首歌曲一個文件。

或是直接轉換整個檔案:
shntool conv -o flac xxxxx.ape

或是選用最大壓縮比:
shntool conv -o "flac ext=flac flac -s -8 -o %f -" xxxxx.ape

沒有留言:

Related Posts Plugin for WordPress, Blogger...