summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 22:43:25 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 22:43:25 +0200
commit43c3155d569b667de721f99b5f1a2f845d4ae68f (patch)
treebcf033a3733dd154a795c09b106d49331b814725 /templates
parentwidth and height as numbers not strings (diff)
added h264 encode template, what about video bitrate
Diffstat (limited to 'templates')
-rw-r--r--templates/example/h264-encode.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/example/h264-encode.xml b/templates/example/h264-encode.xml
new file mode 100644
index 0000000..9e85b0d
--- /dev/null
+++ b/templates/example/h264-encode.xml
@@ -0,0 +1,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">ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=6 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0</property>
+ <clock-master>false</clock-master>
+ </component>