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

ppmtoyuvsplit — Convert a PPM image to three subsampled Abekas YUV files. More information: <https://netpbm.sourcefo

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

Problem

How to use the ppmtoyuvsplit command: Convert a PPM image to three subsampled Abekas YUV files. More information: <https://netpbm.sourceforge.net/doc/ppmtoyuvsplit.html>.

Solution

ppmtoyuvsplit — Convert a PPM image to three subsampled Abekas YUV files. More information: <https://netpbm.sourceforge.net/doc/ppmtoyuvsplit.html>.

Read a PPM image from the input file, convert it to three subsampled Abekas YUV image and store these images to output files starting with the specified basename:
ppmtoyuvsplit {{basename}} {{path/to/input_file.ppm}}

Code Snippets

Read a PPM image from the input file, convert it to three subsampled Abekas YUV image and store these images to output files starting with the specified basename

ppmtoyuvsplit {{basename}} {{path/to/input_file.ppm}}

Context

tldr-pages: common/ppmtoyuvsplit

Revisions (0)

No revisions yet.