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