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
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
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
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