From a4a1efd9f8d35b95a35478dc1a2f59a6224957ce Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Wed, 28 Feb 2024 19:47:29 +0100 Subject: [PATCH] yuy2topam: add page (#12362) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/yuy2topam.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/yuy2topam.md diff --git a/pages/common/yuy2topam.md b/pages/common/yuy2topam.md new file mode 100644 index 000000000..ebc993ecd --- /dev/null +++ b/pages/common/yuy2topam.md @@ -0,0 +1,8 @@ +# 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}}`