openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00028
[Branch ~openshot.code/openshot/main] Rev 523: Added Scanlines frie0r effect.
------------------------------------------------------------
revno: 523
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Tue 2011-08-30 22:06:08 +0100
message:
Added Scanlines frie0r effect.
added:
openshot/effects/icons/medium/scanlines.png
openshot/effects/icons/small/scanlines.png
openshot/effects/scanlines.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/icons/medium/scanlines.png'
Binary files openshot/effects/icons/medium/scanlines.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/scanlines.png 2011-08-30 21:06:08 +0000 differ
=== added file 'openshot/effects/icons/small/scanlines.png'
Binary files openshot/effects/icons/small/scanlines.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/scanlines.png 2011-08-30 21:06:08 +0000 differ
=== added file 'openshot/effects/scanlines.xml'
--- openshot/effects/scanlines.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/scanlines.xml 2011-08-30 21:06:08 +0000
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Scan Lines</title>
+ <description translatable="True">Interlaced black lines</description>
+ <icon>scanlines.png</icon>
+ <category>Video</category>
+ <service>frei0r.scanline0r</service>
+</effect>