openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00023
[Branch ~openshot.code/openshot/main] Rev 518: Applied a patch from Joop Mevissen to add the frei0r Levels effect for color correction. Thanks J...
------------------------------------------------------------
revno: 518
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Sun 2011-08-28 22:22:55 +0100
message:
Applied a patch from Joop Mevissen to add the frei0r Levels effect for color correction. Thanks Joop! Also added two other frei0r effects - Primary Colors (which reduces the video to the primary colors), and RGB Parade, which displays a RGB histogram.
added:
openshot/effects/icons/medium/levels.png
openshot/effects/icons/medium/primaries.png
openshot/effects/icons/medium/rgbparade.png
openshot/effects/icons/small/levels.png
openshot/effects/icons/small/primaries.png
openshot/effects/icons/small/rgbparade.png
openshot/effects/levels.xml
openshot/effects/primaries.xml
openshot/effects/rgbparade.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/levels.png'
Binary files openshot/effects/icons/medium/levels.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/levels.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/icons/medium/primaries.png'
Binary files openshot/effects/icons/medium/primaries.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/primaries.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/icons/medium/rgbparade.png'
Binary files openshot/effects/icons/medium/rgbparade.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/rgbparade.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/icons/small/levels.png'
Binary files openshot/effects/icons/small/levels.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/levels.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/icons/small/primaries.png'
Binary files openshot/effects/icons/small/primaries.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/primaries.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/icons/small/rgbparade.png'
Binary files openshot/effects/icons/small/rgbparade.png 1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/rgbparade.png 2011-08-28 21:22:55 +0000 differ
=== added file 'openshot/effects/levels.xml'
--- openshot/effects/levels.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/levels.xml 2011-08-28 21:22:55 +0000
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Levels</title>
+ <description translatable="True">Adjust luminance or color channel intensity</description>
+ <icon>levels.png</icon>
+ <category>Video</category>
+ <service>frei0r.levels</service>
+
+ <param name="Channel" type="dropdown" title="Channel" description="Select the channel to adjust">
+ <values>
+ <value name="Red" num="0"/>
+ <value name="Green" num="1"/>
+ <value name="Blue" num="2"/>
+ <value name="Luma" num="3"/>
+ </values>
+ <default>3</default>
+ </param>
+
+ <param name="Input black level" type="spinner" title="Input level black point" description="[Default=0.0] Higher values will darken the image with luma selected or lessen the choosen color.">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.0</default>
+ </param>
+
+ <param name="Input white level" type="spinner" title="Input level white point" description="[Default=1.0] Lower values will lighten the image with luma selected or increase the choosen color.">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>1.0</default>
+ </param>
+
+ <param name="Black output" type="spinner" title="Output level black point" description="[Default=0.0] Higher values will lighten shadows with luma selected or shift up the selected color channel">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.0</default>
+ </param>
+
+ <param name="White output" type="spinner" title="Output level white point" description="[Default=1.0] Lower values will darken highlights with luma selected or shift down the selected color channel">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>1.0</default>
+ </param>
+
+ <param name="Gamma" type="spinner" title="Gamma" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.0</default>
+ </param>
+
+ <param name="Show histogram" type="dropdown" title="Show histogram" description="">
+ <values>
+ <value name="Yes" num="1"/>
+ <value name="No" num="0"/>
+ </values>
+ <default>0</default>
+ </param>
+
+ <param name="Histogram position" type="dropdown" title="Histogram position" description="">
+ <values>
+ <value name="Top left" num="0"/>
+ <value name="Top right" num="1"/>
+ <value name="Bottom left" num="2"/>
+ <value name="Bottom right" num="3"/>
+ </values>
+ <default>0</default>
+ </param>
+</effect>
+
=== added file 'openshot/effects/primaries.xml'
--- openshot/effects/primaries.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/primaries.xml 2011-08-28 21:22:55 +0000
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Primary Colors</title>
+ <description translatable="True">Reduce image to primary colors</description>
+ <icon>primaries.png</icon>
+ <category>Video</category>
+ <service>frei0r.primaries</service>
+
+ <param name="Factor" type="spinner" title="Factor" description="Influence of mean px value, > 32 = 0">
+ <min>0.0</min>
+ <max>32.0</max>
+ <default>1.0</default>
+ </param>
+
+</effect>
+
=== added file 'openshot/effects/rgbparade.xml'
--- openshot/effects/rgbparade.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/rgbparade.xml 2011-08-28 21:22:55 +0000
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">RGB Parade</title>
+ <description translatable="True">Displays a histogram of the R, G and B video data</description>
+ <icon>rgbparade.png</icon>
+ <category>Video</category>
+ <service>frei0r.rgbparade</service>
+
+</effect>
+