This is a discussion on conversion from ogg to mp3 within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; hi can anyone suggest a good command line tool for conversion of files from ogg to mp3?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| fmpeg -i Epoq-Lepidoptera.ogg -vn -ab 64k -ac 1 -ar 22050 -acodec libmp3lame Epoq-Lepidoptera.mp3 You can use this for all kind of conversions like extracting audio only from a video also.
__________________ A.Rajesh Khanna |
| |||
| tying this.. fmpeg -i Epoq-Lepidoptera.ogg -vn -ab 64k -ac 1 -ar 22050 -acodec libmp3lame Epoq-Lepidoptera.mp3 i get " unknown codec lipmp3lame " ![]()
__________________ J Suresh Kumar Google Hacks ![]() |
| |||
| You have to have the mp3lame codec package installed. Fedora package is lame, on Mandriva see this Organize your music with Mandriva Linux You have to add another repository to your urpmi sources. Thanks |
| |||
| I tried and it works too. $ ffmpeg -i foo.ogg foo.mp3 There is more than one way to skin a cat. $ sox foo.ogg foo.mp3 $ ogg2mp3 foo.ogg Multiple pass method. $ oggdec foo.ogg $ lame -b 112 foo.wav foo.mp3 There are also other mp3 encoders (excluding ffmpeg) called toolame and twolame. There is bladeenc but I hear it is not that good. Of course you can use transcode(1) and mencoder(1) for the same purpose with the null video input switch.
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
| |||
| While there are many tools to do this, this is in general not a good idea since you would have a definite loss of quality converting from one lossy format to another. If you are ripping, rip into lossless formats like FLAC initially and then use it for conversion into other lossy formats like Ogg Vorbis for general usage.
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
| |||
| I hope the question is rhetorical. It is better to digitize in FLAC format (assuming you have enough disk space) if the intent is to archive your music and then convert it to whatever format your portable playback device supports. |
| |||
| On most GNU/Linux systems ogg will play by default. On Windows and Macs ,VLC can play ogg. See playogg.org It can be easily setup to work with Windows Media Player after installing the codec from Vorbis.com: Windows Setup
__________________ A.Rajesh Khanna |
| |||
| Arichuvadi <------- this site works only on mandriva and suse
__________________ J Suresh Kumar Google Hacks ![]() |
| |||
| I must report that I have been unable to get it to work on Debian, but not because I can't play oggs (all my music is in ogg). The problem I face is that the Play button is unclickable (on pages like Arichuvadi) |
| |||
| source code is there on the site - if it clicks in mandriva, suse, gentoo and the 'latest and greatest distro' why shouldn't it click in Debian and Fedora?
__________________ A.Rajesh Khanna |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/operating-systems/4953-conversion-ogg-mp3.html | |||
| Posted By | For | Type | Date |
| DiscussWeb IT Community - Technical Support and Technology Discussions | This thread | Refback | 01-13-2008 10:45 PM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion error | Kirubhananth | ASP and ASP.NET Programming | 4 | 03-12-2008 10:03 PM |
| Conversion constructor | vijayanand | C and C++ Programming | 0 | 09-21-2007 03:36 AM |
| Embedded Currency Conversion | Alkazar | HTML, CSS and Javascript Coding Techniques | 1 | 08-27-2007 07:57 AM |
| How to do a type conversion in VC++ .NET? | bluesky | C and C++ Programming | 2 | 08-10-2007 05:38 AM |
| Type conversion from arraylist to string in C# | oxygen | C# Programming | 3 | 07-30-2007 09:47 AM |