Splittare un MP3

TuxMusic.gifNedo wrote:

come ca**o si fa a splitare un mp3 senza decodificarlo?

Ho notato che software robusti come il mpg123 (ma anche xmms) riescono a leggere bene anche un file splittato a spregio con split (la perdita di informazione dovuta alla rottura di un frame è insignificante: si sente solo un brevissimo glitch). Non so però se i nostri lettori hardware possano manifestare problemi a leggere file mp3 spezzati in questo modo brutale: non ho provato.

Un tool più serio che produce risultati più puliti è mp3splt di Matteo Trotta: ecco un esempio di utilizzo.

mp3splt -t 10.0 Il_gioco_delle_perle_di_Vetro_01.mp3

Mp3Splt 2.0e (2004/Apr/17) by Matteo Trotta
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Warning: found Xing or Info header, mp3 may be VBR. Switching to Frame mode…
MPEG 1 Layer 3 - 44100 Hz - Joint Stereo - FRAME MODE - Total time: 28m.47s
Splitting Il_gioco_delle_perle_di_Vetro_01_000.00_010.00.mp3… OK
Splitting Il_gioco_delle_perle_di_Vetro_01_010.00_020.00.mp3… OK
Splitting Il_gioco_delle_perle_di_Vetro_01_020.00_030.00.mp3… OK (EOF)
Processed 66122 frames - Sync errors: 0

Il software è disponibile (anche per Winzoz) presso SourceForge:
http://mp3splt.sourceforge.net/

Ma esistono pure i pacchetti Debian precompilati (solo unstable):
http://www.rarewares.org/debian.html

8 Commenti a “Splittare un MP3”

  1. nedo afferma:

    c’ho provato anche io ma dovevo scaricare un monte di altre librerie … ora ci riprovo.

    Ma usare sox?

  2. Mau afferma:

    Ma usare split?

  3. nedo afferma:

    mi piace piu’ sox

  4. Mau afferma:

    Ma come si fa a installare le librerie mp3 per il sox?

  5. asdrubale afferma:

    il secondo commento di nedo non e’ di nedo.

    ora provo con split e vedo se il lettore mp3 lo capisce.

  6. Gallato di Neodimio afferma:

    Il mio lettore di mp3 riconosce gli mp3 splittati con split.

    io ho diviso cosi’:

    -b 9m Il_gioco_delle_perle_di_Vetro_15.mp3
    ottenendo:

    -rw-r–r– 1 edo edo 9437184 Jul 30 10:42 xaa
    -rw-r–r– 1 edo edo 9437184 Jul 30 10:42 xab
    -rw-r–r– 1 edo edo 9437184 Jul 30 10:42 xac
    -rw-r–r– 1 edo edo 180724 Jul 30 10:42 xad

  7. Aristarco di Samotracia afferma:

    Puoi dare anche un PREFIX allo split (sostituisce la x di default)

  8. Simmetria Chirale afferma:

    Usage: split [OPTION] [INPUT [PREFIX]]
    Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, …; default
    PREFIX is `x’. With no INPUT, or when INPUT is -, read standard input.

    Mandatory arguments to long options are mandatory for short options too.
    -a, –suffix-length=N use suffixes of length N (default 2)
    -b, –bytes=SIZE put SIZE bytes per output file
    -C, –line-bytes=SIZE put at most SIZE bytes of lines per output file
    -d, –numeric-suffixes use numeric suffixes instead of alphabetic
    -l, –lines=NUMBER put NUMBER lines per output file
    –verbose print a diagnostic to standard error just
    before each output file is opened
    –help display this help and exit
    –version output version information and exit

    SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.

    Report bugs to .