From 34a7f6edfbdaab08dd29e96e62f67a828ecb0b21 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Wed, 3 Nov 2010 00:32:11 +0000 Subject: [PATCH] Added missing effects descriptions (scratchlines, grain, oldfilm, dust -- all from MLT) svn path=/trunk/kdenlive/; revision=5069 --- effects/CMakeLists.txt | 4 ++++ effects/dust.xml | 12 ++++++++++++ effects/grain.xml | 15 +++++++++++++++ effects/oldfilm.xml | 30 ++++++++++++++++++++++++++++++ effects/scratchlines.xml | 18 ++++++++++++++++++ 5 files changed, 79 insertions(+) create mode 100644 effects/dust.xml create mode 100644 effects/grain.xml create mode 100644 effects/oldfilm.xml create mode 100644 effects/scratchlines.xml diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 70f632d3..1cede45f 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -8,8 +8,10 @@ charcoal.xml chroma_hold.xml chroma.xml crop.xml +dust.xml freeze.xml gamma.xml +grain.xml greyscale.xml invert.xml ladspa_declipper.xml @@ -26,9 +28,11 @@ ladspa_vinyl.xml mirror.xml mute.xml normalise.xml +oldfilm.xml pan_zoom.xml obscure.xml rotation.xml +scratchlines.xml sepia.xml sox_bass.xml sox_gain.xml diff --git a/effects/dust.xml b/effects/dust.xml new file mode 100644 index 00000000..57e7e055 --- /dev/null +++ b/effects/dust.xml @@ -0,0 +1,12 @@ + + + Dust + Add dust and specks to the video, as in old movies + Marco Gittler + + Maximal Diameter + + + Maximal number of dust + + diff --git a/effects/grain.xml b/effects/grain.xml new file mode 100644 index 00000000..d1b17994 --- /dev/null +++ b/effects/grain.xml @@ -0,0 +1,15 @@ + + + Grain + Grain over the image + Marco Gittler + + Noise + + + Contrast + + + Brightness + + diff --git a/effects/oldfilm.xml b/effects/oldfilm.xml new file mode 100644 index 00000000..bb95f0f4 --- /dev/null +++ b/effects/oldfilm.xml @@ -0,0 +1,30 @@ + + + Oldfilm + Moves the Picture up and down and random brightness change + Marco Gittler + + Y-Delta + + + % of picture have a delta + + + Brightness up + + + Brightness down + + + Brightness every + + + Unevendevelop up + + + Unevendevelop down + + + Unevendevelop Duration + + diff --git a/effects/scratchlines.xml b/effects/scratchlines.xml new file mode 100644 index 00000000..79bc668c --- /dev/null +++ b/effects/scratchlines.xml @@ -0,0 +1,18 @@ + + + Scratchlines + Scratchlines over the picture + Marco Gittler + + Width of line + + + Max number of lines + + + Max darker + + + Max lighter + + -- 2.39.2