[MPlayer-users] Decoding to standard output NOVIRUS

Japie japie at scarlet.nl
Sun Oct 19 17:51:55 CEST 2003


Op zo 19-10-2003, om 08:31 schreef Christopher Armstrong:

> Does mplayer support decoding to standard output (or mencoder support
> encoding to standard output) so that I can receive the result in a pipe
> eg.

mkfifo -m 660 stream.yuv &
mplayer -benchmark -noframedrop -nosound -vo yuv4mpeg -osdlevel 0 $1 &
ffmpeg -f yuv4mpegpipe -i stream.yuv -an ffmpeg_test.mpeg
-- 
Groetjes Japie



More information about the MPlayer-users mailing list