|
Posted by Mikael Mre on 12/12/06 18:15
Hello!
Now, I'm onto finding a solution through which single frames, or
sequences of frames, could be extracted out of an mp3 file. As I look
at this, the most central question is: are mp3 frames interdependent,
or independent of each other?
There's an utility mp3asm to be found out there. Though, running it in
unix like this:
rm clx?.mp3
../mp3asm -s 1000 -r 10 -o clx1.mp3 chopin.mp3
../mp3asm -s 1010 -r 10 -o clx2.mp3 chopin.mp3
../mp3asm -s 1020 -r 10 -o clx3.mp3 chopin.mp3
../mp3asm -s 1030 -r 10 -o clx4.mp3 chopin.mp3
../mp3asm -s 1040 -r 10 -o clx5.mp3 chopin.mp3
../mp3asm -s 1050 -r 10 -o clx6.mp3 chopin.mp3
../mp3asm -s 1060 -r 10 -o clx7.mp3 chopin.mp3
../mp3asm -s 1070 -r 10 -o clx8.mp3 chopin.mp3
../mp3asm -s 1080 -r 10 -o clx9.mp3 chopin.mp3
../mp3asm -s 1090 -r 10 -o clxa.mp3 chopin.mp3
../mp3asm -s 1100 -r 10 -o clxb.mp3 chopin.mp3
../mp3asm -s 1110 -r 10 -o clxc.mp3 chopin.mp3
../mp3asm -s 1120 -r 10 -o clxd.mp3 chopin.mp3
../mp3asm -s 1130 -r 10 -o clxe.mp3 chopin.mp3
../mp3asm -s 1140 -r 10 -o clxf.mp3 chopin.mp3
../mp3asm -s 1150 -r 10 -o clxg.mp3 chopin.mp3
dd if=clx1.mp3 > clxx.mp3
dd if=clx2.mp3 >> clxx.mp3
dd if=clx3.mp3 >> clxx.mp3
dd if=clx4.mp3 >> clxx.mp3
dd if=clx5.mp3 >> clxx.mp3
dd if=clx6.mp3 >> clxx.mp3
dd if=clx7.mp3 >> clxx.mp3
dd if=clx8.mp3 >> clxx.mp3
dd if=clx9.mp3 >> clxx.mp3
dd if=clxa.mp3 >> clxx.mp3
dd if=clxb.mp3 >> clxx.mp3
dd if=clxc.mp3 >> clxx.mp3
dd if=clxd.mp3 >> clxx.mp3
dd if=clxe.mp3 >> clxx.mp3
dd if=clxf.mp3 >> clxx.mp3
dd if=clxg.mp3 >> clxx.mp3
gives an clxx.mp3 with short breaks.
Regards
Mikael More
[Back to original message]
|