瀏覽代碼

shotcut: add Spanish translation (#14030)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Darío Hereñú 5 月之前
父節點
當前提交
5699f3de87
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      pages.es/common/shotcut.md

+ 24 - 0
pages.es/common/shotcut.md

@@ -0,0 +1,24 @@
+# shotcut
+
+> Un programa para la edición de vídeo.
+> Más información: <https://shotcut.org/notes/command-line-options/>.
+
+- Inicia Shotcut:
+
+`shotcut`
+
+- Abre archivos de audio/vídeo:
+
+`shotcut {{ruta/al/archivo1 ruta/al/archivo2 ...}}`
+
+- Inicia con un controlador de audio específico:
+
+`shotcut --SDL_AUDIODRIVER "{{pulseaudio}}"`
+
+- Inicia en pantalla completa:
+
+`shotcut --fullscreen`
+
+- Inicia con procesamiento GPU:
+
+`shotcut --gpu`