HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

shotcut — A program for video editing. More information: <https://shotcut.org/notes/command-line-options/>.

Submitted by: @import:tldr-pages··
0
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:
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

Code Snippets

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

Context

tldr-pages: common/shotcut

Revisions (0)

No revisions yet.