ppmtoeyuv - Man Page
convert a PPM image into a Berkeley YUV file
Examples (TL;DR)
- Read a PPM image from the input file, convert it to a Berkeley YUV image and store it in the specified output file:
ppmtoeyuv path/to/input_file.ppm > path/to/output_file.eyuv
Synopsis
ppmtoeyuv
[ppmfile]
Description
This program is part of Netpbm(1).
ppmtoeyuv reads a PPM image as input and produces a Berkeley Encoder YUV (not the same as Abekas YUV) file on the Standard Output file.
With no argument, ppmtoeyuvtakes input from Standard Input. Otherwise, ppmfile is 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.
Options
There are no command line options defined specifically for ppmtoeyuv, but it recognizes the options common to all programs based on libnetpbm (See Common Options .)
See Also
eyuvtoppm(1), ppmtoyuv(1), ppm(1)
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
Referenced By
eyuvtoppm(1), ppmtoyuv(1), ppmtoyuvsplit(1).