]> git.sesse.net Git - kdenlive/commitdiff
Add channelcopy effect (thanks Dan)
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 19 Jan 2009 17:43:42 +0000 (17:43 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 19 Jan 2009 17:43:42 +0000 (17:43 +0000)
svn path=/branches/KDE4/; revision=2931

effects/CMakeLists.txt
effects/channelcopy.xml [new file with mode: 0644]

index 30a36b87d1b8067f264a9c4c0f2869e79a9a1428..207acf68925edaf0b055df06cdd952b441234895 100644 (file)
@@ -3,6 +3,7 @@ INSTALL (FILES
 automask.xml
 boxblur.xml
 brightness.xml
+channelcopy.xml
 charcoal.xml
 chroma_hold.xml
 chroma.xml
diff --git a/effects/channelcopy.xml b/effects/channelcopy.xml
new file mode 100644 (file)
index 0000000..f022848
--- /dev/null
@@ -0,0 +1,6 @@
+<!DOCTYPE kpartgui>
+ <effect tag="volume" id="channelcopy" type="audio">
+         <name>Mono to stereo</name>
+         <description>Copy the left channel to the right</description>
+         <author>Dan Dennedy</author>
+ </effect>