[Mjpeg-users] ppmtoy4m from mjpegtools-1.9 produces bad preview quality

2007-12-06 Thread Martin Gansser
Hi, im using vdrconvert a additional program that converts VDR DVB recordings to DVD. This program needs mjpegtools-1.9/ppmtoy4m that comes with Fedora 8 and procudes a 10 second preview of a film. With the older version of mjpegtools-1.8 the preview looks ok, and the title of the video looks sh

Re: [Mjpeg-users] RC3 aviable

2007-12-06 Thread Bernhard Praschinger
Hallo > I can compile MacOSX PPC binaries (I may be able to make then FAT > binaries for both Intel and PPC), for Leopard and Tiger. > > I am not quite sure what package manager to use. I would like to discuss > this further. Never made a Package on OSX either. The Book I have (Mac OX Panther f

Re: [Mjpeg-users] how can i figure out if ppmtoy4m has a option 420mpeg2

2007-12-06 Thread Gansser, Martin
Mark, the following command works for me with bourne shell sh: sh: ( Work: sh -c 'ppmtoy4m -h 2>&1 | grep 420mpeg2 | wc -l' ) tcsh: ppmtoy4m -h | grep 420mpeg2 |& wc -l ( Work: tcsh -c 'ppmtoy4m -h |& grep 420mpeg2 | wc -l' ) bash: ppmtoy4m -h | grep 420mpeg2 2>&1 | wc -l ( Work: bash -c 'ppm