[Sugar-devel] MP3 to ogg converter

2010-06-26 Thread javed khan
Hi all
i have some mp3 files which i need to convert to ogg.
i tried mp32ogg but it didn't work.
i have xo 1.5 with
build = 210 customized os
sugar 0.84.2
firmware q333
browse = 108

Regards

-- 
Javid Alam
Software Developer and Technical support Officer OLPC
Ministry of Education
Kabul Afghanistan
contact: +93(0)798123451
alternative email: javid.a...@moe.gov.af
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] MP3 to ogg converter

2010-06-26 Thread Lucian Branescu
Keep in mind that mp3 already is a lossy codec. If you convert from
mp3 to ogg, you'll be losing a lot of quality. Usually you should only
convert from a lossless coded (like flac) to a lossy one (mp3/ogg).

I think you can try mencoder to encode between mp3 and ogg.

On 26 June 2010 09:28, javed khan javedkhan...@gmail.com wrote:
 Hi all
 i have some mp3 files which i need to convert to ogg.
 i tried mp32ogg but it didn't work.
 i have xo 1.5 with
 build = 210 customized os
 sugar 0.84.2
 firmware q333
 browse = 108

 Regards

 --
 Javid Alam
 Software Developer and Technical support Officer OLPC
 Ministry of Education
 Kabul Afghanistan
 contact: +93(0)798123451
 alternative email: javid.a...@moe.gov.af

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] MP3 to ogg converter

2010-06-26 Thread Benjamin M. Schwartz
I don't know why mp32ogg doesn't work for you, but there are other
options.  Maybe the easiest is to download the ffmpeg2theora executable:

http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.27.linux32.bin

You'll have to use chmod +x to make it executable.  ffmpeg2theora can
produces audio or video.  You only want audio, so you should use the
--no-video flag.

Another options is to decode your MP3 files to WAV, and then encode the
WAV files with oggenc, which is in the vorbis-tools package (and might
already be installed).

--Ben



signature.asc
Description: OpenPGP digital signature
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel