mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 10:55:36 +02:00
shotcut: add page (#14007)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
20d611bf19
commit
ef2763f996
1 changed files with 24 additions and 0 deletions
24
pages/common/shotcut.md
Normal file
24
pages/common/shotcut.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue