Convert from mp3 to ogg and from ogg to mp3 format with soundconvert
Posted on January 3rd, 2008 by linux
First install soundconvert linux package. This allows you to convert between ogg and mp3 sound media formats. On debian or ubuntu simply:
apt-get install soundconvert
to convert from ogg format to mp3 format use command:
soundconvert.pl -o mp3 mediamusic.ogg
to convert from mp3 format to ogg format use command:
soundconvert.pl -o ogg mediamusic.mp3
If you wish to convert all files [...]
Filed under: Commands, Linux, Perl | 5 Comments »