Skip to content
GitLab
Menu
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
e02dec09
Commit
e02dec09
authored
May 18, 2021
by
Julius Künzel
⚠
Browse files
Make glitch0r effect keyframable
CCBUG: 393668
parent
97f6d026
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/effects/CMakeLists.txt
View file @
e02dec09
...
...
@@ -60,6 +60,7 @@ frei0r_equaliz0r.xml
frei0r_facebl0r.xml
frei0r_facedetect.xml
frei0r_flippo.xml
frei0r_glitch0r.xml
frei0r_glow.xml
frei0r_hqdn3d.xml
frei0r_hueshift0r.xml
...
...
data/effects/frei0r_glitch0r.xml
0 → 100644
View file @
e02dec09
<!DOCTYPE kpartgui>
<effect
tag=
"frei0r.glitch0r"
id=
"frei0r.glitch0r"
type=
"video"
>
<name>
Glitch0r
</name>
<description>
Adds glitches and block shifting
</description>
<author>
IDENT Software
</author>
<parameter
type=
"animated"
name=
"0"
max=
"1000"
min=
"0"
default=
"0"
factor=
"1000"
>
<name>
Glitch frequency
</name>
</parameter>
<parameter
type=
"animated"
name=
"1"
max=
"1000"
min=
"0"
default=
"0.49913"
factor=
"1000"
>
<name>
Block height
</name>
</parameter>
<parameter
type=
"animated"
name=
"2"
max=
"1000"
min=
"0"
default=
"0.499305"
factor=
"1000"
>
<name>
Shift intensity
</name>
</parameter>
<parameter
type=
"animated"
name=
"3"
max=
"1000"
min=
"0"
default=
"0"
factor=
"1000"
>
<name>
Color glitching intensity
</name>
</parameter>
</effect>
Farid Abdelnour
🎥
@frdbr
mentioned in issue
#989 (closed)
·
May 18, 2021
mentioned in issue
#989 (closed)
mentioned in issue #989
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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