/usr/share/kdenlive/effects/channelcopy.xml is in kdenlive-data 16.12.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <!DOCTYPE kpartgui>
<effect tag="channelcopy" id="stereocopy" type="audio">
<name>Mono to stereo</name>
<description>Copy one channel to another</description>
<author>Dan Dennedy</author>
<parameter type="list" name="from" default="0" paramlist="0;1">
<paramlistdisplay>Left,Right</paramlistdisplay>
<name>From</name>
</parameter>
<parameter type="list" name="to" default="1" paramlist="0;1">
<paramlistdisplay>Left,Right</paramlistdisplay>
<name>To</name>
</parameter>
</effect>
|