From ef2763f996b859910861f75b1cee70097794e96c Mon Sep 17 00:00:00 2001 From: Kefaku <114934849+Kefaku@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:17:57 +0200 Subject: [PATCH] shotcut: add page (#14007) Co-authored-by: Wiktor Perskawiec --- pages/common/shotcut.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/shotcut.md diff --git a/pages/common/shotcut.md b/pages/common/shotcut.md new file mode 100644 index 0000000000..bc10c83f7e --- /dev/null +++ b/pages/common/shotcut.md @@ -0,0 +1,24 @@ +# shotcut + +> A program for video editing. +> More information: . + +- 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`