.ape
を分割したい アルバムを.flac
の個々のトラックに .cue
を使用したフォーマット シート。このために、私は見つけたチュートリアルに従いました。要するに、私はこのコマンドを端末に渡します:
cuebreakpoints example.cue | shnsplit -o flac example.ape
しかし、次のエラーが返されます:
shnsplit: warning: failed to read data from input file using format: [ape]
shnsplit: + you may not have permission to read file: [example.ape]
shnsplit: + arguments may be incorrect for decoder: [mac]
shnsplit: + verify that the decoder is installed and in your PATH
shnsplit: + this file may be unsupported, truncated or corrupt
shnsplit: error: cannot continue due to error(s) shown above
残念ながら、この問題を解決する方法がわかりません。別の.ape
で同じエラーが発生したため、ファイルが破損していることを破棄できると思います。 そして私はorigin.flac
でこの手順に従いました 問題のないファイル。
この問題を解決するにはどうすればよいですか?
承認された回答:
shntool
Ubuntu14.04の場合
sudo add-apt-repository -y ppa:flacon
sudo apt-get update
sudo apt-get install -y flacon
shntool split -f *.cue -o flac -t '%n - %p - %t' *.ape
flacon
shntool
のGUIです 、ただし、必要なすべてのコーデックが付属しています…
特に、flacon
PPAはmac
を提供します パッケージ(Monkey’s Audio Console)、その上にflacon
mac
がある依存します 不足している主な要素のように思われるCLIツール。