Шукати в цьому блозі

середу, 18 січня 2012 р.

Разрезка APE на основе .cue файла.

В этой заметке описывалось разрезка Flac на основе .cue файла. 
Однако, у меня было оцифровано несколько дисков в формате ape, одним непрерывным файлом.
Установленная утилита shntool обещала :


shntool -f
shntool 3.0.7 supported file formats:

 format    ext     input    output  description
 ------    ---     -----    ------  -----------
    wav   .wav   shntool   shntool  RIFF WAVE file format
   aiff  .aiff       sox       sox  Audio Interchange File Format
    shn   .shn   shorten   shorten  Shorten low complexity waveform coder
   flac  .flac      flac      flac  Free Lossless Audio Codec
    ape   .ape       mac       mac  Monkey's Audio Compressor
    ofr   .ofr       ofr       ofr  OptimFROG Lossless WAVE Audio Coder
   lpac      -      lpac         -  Lossless Predictive Audio Compression
     wv    .wv  wvunpack   wavpack  WavPack Hybrid Lossless Audio Compression
   alac      -      alac         -  Apple Lossless Audio Codec
     la      -        la         -  Lossless Audio Compresser
    tta   .tta    ttaenc    ttaenc  TTA Lossless Audio Codec
    als   .als    mp4als    mp4als  MPEG-4 Audio Lossless Coding
    tak   .tak      takc      takc  (T)om's lossless (A)udio (K)ompressor
   bonk  .bonk      bonk      bonk  Bonk lossy/lossless audio compressor
    kxs      -     kexis         -  Kexis lossless WAV file compressor
    mkw   .mkw    mkwcon    mkwcon  MKW Audio Compression format
   cust      -         -   shntool  Custom output format module
   term      -         -   shntool  Sends output to the terminal
   null      -         -   shntool  Sends output to /dev/null





Но, результат:


shnsplit -o flac -f AC-DC.cue  OST-Iron_Man_2_-_ACDC.ape
shntool [conv]: warning: failed to read data from input file using format: [ape]
shntool [conv]:          + you may not have permission to read file: [OST-Iron_Man_2_-_ACDC.ape]
shntool [conv]:          + arguments may be incorrect for decoder: [mac]
shntool [conv]:          + verify that the decoder is installed and in your PATH
shntool [conv]:          + this file may be unsupported, truncated or corrupt



Как оказалось, необходимо установить дополнительно  Monkey's Audio Compressor, сам пакет (mac-3.99-u4_b3-1_i386.deb) я нашел с помощью поиска, скачал здесь.

Далее, просто устанавливаем его:

sudo dpkg -i mac-3.99-u4_b3-1_i386.deb

Все работает!

Немає коментарів: