mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
445 B
Markdown
25 lines
445 B
Markdown
![]() |
# 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`
|