From: Simon A. Eugster Date: Tue, 3 Aug 2010 21:25:54 +0000 (+0000) Subject: SOP/Sat Filter GUI added. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=98ed961ae42ab3dc0676dc2b5a0da793207059b5;p=kdenlive SOP/Sat Filter GUI added. svn path=/trunk/kdenlive/; revision=4682 --- diff --git a/data/blacklisted_effects.txt b/data/blacklisted_effects.txt index 9df9cc83..ae7184dd 100644 --- a/data/blacklisted_effects.txt +++ b/data/blacklisted_effects.txt @@ -19,6 +19,7 @@ frei0r.contrast0r frei0r.brightness frei0r.lenscorrection frei0r.saturat0r +frei0r.sopsat frei0r.vertigo frei0r.curves frei0r.levels diff --git a/data/kdenliveeffectscategory.rc b/data/kdenliveeffectscategory.rc index 5ab85a8b..1c37a24e 100644 --- a/data/kdenliveeffectscategory.rc +++ b/data/kdenliveeffectscategory.rc @@ -1,7 +1,7 @@ - + Colour correction diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index d79d02b3..7ef4db97 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -44,27 +44,28 @@ volume.xml wave.xml fadein.xml fadeout.xml -frei0r_colordistance.xml -frei0r_squareblur.xml -frei0r_distort0r.xml frei0r_balanc0r.xml -frei0r_scale0tilt.xml -frei0r_contrast0r.xml frei0r_brightness.xml -frei0r_lenscorrection.xml -frei0r_saturat0r.xml -frei0r_vertigo.xml +frei0r_coloradj_rgb.xml +frei0r_colordistance.xml +frei0r_contrast0r.xml +frei0r_c0rners.xml frei0r_curves.xml +frei0r_defish0r.xml +frei0r_distort0r.xml +frei0r_glow.xml +frei0r_hueshift0r.xml +frei0r_lenscorrection.xml frei0r_levels.xml +frei0r_pixeliz0r.xml +frei0r_saturat0r.xml +frei0r_scale0tilt.xml +frei0r_sopsat.xml +frei0r_squareblur.xml frei0r_three_point_balance.xml frei0r_tint0r.xml frei0r_threshold0r.xml -frei0r_c0rners.xml -frei0r_defish0r.xml -frei0r_glow.xml -frei0r_pixeliz0r.xml -frei0r_hueshift0r.xml -frei0r_coloradj_rgb.xml +frei0r_vertigo.xml gain.xml fade_from_black.xml fade_to_black.xml diff --git a/effects/README b/effects/README index e3f337b4..89b83271 100644 --- a/effects/README +++ b/effects/README @@ -51,5 +51,6 @@ The parameter entry has the following attributes: The "name" tag gives the parameter name as it will appear to the user -Kdenlive parses the effect folder at each startup, so that if you have an xml file describing a new effect, just copy it in your ~/.kde/share/apps/kdenlive/effects/ folder and restart Kdenlive to enable the new effect +Kdenlive parses the effect folder at each startup, so that if you have an xml file describing a new effect, just copy it in your ~/.kde/share/apps/kdenlive/effects/ folder and restart Kdenlive to enable the new effect. +Effects need to be blacklisted in the file kdenlive/data/blacklisted_effects.txt if they use a custom (i.e. non-default) XML GUI from this directory. \ No newline at end of file diff --git a/effects/frei0r_sopsat.xml b/effects/frei0r_sopsat.xml new file mode 100644 index 00000000..130e6611 --- /dev/null +++ b/effects/frei0r_sopsat.xml @@ -0,0 +1,49 @@ + + + SOP/Sat + Changes Slope, Offset, and Power of the color components, and the overall Saturation, according to the ASC CDL (Color Decision List). + Simon A. Eugster (Granjow) + + Slope Red + + + Slope Green + + + Slope Blue + + + Slope Alpha + + + + Offset Red + + + Offset Green + + + Offset Blue + + + Offset Alpha + + + + Power (Gamma) Red + + + Power (Gamma) Green + + + Power (Gamma) Blue + + + Power (Gamma) Alpha + + + + Overall Saturation + + +