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

kdenlive — KDE's non-linear video editor. More information: <https://manned.org/kdenlive>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
kdenliveeditorcommandlinearclivideokdenon

Problem

How to use the kdenlive command: KDE's non-linear video editor. More information: <https://manned.org/kdenlive>.

Solution

kdenlive — KDE's non-linear video editor. More information: <https://manned.org/kdenlive>.

Start the video editor:
kdenlive


Open a specific file:
kdenlive {{path/to/file.kdenlive}}


Use a specific path for an MLT environment:
kdenlive --mlt-path {{path/to/directory}}


Use a specific log level for an MLT environment:
kdenlive --mlt-log {{verbose|debug}}


Display help:
kdenlive --help


Display version:
kdenlive --version

Code Snippets

Start the video editor

kdenlive

Open a specific file

kdenlive {{path/to/file.kdenlive}}

Use a specific path for an MLT environment

kdenlive --mlt-path {{path/to/directory}}

Use a specific log level for an MLT environment

kdenlive --mlt-log {{verbose|debug}}

Display help

kdenlive --help

Context

tldr-pages: common/kdenlive

Revisions (0)

No revisions yet.