← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 669: Added new frei0r effects Tehroxx0r, Three point balance & Vectorscope

 

------------------------------------------------------------
revno: 669
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Sun 2012-05-13 21:40:14 +0100
message:
  Added new frei0r effects Tehroxx0r, Three point balance & Vectorscope
added:
  openshot/effects/icons/medium/tehroxx0r.png
  openshot/effects/icons/medium/three_point_balance.png
  openshot/effects/icons/medium/vectorscope.png
  openshot/effects/icons/small/tehroxx0r.png
  openshot/effects/icons/small/three_point_balance.png
  openshot/effects/icons/small/vectorscope.png
  openshot/effects/tehroxx0r.xml
  openshot/effects/three_point_balance.xml
  openshot/effects/vectorscope.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/tehroxx0r.png'
Binary files openshot/effects/icons/medium/tehroxx0r.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/tehroxx0r.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/icons/medium/three_point_balance.png'
Binary files openshot/effects/icons/medium/three_point_balance.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/three_point_balance.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/icons/medium/vectorscope.png'
Binary files openshot/effects/icons/medium/vectorscope.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/vectorscope.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/icons/small/tehroxx0r.png'
Binary files openshot/effects/icons/small/tehroxx0r.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/tehroxx0r.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/icons/small/three_point_balance.png'
Binary files openshot/effects/icons/small/three_point_balance.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/three_point_balance.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/icons/small/vectorscope.png'
Binary files openshot/effects/icons/small/vectorscope.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/vectorscope.png	2012-05-13 20:40:14 +0000 differ
=== added file 'openshot/effects/tehroxx0r.xml'
--- openshot/effects/tehroxx0r.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/tehroxx0r.xml	2012-05-13 20:40:14 +0000
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">TehRoxx0r</title>
+	<description translatable="True">something videowall-ish</description>
+	<icon>tehroxx0r.png</icon>
+	<category>Video</category>
+	<service>frei0r.tehroxx0r</service>
+	
+	<param name="Interval" type="spinner" title="Interval" description="Changing speed of small blocks">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+			
+</effect>

=== added file 'openshot/effects/three_point_balance.xml'
--- openshot/effects/three_point_balance.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/three_point_balance.xml	2012-05-13 20:40:14 +0000
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">Three point balance</title>
+	<description translatable="True">Adjust color balance with 3 color points</description>
+	<icon>three_point_balance.png</icon>
+	<category>Video</category>
+	<service>frei0r.three_point_balance</service>
+	
+	<param name="Black color" type="color" title="Black color" description="Black color">
+		<default>#000000</default>
+	</param>
+	
+	<param name="Gray color" type="color" title="Gray color" description="Gray color">
+		<default>#a5b3a5</default>
+	</param>
+	
+	<param name="White color" type="color" title="White color" description="White color">
+		<default>#ffffff</default>
+	</param>
+	
+	<param name="Split preview" type="dropdown" title="Split preview" description="Split preview">
+		<values>
+			<value name="Yes" num="1.0"/>
+			<value name="No" num="0.0"/> 
+		</values>		
+		<default>0.0</default>
+	</param>
+		
+	<param name="Source image on left side" type="dropdown" title="Source image on left side" description="Source image on left side">
+		<values>
+			<value name="Yes" num="1.0"/>
+			<value name="No" num="0.0"/> 
+		</values>		
+		<default>1.0</default>
+	</param>
+			
+</effect>

=== added file 'openshot/effects/vectorscope.xml'
--- openshot/effects/vectorscope.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/vectorscope.xml	2012-05-13 20:40:14 +0000
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">Vectorscope</title>
+	<description translatable="True"> Displays the vectorscope of the video-data</description>
+	<icon>vectorscope.png</icon>
+	<category>Video</category>
+	<service>frei0r.vectorscope</service>
+			
+</effect>