mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
shotcut: add Spanish translation (#14030)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
4f9e8cb579
commit
5699f3de87
1 changed files with 24 additions and 0 deletions
24
pages.es/common/shotcut.md
Normal file
24
pages.es/common/shotcut.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue