summaryrefslogtreecommitdiff
path: root/templates/example/h264-encode.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
commit3b2828e86d0551af3964000b901c684be26d67c9 (patch)
tree876dafbcdd9705fa171a9de0893a08b06c56bd74 /templates/example/h264-encode.xml
parentmoved template parameter to config file (diff)
moved output to output/<format>
Diffstat (limited to 'templates/example/h264-encode.xml')
-rw-r--r--templates/example/h264-encode.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/example/h264-encode.xml b/templates/example/h264-encode.xml
deleted file mode 100644
index ba8b136..0000000
--- a/templates/example/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 pass=0 cabac=true bframes=0</property>
- <clock-master>false</clock-master>
- </component>