Re: [Mjpeg-users] problem with mplex

2003-09-13 Thread Japie
ntal 224Kb buffer). tcmplex is actualy the bbmpeg muxer and even beats the crap out of commercial muxers. -- Groetjes Japie --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:/

[Mjpeg-users] mpeg2enc -a bug?

2003-09-11 Thread Japie
ion for it? -- Groetjes Japie --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/list

[Mjpeg-users] mpeg2enc custom matrix

2003-08-30 Thread Japie
y put kvcd and tmpgenc matrixes in it! Yust -K kvcd!! If you lived around the corner I would kiss you!!! Uhrmm. (scraping throttle) Nice job. ;) -- Groetjes Japie http://japie.is.dreaming.org Gnu/Linux 2.4.20-wolk4.1s i686 Do you remember when you only had to pay for windows when *you*

Re: [Mjpeg-users] q: how create a second pipe from yuvscaler

2003-08-21 Thread Japie
then yuvscaler would pull from tee's stdout). I have the following script now, not perfect and very slow but it works, only my stream.yuv pipe is growing and it shouldn't. -- Groetjes Japie #!/bin/bash mkfifo -m 660 stream.yuv mkfifo -m 660 resized_stream.yuv mplayer -benchmark -noframed

[Mjpeg-users] q: how create a second pipe from yuvscaler

2003-08-19 Thread Japie
4mpeg -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 J