I was trying to figure out the syntax of the command line to convert .ogg files to .mp3 files
is this rite?
lame -br 128000 -if [whatever].ogg -of [whatever].mp3
now I read at this tutorial site how to convert .wav file to .mp3
http://www.linux.org/lessons/beginne...lesson18c.html
but my concern was using one compression algorythem
with another may actually make the package BIGGER
This is something I've heard with other compression software for internet protocols
wonder if it applies to this
thanks