openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00465
[Branch ~openshot.code/openshot/main] Rev 666: Added Baltan & mask0mate frei0r effects.
------------------------------------------------------------
revno: 666
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Thu 2012-05-10 22:10:21 +0100
message:
Added Baltan & mask0mate frei0r effects.
added:
openshot/effects/baltan.xml
openshot/effects/icons/medium/baltan.png
openshot/effects/icons/medium/mask0mate.png
openshot/effects/icons/small/baltan.png
openshot/effects/icons/small/mask0mate.png
openshot/effects/mask0mate.xml
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== added file 'openshot/effects/baltan.xml'
--- openshot/effects/baltan.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/baltan.xml 2012-05-10 21:10:21 +0000
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Baltan</title>
+ <description translatable="True">delayed alpha smoothed blit of time</description>
+ <icon>baltan.png</icon>
+ <category>Video</category>
+ <service>frei0r.baltan</service>
+
+</effect>
=== added file 'openshot/effects/icons/medium/baltan.png'
Binary files openshot/effects/icons/medium/baltan.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/baltan.png 2012-05-10 21:10:21 +0000 differ
=== added file 'openshot/effects/icons/medium/mask0mate.png'
Binary files openshot/effects/icons/medium/mask0mate.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/mask0mate.png 2012-05-10 21:10:21 +0000 differ
=== added file 'openshot/effects/icons/small/baltan.png'
Binary files openshot/effects/icons/small/baltan.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/baltan.png 2012-05-10 21:10:21 +0000 differ
=== added file 'openshot/effects/icons/small/mask0mate.png'
Binary files openshot/effects/icons/small/mask0mate.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/mask0mate.png 2012-05-10 21:10:21 +0000 differ
=== added file 'openshot/effects/mask0mate.xml'
--- openshot/effects/mask0mate.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/mask0mate.xml 2012-05-10 21:10:21 +0000
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Mask</title>
+ <description translatable="True">Creates a square alpha-channel mask</description>
+ <icon>mask0mate.png</icon>
+ <category>Video</category>
+ <service>frei0r.mask0mate</service>
+
+ <param name="Left" type="spinner" title="Left" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>1.0</default>
+ </param>
+
+ <param name="Right" type="spinner" title="Right" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>1.0</default>
+ </param>
+
+ <param name="Top" type="spinner" title="Top" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.4</default>
+ </param>
+
+ <param name="Bottom" type="spinner" title="Bottom" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.4</default>
+ </param>
+
+ <param name="Invert" type="dropdown" title="Invert" description="Invert the mask, creates a hole in the frame">
+ <values>
+ <value name="Yes" num="1.0"/>
+ <value name="No" num="0.0"/>
+ </values>
+ <default>0.0</default>
+ </param>
+
+ <param name="Blur" type="spinner" title="Blur" description="Blur the outline of the mask">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.2</default>
+ </param>
+
+</effect>