1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/ppmtoyuv.md

316 B

ppmtoyuv

Convert a PPM image to an Abekas YUV file. More information: https://netpbm.sourceforge.net/doc/ppmtoyuv.html.

  • Read a PPM image from the input file, convert it to an Abekas YUV image and store it in the specified output file:

ppmtoyuv {{path/to/input_file.ppm}} > {{path/to/output_file.yuv}}