Re: how to use mplayer to convert real media audio file to mp3

2009-05-07 Thread Long Wind
On Thu, May 7, 2009 at 3:36 AM, Kelly Clowers wrote: > On Wed, May 6, 2009 at 23:03, Long Wind wrote: >> It didn't work >> ffmpeg says "Unsupported codec (id=0) for input stream" >> I use ffmpeg from debian-multimedia for etch > > Please don't top post. > > Does your mplayer play the file alright

Re: how to use mplayer to convert real media audio file to mp3

2009-05-07 Thread Kelly Clowers
On Wed, May 6, 2009 at 23:03, Long Wind wrote: > It didn't work > ffmpeg says "Unsupported codec (id=0) for input stream" > I use ffmpeg from debian-multimedia for etch Please don't top post. Does your mplayer play the file alright? do you have win32codecs? Could you upload the file somewhere so

Re: how to use mplayer to convert real media audio file to mp3

2009-05-07 Thread Bob Cox
On Wed, May 06, 2009 at 19:28:09 -0700, Kelly Clowers (kelly.clow...@gmail.com) wrote: > On Wed, May 6, 2009 at 18:34, Long Wind wrote: > > I use etch > > Do you know the mplayer command to convert real media audio-only file > > to a mp3 file? > > ffmpeg -i inputfile.ext -ar 44100 -ab 256 outp

Re: how to use mplayer to convert real media audio file to mp3

2009-05-07 Thread Long Wind
The command is ffmpeg -ar 44100 -ab 256 t2.mp3 -i /mnt/work/temp/gift/sent/900/01/m001-075.rm The output is FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --prefix=/usr --libdir=${prefix}/lib --shlibdir=${prefix}/lib --incdir=${prefix}/include/ffmpe

Re: how to use mplayer to convert real media audio file to mp3

2009-05-06 Thread Long Wind
It didn't work ffmpeg says "Unsupported codec (id=0) for input stream" I use ffmpeg from debian-multimedia for etch On Wed, May 6, 2009 at 10:28 PM, Kelly Clowers wrote: > On Wed, May 6, 2009 at 18:34, Long Wind wrote: >> I use etch >> Do you know the mplayer command to convert real media audio-

Re: how to use mplayer to convert real media audio file to mp3

2009-05-06 Thread Kelly Clowers
On Wed, May 6, 2009 at 18:34, Long Wind wrote: > I use etch > Do you know the mplayer command to convert real media audio-only file > to a mp3 file? ffmpeg -i inputfile.ext -ar 44100 -ab 256 output.mp3 there is probably an mplayer version of this, but I don't know what it might be. I use this t

Re: how to use mplayer to convert real media audio file to mp3

2009-05-06 Thread Ólafur Jens Sigurðsson
On Wed, May 06, 2009 at 09:34:58PM -0400, Long Wind wrote: > I use etch > Do you know the mplayer command to convert real media audio-only file > to a mp3 file? Nope, but I suggest you try out pacpl - multi-purpose audio converter/ripper/tagger script HTH Oli -- To UNSUBSCRIBE, email to debia

how to use mplayer to convert real media audio file to mp3

2009-05-06 Thread Long Wind
I use etch Do you know the mplayer command to convert real media audio-only file to a mp3 file? I try audacity: 1) connect lineout of sound card to linein 2) play real media audio with real player 3) use audacity to record the sound The result isn't good, there's noise and loss Thanks! -- To