How to cut a MP3 in half?

Wade Smart wade at wadesmart.com
Thu Mar 30 17:50:34 UTC 2006


03302006 1148 GMT-6

One more thing.
I typed in
* dd if=parasites-1.mp3 of=parasites-1a.mp3 bs=1024 count=2500

*but the file is unreadable now. I get an error on the players
when I try to play.

Wade

Vincent Trouilliez wrote:

>On Thu, 2006-03-30 at 11:06 -0600, Wade Smart wrote:
>  
>
>>I have to upload an mp3 but its to large (and I didnt create it).
>>Is there a way to cut it in half and then upload it?
>>    
>>
>
>You could just use 'dd', it already on your system.
>
>For example:
>
>dd if=song.mp3  of=truncated_song.mp3 bs=1024 count=1000
>
>This will keep only the first megabyte of the song.
>Adjust the "count" variable accordingly.
>
>If your song weights say 5MB, use count=2500 , and so on.
>
>
>--
>Vince
>
>
>  
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20060330/1cab245c/attachment.html>


More information about the ubuntu-users mailing list