]> git.sesse.net Git - kdenlive/commitdiff
Another missing XML effect description and updated blacklist. Variables changes still...
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Thu, 6 Jan 2011 03:34:44 +0000 (03:34 +0000)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Thu, 6 Jan 2011 03:34:44 +0000 (03:34 +0000)
svn path=/trunk/kdenlive/; revision=5270

data/blacklisted_effects.txt
effects/tcolor.xml [new file with mode: 0644]

index c1a13eef17baedbae417c50883046243bc42b755..6460e9dd6fd833b28369fa8b003db4f194abf207 100644 (file)
@@ -60,5 +60,13 @@ frei0r.threshold0r
 frei0r.tint0r
 frei0r.vertigo
 
+#MLT effects with XML UI
+
+dust
+grain
+lines
+oldfilm
+tcolor
+
 #effects that have simplekeyframes
 vignette
diff --git a/effects/tcolor.xml b/effects/tcolor.xml
new file mode 100644 (file)
index 0000000..9ab0293
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE kpartgui>
+<effect tag="oldfilm" id="tcolor" type="video" unique="1">
+       <name>Technicolor</name>
+       <description>Oversaturate the color in video, like in old Technicolor movies</description>
+       <author>Marco Gittler</author>
+       <parameter type="integer" name="oversaturate_cr" max="400" min="-400" default="190">
+               <name>Blue/Yellow axis</name>
+       </parameter>
+       <parameter type="integer" name="oversaturate_cb" max="400" min="-400" default="190">
+               <name>Red/Green axis</name>
+       </parameter>
+</effect>