소스 검색

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`