Next question - mp3 to ogg

Joel Bryan Juliano joelbryan.juliano at gmail.com
Mon Mar 5 15:14:40 UTC 2007


On 3/5/07, Chris <racerx at makeworld.com> wrote:
> Now that I have all but 20 CD's ripped, is there something out there
> that will mass convert the mp3 (192 bit) files to ogg?
>
>
> Best regards,
> Chris
>
> Insert fancy quote here.
>

ffmpeg2theora is I think is the jack of all trades when it comes to
converting movies and music to Ogg theora and Ogg Vorbis.

It can detect a music only media, and can convert mp3 and wma.

so in your music directory you do,

for i in *.mp3;
do
ffmpeg2theora $i;
done;


-- 
Stay away from Piracy, use Open Source.




More information about the ubuntu-users mailing list