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
60a6cc96
Commit
60a6cc96
authored
Oct 14, 2021
by
Jean-Baptiste Mardelle
Browse files
Merge branch 'master' of invent.kde.org:multimedia/kdenlive
parents
2acab4fb
0f009bc3
Pipeline
#88608
passed with stage
in 8 minutes and 46 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
60a6cc96
...
...
@@ -7,6 +7,7 @@
| Flatpak |
[

](https://binary-factory.kde.org/job/Kdenlive_x86_64_flatpak/) | See
[
here
](
https://flathub.org/builds/#/apps/org.kde.kdenlive
)
|
| Nightly Appimage |
[

](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/) | |
| Nightly Appimage Dependency |
[

](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Dependency_Build/) | |
| Craft Appimage |
[

](https://binary-factory.kde.org/job/Kdenlive_Nightly_appimage-centos7/) |
[

](https://binary-factory.kde.org/job/Kdenlive_Stable_appimage-centos7/) |
| MinGW64 |
[

](https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/) |
[

](https://binary-factory.kde.org/job/Kdenlive_Stable_mingw64/) |
| macOS |
[

](https://binary-factory.kde.org/job/Kdenlive_Nightly_macos/) |
[

](https://binary-factory.kde.org/job/Kdenlive_Stable_macos/) |
...
...
data/blacklisted_effects.txt
View file @
60a6cc96
...
...
@@ -78,6 +78,20 @@ loudness_meter
sox_pitch
sox_reverb
# NOT WORKING AUDIO MLT LADSPA
ladspa
vinyl
declipper
equalizer
limiter
phaser
equalizer_15
pitch_scale
rate_scale
reverb
room_reverb
pitch_shift
# CRASHING AVFILTERS (WOULD REQUIRE AN XML FILE TO CORRECTLY DEFINE PARAMETERS)
avfilter.acompressor
...
...
data/effects/avfilter/avfilter_highpass.xml
View file @
60a6cc96
...
...
@@ -10,7 +10,7 @@
<paramlistdisplay>
Hz,Q-FActor,Octave,Slope,KHz
</paramlistdisplay>
<name>
Type
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.w"
default=
"
0.
707"
min=
"
0.001
"
max=
"9999"
decimals=
"3"
>
<parameter
type=
"constant"
name=
"av.w"
default=
"707"
min=
"
100
"
max=
"9999
9
"
decimals=
"3"
>
<name>
Filter-width
</name>
</parameter>
<parameter
type=
"list"
name=
"av.p"
default=
"2"
paramlist=
"1;2"
>
...
...
@@ -23,7 +23,6 @@
<parameter
type=
"bool"
name=
"av.n"
default=
"0"
>
<name>
Normalize
</name>
</parameter>
</parameter>
<parameter
type=
"list"
name=
"av.a"
default=
"di"
paramlist=
"di;dii;tdii;latt"
>
<paramlistdisplay>
di,dii,tdii,latt
</paramlistdisplay>
<name>
Transform type
</name>
...
...
data/effects/frei0r/frei0r_cartoon.xml
View file @
60a6cc96
...
...
@@ -3,10 +3,10 @@
<name>
Cartoon
</name>
<description>
Cartoonify video, do a form of edge detect
</description>
<author>
Dries Pruimboom, Jaromil
</author>
<parameter
type=
"animated"
name=
"triplevel"
max=
"1
000
"
min=
"
850
"
default=
"
9
99"
factor=
"1000
"
>
<parameter
type=
"animated"
name=
"triplevel"
max=
"1"
min=
"
0.95
"
default=
"
0.
99"
decimals=
"3
"
>
<name>
Level of trip
</name>
</parameter>
<parameter
type=
"animated"
name=
"diffspace"
max=
"
1
0"
min=
"0"
default=
"
1"
factor=
"256
"
>
<parameter
type=
"animated"
name=
"diffspace"
max=
"0
.064
"
min=
"0
.00372
"
default=
"
0.006"
decimals=
"5
"
>
<name>
Difference space
</name>
</parameter>
</effect>
</effect>
data/kdenliveeffectscategory.rc
View file @
60a6cc96
This diff is collapsed.
Click to expand it.
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