← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 613: Adding Defish0r effect, used for the well known Fish Eye effect.

 

------------------------------------------------------------
revno: 613
fixes bug: https://launchpad.net/bugs/629051
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Sat 2012-01-07 12:03:23 +0000
message:
  Adding Defish0r effect, used for the well known Fish Eye effect.
added:
  openshot/effects/defish0r.xml
  openshot/effects/icons/medium/defishor.png
  openshot/effects/icons/small/defishor.png


--
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/defish0r.xml'
--- openshot/effects/defish0r.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/defish0r.xml	2012-01-07 12:03:23 +0000
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+     <title translatable="True">Defish0r</title>
+     <description translatable="True">Fish Eye</description>
+     <icon>defishor.png</icon>
+     <category>Video</category>
+     <service>frei0r.defish0r</service>
+     
+     <param name="Amount" type="spinner" title="Amount" description="">
+          <min>0.0</min>
+          <max>1.0</max>
+          <default>0.75</default>
+     </param>
+     
+	 <param name="DeFish" type="dropdown" title="Defish" description="">
+          <values>
+               <value name="DeFish" num="1.0"/>
+               <value name="Fish" num="0.0"/>
+          </values>     
+          <default>0.0</default>
+     </param>
+     
+     <param name="Type" type="dropdown" title="Type" description="">
+          <values>
+               <value name="Equidistant" num="0"/>
+               <value name="Orthographic" num="0.333"/>
+			   <value name="Equiarea" num="0.666"/>
+			   <value name="Stereographic" num="1"/>
+          </values> 
+          <default>0.666</default>
+     </param>
+     
+     <param name="Scaling" type="dropdown" title="Scaling" description="">
+		  <values>
+			   <value name="Fill" num="0"/>
+               <value name="Center" num="0.333"/>
+			   <value name="Fit" num="0.666"/>
+			   <value name="Manual" num="1"/>
+		  </values>
+          <default>0</default>
+     </param>
+	 
+     <param name="Manual Scale" type="spinner" title="Manual Scale" description="">
+          <min>0.0</min>
+          <max>1.0</max>
+          <default>0.0</default>
+     </param>
+     
+     <param name="Interpolator" type="dropdown" title="Interpolation" description="">
+          <values>
+			   <value name="Nearest neighbor" num="0"/>
+			   <value name="Bilinear" num="0.166"/>
+               <value name="Bicubic smooth" num="0.333"/>
+			   <value name="Bicubic sharp" num="0.5"/>
+			   <value name="Spline 4x4" num="0.666"/>
+			   <value name="Spline 6x6" num="0.833"/>
+			   <value name="Lanczos" num="1"/>
+		  </values>
+          <default>0</default>
+     </param>
+	 
+     <param name="Aspect type" type="dropdown" title="Aspect type" description="">
+           <values>
+			   <value name="Square" num="0"/>
+			   <value name="PAL DV" num="0.25"/>
+               <value name="NTSC DV" num="0.5"/>
+			   <value name="HDV" num="0.75"/>
+			   <value name="Manual" num="1"/>
+		  </values>
+          <default>0.25</default>
+     </param>
+     
+     <param name="Manual Aspect" type="spinner" title="Manual Pixel Aspect ratio" description="">
+          <min>0.0</min>
+          <max>1.0</max>
+          <default>0.0</default>
+     </param>
+     
+</effect>

=== added file 'openshot/effects/icons/medium/defishor.png'
Binary files openshot/effects/icons/medium/defishor.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/defishor.png	2012-01-07 12:03:23 +0000 differ
=== added file 'openshot/effects/icons/small/defishor.png'
Binary files openshot/effects/icons/small/defishor.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/defishor.png	2012-01-07 12:03:23 +0000 differ