1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/yuvsplittoppm.md

9 lines
381 B
Markdown
Raw Normal View History

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