Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] Decomprimere e splittare un cd audio formato APE CUE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Wed Jul 20, 2005 2:45 pm    Post subject: [HOWTO] Decomprimere e splittare un cd audio formato APE CUE Reply with quote

Siccome ci ho perso mezzo pomeriggio cercando e ricercando sul forum, sperimentando per quanto possibile, riporto la mia esperienza su come ho fatto per ottenere un cd masterizzabile compresso col formato APE.

La prima cosa che vi serve e il comando "mac" di monkeysaudio, che non ho trovato in portage.
Ho scaricato il file di monkeysaudio da qui
http://www.youhavechoice.com/monkeys_audio_3.99_upd4_linux.zip
(ma penso che possiate troviate altri mirror) e l'ho installato alla vecchia maniera:
Code:

./configure
make
make install


Nel mio file c'era un errore alla riga 9 del file Assembly.h nella dir Assembly. C'era un ";" terminativo dopo una "}" errato. L'ho tolto per compilare correttamente.

Alla fine del processo dovreste ottenere mac:
Code:

altair mac-3.99-u4 # mac
--- Monkey's Audio Console Front End (v 3.99) (c) Matthew T. Ashland ---
Proper Usage: [EXE] [Input File] [Output File] [Mode]

Modes:
    Compress (fast): '-c1000'
    Compress (normal): '-c2000'
    Compress (high): '-c3000'
    Compress (extra high): '-c4000'
    Compress (insane): '-c5000'
    Decompress: '-d'
    Verify: '-v'
    Convert: '-nXXXX'

Examples:
    Compress: mac.exe "Metallica - One.wav" "Metallica - One.ape" -c2000
    Decompress: mac.exe "Metallica - One.ape" "Metallica - One.wav" -d
    Verify: mac.exe "Metallica - One.ape" -v
    (note: int filenames must be put inside of quotations)


Bene.
Andate dal vostro file APE e decomprimetelo in un grosso file wave come consigliato dall'help:
Code:

mac "Metallica - One.ape" "Metallica - One.wav" -d


Emergete quindi se non li avete gia'
Code:

* app-cdr/cuetools
     Available versions:  ~0.6 ~1.3
     Installed:           1.3
     Homepage:            http://developer.berlios.de/projects/cuetools/
     Description:         Utilities to manipulate and convert cue and toc files

* media-sound/shntool
     Available versions:  1.2.3 ~2.0.3
     Installed:           2.0.3
     Homepage:            http://shnutils.freeshell.org/shntool/
     Description:         shntool is a multi-purpose WAVE data processing and reporting utility


Passiamo ora a splittare il file generato:
Code:

cuebreakpoints CDImage.cue | shnsplit CDImage.wav


ottenendo cosi' una serie di file wav, ovvero le canzoni che volevamo ascoltare.
Note: shnsplit puo' generare diversi formati oltre al wav che e' il default. Consultate shnsplit -h per informazioni.

Buon lavoro, Federico
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
!equilibrium
Bodhisattva
Bodhisattva


Joined: 06 Jun 2004
Posts: 2109
Location: MI/BG/LC

PostPosted: Mon Mar 27, 2006 2:17 pm    Post subject: Reply with quote

grazie federico per questo howto!
finalmente sono riuscito a convertire in .wav alcuni promo che mi avevano passato in formato *.ape e non sapevo più dove sbattere la testa ^^

nella tua guida tu dici di scaricare direttamente il sorgente di mac e compilarlo direttamente, ora però sul bugzilla c'è un ebuild: (tra le altre cose era pure buggato come ebuild e l'ho fixato, per cui consiglio vivamente di usare la versione 3.99.4.4-r1); in caso potesti modificare il tuo post ed eliminare la parte della compilazione 'a manina' e mettere le istruzioni per l'ebuild apocrifo, così resta ai posteri.
_________________
Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe

all my contents are released under the Creative Commons Licence by-nc-nd 2.5
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Wed Mar 29, 2006 6:51 pm    Post subject: Reply with quote

Code:

* media-sound/mac
     Available versions:  !3.99.4.4
     Installed:           none
     Homepage:            http://sourceforge.net/projects/mac-port/
     Description:         Monkey's Audio lossless audio codec

Ho visto qualche giorno fa che era uscito questo per altro, ma non ho ancora avuto occasione di provarlo, ma appena capita...

Fede
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
!equilibrium
Bodhisattva
Bodhisattva


Joined: 06 Jun 2004
Posts: 2109
Location: MI/BG/LC

PostPosted: Thu Mar 30, 2006 4:19 pm    Post subject: Reply with quote

federico wrote:
Code:

* media-sound/mac
     Available versions:  !3.99.4.4
     Installed:           none
     Homepage:            http://sourceforge.net/projects/mac-port/
     Description:         Monkey's Audio lossless audio codec

Ho visto qualche giorno fa che era uscito questo per altro, ma non ho ancora avuto occasione di provarlo, ma appena capita...

Fede


presumo sia lo stesso che ho usato io (la versione è identica, solo che l'ebuild in bugzilla non riporta media-sound/mac ma media-libs/mac), e ha funzionato perfettamente.
_________________
Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe

all my contents are released under the Creative Commons Licence by-nc-nd 2.5
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Wed Dec 07, 2011 8:35 am    Post subject: Reply with quote

oggi, dopo anni, questo howto mi ha tolto le castagne dal fuoco. grazie @federico
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum