mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 09:13:26 +02:00
kdenlive: add page (#9545)
This commit is contained in:
parent
78119c59cf
commit
cf93879231
1 changed files with 28 additions and 0 deletions
28
pages/common/kdenlive.md
Normal file
28
pages/common/kdenlive.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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`
|
||||||
|
|
||||||
|
- Set a specific path for an MLT environment:
|
||||||
|
|
||||||
|
`kdenlive --mlt-path {{path/to/directory}}`
|
||||||
|
|
||||||
|
- Set a specific log level for an MLT environment:
|
||||||
|
|
||||||
|
`kdenlive --mlt-log {{verbose|debug}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`kdenlive --help`
|
||||||
|
|
||||||
|
- Display version:
|
||||||
|
|
||||||
|
`kdenlive --version`
|
Loading…
Add table
Reference in a new issue