.apeファイルを分割できないのはなぜですか?

.apeファイルを分割できないのはなぜですか?

.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

残念ながら私はこの問題を克服する方法を知らない。捨てることができると思ったことの1つは、他のファイルでも同じエラーが発生し、ファイルが破損し、問題なく元のファイルに.apeこのプロセスに従ったことです。.flac

この問題をどのように解決できますか?

ベストアンサー1

shntoolUbuntu 14.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

flaconGUIですが、shntool必要なすべてのコーデックが付属しています。

特に、flacon アンフェタミンこれに依存するパッケージmac(Monkey's Audio Console)が提供されており、これには欠けている主なコンポーネントであるように見えるCLIツールがあります。flaconmac

おすすめ記事