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`