[MPlayer-users] MPlayer won't STFU / MPlayer doesn't report errors
    Mark Guptill 
    mguptill at gmail.com
       
    Mon Jul 19 20:28:20 CEST 2004
    
    
  
On Mon, 19 Jul 2004 00:07:44 -0700, rcooley <rcooley at spamcop.net> wrote:
<snip>
> Since it always output that no matter what, I can't use stdout for
> pcm audio.  (eg. mplayer -really-quiet -vc dummy -ao pcm -aofile
> /dev/stdout | oggenc - )
<snip>
try putting "2>/dev/null" at the end of the mplayer command and
options. for example
mplayer -really-quiet -vc dummy -ao pcm -aofile /dev/stdout 
2>/dev/null | oggenc -
    
    
More information about the MPlayer-users
mailing list