kdenlive: add page (#9545)

pull/1/head
Emily Grace Seville 2022-12-20 18:52:57 +10:00 committed by GitHub
parent 78119c59cf
commit cf93879231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/kdenlive.md Normal file
View 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`