Re: [Mjpeg-users] ppmto4ym/png2yuv troubles

2005-02-03 Thread Jonathan Woithe
Hi Matt > >I think I must be doing something silly: every time I try to pipe the > Excellent intuition... :) Gee, thanks. > >output of either png2yuv or ppmtoy4m into mpeg2enc, mpeg2enc complains: > > ERROR: [mpeg2enc] Could not read YUV4MPEG header: bad stream or frame > >header! > >

Re: [Mjpeg-users] ppmto4ym/png2yuv troubles

2005-02-03 Thread Matto Marjanovic
>I think I must be doing something silly: every time I try to pipe the Excellent intuition... :) >output of either png2yuv or ppmtoy4m into mpeg2enc, mpeg2enc complains: > > ERROR: [mpeg2enc] Could not read YUV4MPEG header: bad stream or frame >header! > >Command lines: > png2yuv -

Re: [Mjpeg-users] ppmto4ym/png2yuv troubles

2005-02-03 Thread Steven M. Schultz
On Fri, 4 Feb 2005, Jonathan Woithe wrote: > ERROR: [mpeg2enc] Could not read YUV4MPEG header: bad stream or frame header! > > Command lines: > png2yuv -f 25 -I b -n 1 -L 1 -j foo.png | \ > mpeg2enc -f 8 -o output.mpg silence.m2a > > pngtopnm foo.png | ppmtoy4m -n 1 -F 25:1 -I b -A 59:5

[Mjpeg-users] ppmto4ym/png2yuv troubles

2005-02-03 Thread Jonathan Woithe
HI everyone I think I must be doing something silly: every time I try to pipe the output of either png2yuv or ppmtoy4m into mpeg2enc, mpeg2enc complains: ERROR: [mpeg2enc] Could not read YUV4MPEG header: bad stream or frame header! Command lines: png2yuv -f 25 -I b -n 1 -L 1 -j foo.png |

Re: [Mjpeg-users] Can't make mjpegtools-1.6.2

2005-02-03 Thread Bernhard Praschinger
Hallo > I tried your suggestion and was able to get past the lavpipe.c error > only to encounter another error concerning picture.cc I am including > this latest error messgae in the hope that you or possibly one of the > other gurus on the list can shed some light on what is happening. Thank >

Re: [Mjpeg-users] problem with mpeg2enc and -M option

2005-02-03 Thread Steven M. Schultz
On Wed, 2 Feb 2005, Trent Piepho wrote: > You're right, it looks like it was fixed between when I noticed the problem > and actually got around to sending an email. That's why I (try to) do a cvs update and build before making a problem/bug report - make sure it hasn't be

[Mjpeg-users] [PATCH 17/20] media/zoran_card: remove interruptible_sleep_on_timeout() usage

2005-02-03 Thread Nishanth Aravamudan
Hello, Please consider applying. Description: Remove deprecated interruptible_sleep_on_timeout() function calls and replace with direct wait-queue usage. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/media/video/zoran_card.c2005-