shnsplit
उबंटू 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
flacon
के लिए एक जीयूआई है shntool
, लेकिन यह उन सभी कोडेक्स के साथ आता है जिनकी आवश्यकता है ... अन्यथा मुझे त्रुटि मिली:
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
विशेष रूप से, flacon
पीपीए प्रस्तुत mac
पैकेज (बंदर के ऑडियो कंसोल), जिस पर flacon
निर्भर करता है, जो है mac
CLI उपकरण है, जो मुख्य लापता घटक हो रहा है।
cuesplitter
यह भी काम करेगा।