Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
ee912b13
Commit
ee912b13
authored
Oct 02, 2022
by
Julius Künzel
💬
Browse files
[Kdenlive Settings] Remove unused ffmpegaudiothumbnails option
parent
1d247ece
Pipeline
#240304
failed with stage
in 4 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kdenlivesettings.kcfg
View file @
ee912b13
...
...
@@ -330,11 +330,6 @@
<default>
true
</default>
</entry>
<entry
name=
"ffmpegaudiothumbnails"
type=
"Bool"
>
<label>
Use FFmpeg to create audio thumbnails (10x faster than MLT).
</label>
<default>
true
</default>
</entry>
<entry
name=
"showmarkers"
type=
"Bool"
>
<label>
Display clip markers comments in timeline.
</label>
<default>
true
</default>
...
...
src/ui/configtimeline_ui.ui
View file @
ee912b13
...
...
@@ -42,172 +42,104 @@
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_ffmpegaudiothumbnails"
>
<property
name=
"text"
>
<string>
Use FFmpeg for audio thumbnails (faster)
</string>
</property>
</widget>
</item>
<item
row=
"15"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Default track height:
</string>
</property>
</widget>
</item>
<item
row=
"15"
column=
"1"
>
<widget
class=
"QSpinBox"
name=
"kcfg_trackheight"
>
<property
name=
"minimum"
>
<number>
0
</number>
</property>
<property
name=
"maximum"
>
<number>
999
</number>
</property>
<property
name=
"value"
>
<number>
10
</number>
</property>
</widget>
</item>
<item
row=
"14"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_showmarkers"
>
<property
name=
"text"
>
<string>
Display clip markers comments
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
colspan=
"2"
>
<item
row=
"3"
column=
"0"
colspan=
"2"
>
<widget
class=
"Line"
name=
"line_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"17"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"groupBox_3"
>
<property
name=
"title"
>
<string>
Multi Stream Audio Clips
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_4"
>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"kcfg_multistream"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<item>
<property
name=
"text"
>
<string>
All Audio Streams
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
First Audio Stream
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
First 2 Audio Streams
</string>
</property>
</item>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"text"
>
<string>
On import, enable:
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"kcfg_multistream_checktrack"
>
<property
name=
"text"
>
<string>
Check if project contains enough tracks
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item
row=
"19"
column=
"0"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
23
</height>
</size>
</property>
</spacer>
</item>
<item
row=
"5"
column=
"0"
>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_5"
>
<property
name=
"text"
>
<string>
Playback and Seeking:
</string>
</property>
</widget>
</item>
<item
row=
"
5
"
column=
"1"
>
<item
row=
"
4
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_pauseonseek"
>
<property
name=
"text"
>
<string>
Pause playback when seeking
</string>
</property>
</widget>
</item>
<item
row=
"
6
"
column=
"1"
>
<item
row=
"
5
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_jumptostart"
>
<property
name=
"text"
>
<string>
Jump to timeline start if playback is started on last frame in timeline
</string>
</property>
</widget>
</item>
<item
row=
"
7
"
column=
"1"
>
<item
row=
"
6
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_seekonaddeffect"
>
<property
name=
"text"
>
<string>
Seek to clip when adding effect
</string>
</property>
</widget>
</item>
<item
row=
"
8
"
column=
"0"
colspan=
"2"
>
<item
row=
"
7
"
column=
"0"
colspan=
"2"
>
<widget
class=
"Line"
name=
"line_3"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"
9
"
column=
"0"
>
<item
row=
"
8
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_4"
>
<property
name=
"text"
>
<string>
Scrolling:
</string>
</property>
</widget>
</item>
<item
row=
"
9
"
column=
"1"
>
<item
row=
"
8
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_autoscroll"
>
<property
name=
"text"
>
<string>
Autoscroll while playing
</string>
</property>
</widget>
</item>
<item
row=
"
10
"
column=
"1"
>
<item
row=
"
9
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_scrollvertically"
>
<property
name=
"text"
>
<string>
Scroll vertically with scroll wheel, horizontally with Shift + scroll wheel
</string>
</property>
</widget>
</item>
<item
row=
"1
1
"
column=
"0"
colspan=
"2"
>
<item
row=
"1
0
"
column=
"0"
colspan=
"2"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"16"
column=
"0"
colspan=
"2"
>
<item
row=
"13"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"kcfg_showmarkers"
>
<property
name=
"text"
>
<string>
Display clip markers comments
</string>
</property>
</widget>
</item>
<item
row=
"14"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Default track height:
</string>
</property>
</widget>
</item>
<item
row=
"14"
column=
"1"
>
<widget
class=
"QSpinBox"
name=
"kcfg_trackheight"
>
<property
name=
"minimum"
>
<number>
0
</number>
</property>
<property
name=
"maximum"
>
<number>
999
</number>
</property>
<property
name=
"value"
>
<number>
10
</number>
</property>
</widget>
</item>
<item
row=
"15"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"title"
>
<string>
Raise Properties Pane when Selecting in Timeline
</string>
...
...
@@ -250,6 +182,67 @@
</layout>
</widget>
</item>
<item
row=
"16"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"groupBox_3"
>
<property
name=
"title"
>
<string>
Multi Stream Audio Clips
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_4"
>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"kcfg_multistream"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<item>
<property
name=
"text"
>
<string>
All Audio Streams
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
First Audio Stream
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
First 2 Audio Streams
</string>
</property>
</item>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"text"
>
<string>
On import, enable:
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"kcfg_multistream_checktrack"
>
<property
name=
"text"
>
<string>
Check if project contains enough tracks
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item
row=
"18"
column=
"0"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
23
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment