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

Giacomo Comes comes at naic.edu
Wed Jul 27 23:42:56 CEST 2005


On Wed, Jul 27, 2005 at 09:28:06PM +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
> 
> Ugh. Just use CVS and -of rawaudio instead of that complicated hack to
> stream it to MPlayer (and even when you can't use, us a FIFO instead).

It is clean :-) shell scripting. 
I can show you some scripts that do real black magick.
(for example the ersh script).

I prefer the pipe command because I do not need to create any
temporary file or named fifo.

CVS is a solution too, but the normal user does not know what
new feature CVS MPlayer has.

Giacomo




More information about the MPlayer-users mailing list