summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-18 01:57:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-18 01:57:12 +0200
commit5468fb89f12cdd4e3f75175f713c6a9ef4bfe5bb (patch)
tree3f81fd338ddb24fe71e5dfc50d5ffcbe0b67ddb3 /templates
parentstarted multi output format support (diff)
tweak h265 encoder a little
Diffstat (limited to 'templates')
-rw-r--r--templates/flumotion/default/h264-encode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flumotion/default/h264-encode.xml b/templates/flumotion/default/h264-encode.xml
index ba8b136..a3c6edc 100644
--- a/templates/flumotion/default/h264-encode.xml
+++ b/templates/flumotion/default/h264-encode.xml
@@ -7,6 +7,6 @@
<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>
+ <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>