ogg2mp3 takes a list of OGG Vorbis formatted files and converts them to mp3 format. ogg2mp3 project is useful when you want to transfer OGG encoded files to a device which doesn't support the format (e.g. an iPod).
Each file specified on the command line is converted to a file with the same name except the ``.ogg'' at the end is replaced with ``.mp3''. The new file is created in the current working directory unless otherwise specified with the --output-directory option.
By default, ogg2mp3 prints one line of output per file processed (printing it as the processing of that file starts) as follows:
proc... [
read more ]