1. NAME

ppmtoeyuv - convert a portable pixmap into a Berkeley YUV file

2. SYNOPSIS

ppmtoeyuv [ ppmfile ]

3. DESCRIPTION

Reads a portable pixmap as input. Produces a Berkeley Encoder YUV (not the same as Abekas YUV) file on the Standard Output file. With no argument, takes input from Standard Input. Otherwise, ppmfileis the file specification of the input file.

ppmtoeyuv handles multi-image PPM input streams, outputting consecutive eyuv images. There must be at least one image, though.

4. SEE ALSO

R eyuvtoppm (1),

R ppmtoyuv (1),

R ppm (5)