mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 20:55:59 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/shotcut
Normal file
29
tldr/shotcut
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user