File: mono.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 125,932 kB
  • sloc: cpp: 206,733; xml: 11,858; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="mono" id="mono" type="audio" unique="1">
    <name>Mixdown</name>
    <description>Mix all channels of audio into a mono signal and output it as N channels</description>
    <author>Dan Dennedy</author>
    <parameter type="list" name="channels" paramlist="1;2;3;4;6;8" default="2">
        <name>number of output channels</name>
        <paramlistdisplay>Mono,Stereo,2.1,4 channels,5.1,7.1</paramlistdisplay>
    </parameter>
</effect>