Hello guys, I like to use yuvscaler(or whatever yuvtool) as filter between a mplayer and ffmpeg. Creating a pipe to yuvscaler is n problem, but it has to output in another pipe and I don't know how to do this. I use:
mkfifo -m 660 stream.yuv mplayer -nosound -benchmark -noframedrop -vo yuv4mpeg -osdlevel 0 $1 & cat stream.yuv | yuvscaler -v 0 -M WIDE2STD -O SIZE_352x288 -n p And can encode with: ffmpeg -f yuv4mpegpipe -i rescaled_stream.yuv -f mpeg1video -b 1152 ffmpeg_kvcd.m1v How do I make the output of yuvscaler apear in rescaled_stream.yuv? -- Groetjes Japie http://japie.is.dreaming.org Gnu/Linux 2.4.20-wolk4.1s i686 System Error - Virus 'MS-WINDOWS' found!! Erase [Y/Y]? ;^) ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
