From 70f5584248090df5e76596aac568929e56af6294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 2 Mar 2024 13:56:33 -0300 Subject: [PATCH] yuy2topam: add Spanish translation (#12425) * yuy2topam: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> --- pages.es/common/yuy2topam.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages.es/common/yuy2topam.md diff --git a/pages.es/common/yuy2topam.md b/pages.es/common/yuy2topam.md new file mode 100644 index 000000000..25813ec5b --- /dev/null +++ b/pages.es/common/yuy2topam.md @@ -0,0 +1,8 @@ +# yuy2topam + +> Convierte bytes YUY2 a PAM. +> Más información: . + +- Convierte bytes YUY2 a PAM: + +`yuy2topam -width {{valor}} -height {{valor}} {{ruta/al/archivo.yuy2}} > {{ruta/al/archivo.pam}}`