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

eyuvtoppm — Convert a Berkeley YUV file to PPM. More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.

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

Problem

How to use the eyuvtoppm command: Convert a Berkeley YUV file to PPM. More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.

Solution

eyuvtoppm — Convert a Berkeley YUV file to PPM. More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.

Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:
eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}

Code Snippets

Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file

eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}

Context

tldr-pages: common/eyuvtoppm

Revisions (0)

No revisions yet.