1Kdenlive(1) An open source video editor. Kdenlive(1)
2
3
4
6 kdenlive - An open source non-linear video editor.
7
9 kdenlive [Qt-options] [KDE-options] [options] [file]
10
12 Kdenlive is an open source non-linear video editor which supports a
13 large number of formats for editing. It relies on several other open
14 source projects, such as FFmpeg and MLT video framework.
15
17 Arguments:
18 file Document to open
19
20 Options:
21 --mlt-path <path>
22 Set the path for MLT environment
23
24 --mlt-log <verbose/debug>
25 Set MLT log level
26
27
28 Generic options:
29 --help Show help about options
30
31 --help-qt
32 Show Qt specific options
33
34 --help-kde
35 Show KDE specific options
36
37 --help-all
38 Show all options
39
40 --author
41 Show author information
42
43 -v, --version
44 Show version information
45
46 --license
47 Show license information
48
49 -- End of options
50
51
52 KDE options:
53 --qwindowtitle <caption>
54 Use 'caption' as name in the titlebar
55
56 --icon <icon>
57 Use 'icon' as the application icon
58
59 --config <filename>
60 Use alternative configuration file
61
62 --nocrashhandler
63 Disable crash handler, to get core dumps
64
65 --waitforwm
66 Waits for a WM_NET compatible windowmanager
67
68 --style <style>
69 sets the application GUI style
70
71 --geometry <geometry>
72 sets the client geometry of the main widget - see man X for the
73 argument format
74
75
76 Qt options:
77 --display <displayname>
78 Use the X-server display 'displayname'
79
80 --session <sessionId>
81 Restore the application for the given 'sessionId'
82
83 --cmap Causes the application to install a private color map on an
84 8-bit display
85
86 --ncols <count>
87 Limits the number of colors allocated in the color cube on an
88 8-bit display, if the application is using the QApplica‐
89 tion::ManyColor color specification
90
91 --nograb
92 tells Qt to never grab the mouse or the keyboard
93
94 --dograb
95 running under a debugger can cause an implicit -nograb, use -do‐
96 grab to override
97
98 --sync switches to synchronous mode for debugging
99
100 --fn, --font <fontname>
101 defines the application font
102
103 --bg, --background <color>
104 sets the default background color and an application palette
105 (light and dark shades are calculated)
106
107 --fg, --foreground <color>
108 sets the default foreground color
109
110 --btn, --button <color>
111 sets the default button color
112
113 --name <name>
114 sets the application name
115
116 --title <title>
117 sets the application title (caption)
118
119 --visual TrueColor
120 forces the application to use a TrueColor visual on an 8-bit
121 display
122
123 --inputstyle <inputstyle>
124 sets XIM (X Input Method) input style. Possible values are on‐
125 thespot, overthespot, offthespot and root
126
127 --im <XIM server>
128 set XIM server
129
130 --noxim
131 disable XIM
132
133 --reverse
134 mirrors the whole layout of widgets
135
136 --stylesheet
137 <file.qss> applies the Qt stylesheet to the application wid‐
138 gets
139
140
141
143 KDENLIVE_RENDER_LOG
144 If $KDENLIVE_RENDER_LOG is set, a log will be written to
145 /tmp/kdenlive_render.log.XXXXXXXX, that contains information
146 about the result of calling melt, ffmpeg, etc. This can be used
147 for debugging.
148
149
151 kdenlive_render(1). Please see the homepage at https://www.kden‐
152 live.org/
153
155 Jean-Baptiste Mardelle <jb@kdenlive.org>
156
157
158
159KDE Aug 2018 Kdenlive(1)