summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/opus-encode.xml.j2
blob: 531bd84513f23b89fd7115a9c700c0bfa1414cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
    <component name="{{ name }}"
               type="pipeline-converter"
               label="{{ component.desc }}"
               worker="{{ component.worker }}"
               project="flumotion"
               version="{{ globals.version }}">
        <eater name="default">
          <feed alias="default">{{ component.feeder }}</feed>
        </eater>
        <property name="pipeline">audioconvert ! opusenc audio=true bitrate={{ component.properties['bitrate'] * 1000 }}</property>
        <clock-master>false</clock-master>
    </component>