HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
yuvcommandyuvtoppmconvertbytescliabekasppm

Problem

How to use the yuvtoppm command: Convert Abekas YUV bytes to PPM. More information: <https://netpbm.sourceforge.net/doc/yuvtoppm.html>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/yuvtoppm

Revisions (0)

No revisions yet.