diff --git a/tldr/yuy2topam b/tldr/yuy2topam new file mode 100644 index 00000000..896b7f55 --- /dev/null +++ b/tldr/yuy2topam @@ -0,0 +1,13 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# yuy2topam + +> Convert YUY2 bytes to PAM. +> More information: . + +- Convert YUY2 bytes to PAM: + +`yuy2topam -width {{value}} -height {{value}} {{path/to/file.yuy2}} > {{path/to/file.pam}}`