snippetbashTip
shotcut — A program for video editing. More information: <https://shotcut.org/notes/command-line-options/>.
Viewed 0 times
commandeditingclimorevideoshotcutprogramfor
Problem
How to use the
shotcut command: A program for video editing. More information: <https://shotcut.org/notes/command-line-options/>.Solution
shotcut — A program for video editing. More information: <https://shotcut.org/notes/command-line-options/>.Start Shotcut:
shotcutOpen audio/video files:
shotcut {{path/to/file1 path/to/file2 ...}}Start with a specific audio driver:
shotcut --SDL_AUDIODRIVER "{{pulseaudio}}"Start in fullscreen:
shotcut --fullscreenStart with GPU processing:
shotcut --gpuCode Snippets
Start Shotcut
shotcutOpen audio/video files
shotcut {{path/to/file1 path/to/file2 ...}}Start with a specific audio driver
shotcut --SDL_AUDIODRIVER "{{pulseaudio}}"Start in fullscreen
shotcut --fullscreenStart with GPU processing
shotcut --gpuContext
tldr-pages: common/shotcut
Revisions (0)
No revisions yet.