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

yuvsplittoppm — Convert three subsampled Abekas YUV files to one PPM image. More information: <https://netpbm.source

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

Problem

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

Solution

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

Read Akebas YUV bytes from three files starting with basename, merge them into a single PPM image and store it in the specified output file:
yuvsplittoppm {{basename}} {{width}} {{height}} > {{path/to/output_file.ppm}}

Code Snippets

Read Akebas YUV bytes from three files starting with basename, merge them into a single PPM image and store it in the specified output file

yuvsplittoppm {{basename}} {{width}} {{height}} > {{path/to/output_file.ppm}}

Context

tldr-pages: common/yuvsplittoppm

Revisions (0)

No revisions yet.