LinuxCommandLibrary

kdenlive

KDE's non-linear video editor.

TLDR

Start the video editor

$ kdenlive
copy


Open a specific file
$ kdenlive [path/to/file].kdenlive
copy


Set a specific path for an MLT environment
$ kdenlive --mlt-path [path/to/directory]
copy


Set a specific log level for an MLT environment
$ kdenlive --mlt-log [verbose|debug]
copy


Display help
$ kdenlive --help
copy


Display version
$ kdenlive --version
copy

Copied to clipboard