diff options
author | MaZderMind <git@mazdermind.de> | 2016-08-17 13:27:19 +0200 |
---|---|---|
committer | Peter Körner <pkoerner@seibert-media.net> | 2016-09-27 10:00:05 +0200 |
commit | 49188f70b86387f64b40aa8c86ec4633ebf534ad (patch) | |
tree | c457073b1eaa09744d5c08ec0375733a86ff4f0d /voctocore/default-config.ini | |
parent | 93ed7357ff8c255a87c7412ba59f6fe4cbdd91e4 (diff) |
select vaapi-encoder for preview-output depending on config
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 31a49ff..8f816d3 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -62,9 +62,13 @@ mix_out=10000 enabled=false deinterlace=false +; use vaapi to encode the previews, can be h264, mpeg2 or jpeg +; not all encoders are available on all CPUs +;vaapi=h264 + ; default to mix-videocaps, only applicable if enabled=true ; you can change the framerate and the width/height, but nothing else -videocaps=video/x-raw,width=1024,height=576,framerate=25/1 +;videocaps=video/x-raw,width=1024,height=576,framerate=25/1 [stream-blanker] enabled=true |