From 43c3155d569b667de721f99b5f1a2f845d4ae68f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Sep 2012 22:43:25 +0200 Subject: added h264 encode template, what about video bitrate --- templates/example/h264-encode.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/example/h264-encode.xml (limited to 'templates/example/h264-encode.xml') 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.feeder }} + + ffmpegcolorspace ! x264enc bitrate={{ component.properties['bitrate'] }} profile=baseline threads=6 key-int-max=50 byte-stream=false pass=0 cabac=true bframes=0 + false + -- cgit v1.2.3