Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a lot of music encoded as .ogg files that I'd love to be able to play in the mp3 player in my gf's car. The player only recognizes .mp3 format. Whats the best way to convert ogg to mp3? A google search turns up alot of tools for converting mp3 to ogg but not the reverse.
did you tell lame to expect a raw-file, too, rather than
Err, no. I just tried the command line you suggested and when that didnt work I read enough of the ogg123 man page to be able to do what I wanted and then wrote a perl script to do a batch conversion. I figure I saved a litle time since it takes less time to write two lines of perl than it does to read a man page
normalize-mp3 --ogg *.mp3 (converting your mp3s --> ogg)
normalize-ogg --mp3 *.ogg (converting your oggs --> mp3)
Mostly when I'm converting it's because I didn't like something in the original rip (usually the NON-normalized volume.)
During oggenc it also seems to compress better when the source was encoded on a lousy encoder (xing comes to mind. Fast as blazes, but innaccurate with lots of audio artifacts) or with poor settings or poor original quality.
Of course, re-encoding from the original WAV is best, but for a quick-and-dirty normalize-and-encode, I like these scripts.
More details (including bitrate and other fussiness) in these man pages:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.