summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/h264-encode.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-03 00:14:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-03 00:14:04 +0100
commitbc55198e0ebd1fad58e8b10d9ecbdfab91edee68 (patch)
tree6b867de91916baa4c948aa903b58b388956b97c6 /templates/flumotion/default/h264-encode.xml
parentminor fix (diff)
reorganized template dir
Diffstat (limited to 'templates/flumotion/default/h264-encode.xml')
-rw-r--r--templates/flumotion/default/h264-encode.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/flumotion/default/h264-encode.xml b/templates/flumotion/default/h264-encode.xml
deleted file mode 100644
index a3c6edc..0000000
--- a/templates/flumotion/default/h264-encode.xml
+++ /dev/null
@@ -1,12 +0,0 @@
- <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">ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=8 key-int-max=50 byte-stream=false</property>
- <clock-master>false</clock-master>
- </component>