eyuvtoppm, ppmtoeyuv, ppmtoyuv, ppmtoyufsplitm, yuvsplittoppm, yuvtoppm: add pages (#11380)

This commit is contained in:
Juri Dispan
2023-11-04 15:15:25 +01:00
committed by K.B.Dharun Krishna
parent 6bfbb2136f
commit 96a6099652
6 changed files with 48 additions and 0 deletions

8
pages/common/ppmtoyuv.md Normal file
View File

@@ -0,0 +1,8 @@
# ppmtoyuv
> Convert a PPM image to an Abekas YUV file.
> More information: <https://netpbm.sourceforge.net/doc/ppmtoyuv.html>.
- Read a PPM image from the input file, convert it to an Abekas YUV image and store it in the specified output file:
`ppmtoyuv {{path/to/input_file.ppm}} > {{path/to/output_file.yuv}}`