1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00
tldr/pages/common/shotcut.md
Kefaku ef2763f996
shotcut: add page (#14007)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-10-06 09:17:57 +02:00

24 lines
396 B
Markdown

# shotcut
> A program for video editing.
> More information: <https://shotcut.org/notes/command-line-options/>.
- Start Shotcut:
`shotcut`
- Open audio/video files:
`shotcut {{path/to/file1 path/to/file2 ...}}`
- Start with a specific audio driver:
`shotcut --SDL_AUDIODRIVER "{{pulseaudio}}"`
- Start in fullscreen:
`shotcut --fullscreen`
- Start with GPU processing:
`shotcut --gpu`