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 bunch of mp3's that I would reduce the bitrate of. Wondering of a tool to use to accomplish this? I would like to retain them as mp3's just bring down the size from 512 to 128.
You need lame - mp3 coder. You can download it on http://lame.sourceforge.net/ . Then to every file you need :
1. Uncompress to wave - lame --decode <file>
2. Compress to mp3 with bitrate 128 - lame -b 128 <wav file>
Then put this in for (or foreach) in bash script
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.