[MPlayer-users] encoding realplayer audio only streams to mp3

Giacomo Comes comes at naic.edu
Thu Jul 28 00:01:02 CEST 2005


On Wed, Jul 27, 2005 at 09:33:32PM +0200, Reimar Döffinger wrote:
> Hi,
> On Wed, Jul 27, 2005 at 03:07:18PM -0400, Giacomo Comes wrote:
> > mencoder source -ovc frameno -oac mp3lame -lameopts <lame options> -o /dev/fd/3 3>&1 1>&2 | mplayer - -dumpaudio -dumpfile out.mp3 &>/dev/null
> 
> And it still won't work. 

I tested it. It worked for me, and I don't see why it should not work.

> But the following does (assuming latest CVS):
> mencoder -fps 0.001 somevideo.avi -audiofile someaudio.mp3 -ovc frameno
> -oac lavc -lavcopts acodec=mp2 -o test.mp3 -of rawaudio

This will not work. -audiofile requires WAV, MP3 or Ogg Vorbis. The original
post wanted to convert from a Real Audio stream.

Following your example the correct command line should be:

mencoder stream.rm -ovc frameno -oac mp3lame -o test.mp3 -of rawaudio

Giacomo




More information about the MPlayer-users mailing list