.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

불행하게도 나는 이 문제를 극복하는 방법을 모른다. 버릴 수 있다고 생각한 것 중 하나는 다른 파일에서도 동일한 오류가 발생하여 파일이 손상되었고 문제없이 .ape원본 파일로 이 프로세스를 따랐다는 것입니다 ..flac

이 문제를 어떻게 해결할 수 있나요?

답변1

shntool우분투 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

답변2

오류 메시지에서 알 수 없는 것 같습니다.원숭이 오디오 코덱설치하다. 인용한 HOWTO에서는 종속성으로 언급되지 않았지만 .ape디코딩에는 필요합니다.

하단 링크에서 소스코드를 다운로드 받으실 수 있습니다.개발자 탭

관련 정보