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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Jul 27 21:33:32 CEST 2005


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. 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

The -fps is just a trick in case your video would be too short otherwise
(it stops encoding when it reaches the end of the video).

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list