From: Dan Dennedy Date: Mon, 16 Feb 2009 07:59:14 +0000 (+0000) Subject: Add fade to/from black effects - more convenient than keyframable brightness? Code... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8121c412a0636200d5c2514ab6ab288e8f675025;p=kdenlive Add fade to/from black effects - more convenient than keyframable brightness? Code changes to make fade to black and to make these really nice are in the next commit. svn path=/branches/KDE4/; revision=3056 --- diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index bddfa595..13193fce 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -48,5 +48,7 @@ frei0r_squareblur.xml frei0r_distort0r.xml frei0r_balanc0r.xml gain.xml +fade_from_black.xml +fade_to_black.xml DESTINATION ${DATA_INSTALL_DIR}/kdenlive/effects) diff --git a/effects/fade_from_black.xml b/effects/fade_from_black.xml new file mode 100644 index 00000000..a170a15e --- /dev/null +++ b/effects/fade_from_black.xml @@ -0,0 +1,15 @@ + + + Fade from Black + Fade video from black + Charles Yates + + Duration + + + Start + + + End + + diff --git a/effects/fade_to_black.xml b/effects/fade_to_black.xml new file mode 100644 index 00000000..1a2b3e20 --- /dev/null +++ b/effects/fade_to_black.xml @@ -0,0 +1,18 @@ + + + Fade to Black + Fade video to black + Charles Yates + + Duration + + + Out + + + Start + + + End + +