From: Dan Dennedy Date: Mon, 16 Aug 2010 01:02:40 +0000 (+0000) Subject: Add options to "Mono to stereo" and add "Swap channels". X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=213f23e433dc751a1e1e900379fc0d9699c5c11c;p=kdenlive Add options to "Mono to stereo" and add "Swap channels". svn path=/trunk/kdenlive/; revision=4724 --- diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 60722797..d9f551e8 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -77,5 +77,6 @@ fade_from_black.xml fade_to_black.xml speed.xml vignette.xml +swapchannels.xml DESTINATION ${DATA_INSTALL_DIR}/kdenlive/effects) diff --git a/effects/channelcopy.xml b/effects/channelcopy.xml index 1c371d11..77706a23 100644 --- a/effects/channelcopy.xml +++ b/effects/channelcopy.xml @@ -1,6 +1,12 @@ Mono to stereo - Copy the left channel to the right + Copy one channel to another Dan Dennedy + + From + + + To + diff --git a/effects/swapchannels.xml b/effects/swapchannels.xml new file mode 100644 index 00000000..58ea8b51 --- /dev/null +++ b/effects/swapchannels.xml @@ -0,0 +1,6 @@ + + + Swap channels + Move the left channel to the right and right-to-left + Dan Dennedy +