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

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

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

Problem

How to use the ppmtoyuv command: Convert a PPM image to an Abekas YUV file. More information: <https://netpbm.sourceforge.net/doc/ppmtoyuv.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/ppmtoyuv

Revisions (0)

No revisions yet.