diff options
Diffstat (limited to 'templates/flumotion/default/h264-encode.xml')
-rw-r--r-- | templates/flumotion/default/h264-encode.xml | 2 |
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> |