# eyuvtoppm(1) - man - phpman

> **TLDR:** Convert a Berkeley YUV file to PPM.
>
- 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}}`

*Source: tldr-pages*

---

[eyuvtoppm(1)](https://www.chedong.com/phpMan.php/man/eyuvtoppm/1/markdown)                           General Commands Manual                          [eyuvtoppm(1)](https://www.chedong.com/phpMan.php/man/eyuvtoppm/1/markdown)



## NAME
       eyuvtoppm - convert a Berkeley YUV file to a portable pixmap file

## SYNOPSIS
       **eyuvtoppm** [**--width** _width_] [**--height** _height_] [_eyuvfile_]


## DESCRIPTION
       Reads a Berkeley Encoder YUV (not the same as Abekas YUV) file as input and produces a porta‐
       ble pixmap (ppm) file on the Standard Output.

       With no filename argument takes input from Standard Input.  Otherwise, _eyuvfile_ is  the  file
       specification of the input file.

## SEE ALSO
       [**ppmtoeyuv**(1)](https://www.chedong.com/phpMan.php/man/ppmtoeyuv/1/markdown), [**yuvtoppm**(1)](https://www.chedong.com/phpMan.php/man/yuvtoppm/1/markdown), [**ppm**(5)](https://www.chedong.com/phpMan.php/man/ppm/5/markdown)



                                           April 22, 2001                               [eyuvtoppm(1)](https://www.chedong.com/phpMan.php/man/eyuvtoppm/1/markdown)
