2025-03-14 21:59:59 -06:00
|
|
|
# ppmtoyuv
|
|
|
|
|
|
|
|
|
|
> Convert a PPM image to an Abekas YUV file.
|
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmtoyuv.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Read a PPM image from the input file, convert it to an Abekas YUV image, and store it in the specified output file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`ppmtoyuv {{path/to/input_file.ppm}} > {{path/to/output_file.yuv}}`
|