1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/yuvtoppm.md

338 B

yuvtoppm

Convert Abekas YUV bytes to PPM. More information: https://netpbm.sourceforge.net/doc/yuvtoppm.html.

  • Read Akebas YUV bytes from the specified input file, convert them to a PPM image and store them in the specified output file:

yuvtoppm {{width}} {{height}} {{path/to/input_file.yuv}} > {{path/to/output_file.ppm}}