Re: [Mjpeg-users] VCD easy (hopefully) question - transcode to stdout

2004-02-11 Thread Gene Dascher
Is there a way to get transcode to dump the yuv directly to y4mscaler/yuvscaler? If so, I'd love to know it. I had the same problem, when I tried using /dev/stdout as the outfile argument with much success: transcode -i mpfc_01-001.vob -z -y yuv4mpeg -q 0 -o /dev/stdout | yuvscaler -blah | mpeg

Re: [Mjpeg-users] mpeg2enc - Malloc failed

2003-11-15 Thread Gene Dascher
At this point just one and I'm not crazy about it. Either run mpeg2enc under the debugger (gdb) and put a breakpoint at that malloc failed line - then print 'M' so we can see how much memory is attempting to be allocated _or_ change the mjpeg_error_exit1 line to be something like mjpeg_err

Re: [Mjpeg-users] mpeg2enc - Malloc failed

2003-11-13 Thread Gene Dascher
Steven M. Schultz wrote: On Thu, 13 Nov 2003, Gene Dascher wrote: following the threads on the "Users" mailing list with great interest and was interested in trying the CVS version to gain access to some of the newer features. I did a checkout of the mjpeg_play module, the

[Mjpeg-users] mpeg2enc - Malloc failed

2003-11-13 Thread Gene Dascher
I have been a longtime user of mjpegtools with great success. I have been following the threads on the "Users" mailing list with great interest and was interested in trying the CVS version to gain access to some of the newer features. I did a checkout of the mjpeg_play module, then used the aut