Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdenlive
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Akhil K Gangadharan
kdenlive
Commits
50e92577
Commit
50e92577
authored
Apr 15, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some effects parameters
parent
5854a246
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
data/effects/frei0r_c0rners.xml
data/effects/frei0r_c0rners.xml
+4
-4
data/effects/frei0r_cartoon.xml
data/effects/frei0r_cartoon.xml
+2
-2
data/effects/frei0r_pixeliz0r.xml
data/effects/frei0r_pixeliz0r.xml
+2
-2
No files found.
data/effects/frei0r_c0rners.xml
View file @
50e92577
...
...
@@ -48,20 +48,20 @@
<name>
Feather Alpha
</name>
</parameter>
<parameter
type=
"bool"
name=
"
Enable Stretch
"
default=
"0"
>
<parameter
type=
"bool"
name=
"
8
"
default=
"0"
>
<name>
Enable Stretch
</name>
</parameter>
<parameter
type=
"list"
name=
"
Interpolator
"
default=
"0.166"
paramlist=
"0;0.166;0.333;0.5;0.666;0.833;1.0"
>
<parameter
type=
"list"
name=
"
11
"
default=
"0.166"
paramlist=
"0;0.166;0.333;0.5;0.666;0.833;1.0"
>
<paramlistdisplay>
Nearest neighbor,Bilinear,Bicubic smooth,Bicubic sharp,Spline 4x4,Spline 6x6,Lanczos
</paramlistdisplay>
<name>
Interpolator
</name>
</parameter>
<parameter
type=
"bool"
name=
"
Transparent Background
"
default=
"1"
>
<parameter
type=
"bool"
name=
"
12
"
default=
"1"
>
<name>
Transparent Background
</name>
</parameter>
<parameter
type=
"list"
name=
"
Alpha operation
"
default=
"0.0"
paramlist=
"0.0;0.3;0.5;0.7;1.0"
>
<parameter
type=
"list"
name=
"
14
"
default=
"0.0"
paramlist=
"0.0;0.3;0.5;0.7;1.0"
>
<paramlistdisplay>
Write on clear,Maximum,Minimum,Add,Subtract
</paramlistdisplay>
<name>
Alpha operation
</name>
</parameter>
...
...
data/effects/frei0r_cartoon.xml
View file @
50e92577
...
...
@@ -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=
"100000"
min=
"0"
default=
"
5
00"
>
<parameter
type=
"animated"
name=
"triplevel"
max=
"100000"
min=
"0"
default=
"
0.9999"
factor=
"1000
00"
>
<name>
Level of trip
</name>
</parameter>
<parameter
type=
"animated"
name=
"diffspace"
max=
"256"
min=
"0"
default=
"
1
"
>
<parameter
type=
"animated"
name=
"diffspace"
max=
"256"
min=
"0"
default=
"
0"
factor=
"256
"
>
<name>
Difference space
</name>
</parameter>
</effect>
data/effects/frei0r_pixeliz0r.xml
View file @
50e92577
...
...
@@ -3,10 +3,10 @@
<name>
Pixelize
</name>
<description>
Pixelize input image.
</description>
<author>
Gephex crew
</author>
<parameter
type=
"animated"
name=
"BlockSizeX"
default=
"
10"
min=
"0"
max
=
"1000"
>
<parameter
type=
"animated"
name=
"BlockSizeX"
default=
"
0.07"
min=
"0"
max=
"1000"
factor
=
"1000"
>
<name>
Block Size X
</name>
</parameter>
<parameter
type=
"animated"
name=
"BlockSizeY"
default=
"
10"
min=
"0"
max
=
"1000"
>
<parameter
type=
"animated"
name=
"BlockSizeY"
default=
"
0.1"
min=
"0"
max=
"1000"
factor
=
"1000"
>
<name>
Block Size Y
</name>
</parameter>
</effect>
Write
Preview
Markdown
is supported
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