aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-11 22:56:40 +0200
committerMaZderMind <github@mazdermind.de>2015-05-11 22:56:40 +0200
commitaa4114aea1e6b1d702dc5c2563b196e444a6af21 (patch)
treecc0a9af51c50270290d580cd09ec0f8d20b4da7f
parent031632245e147e4532b252f91e31631570aa0fd3 (diff)
Fixate Audio-Caps by supplying a Channelmask
-rw-r--r--voctocore/default-config.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini
index 802e1af..cb1a722 100644
--- a/voctocore/default-config.ini
+++ b/voctocore/default-config.ini
@@ -1,6 +1,6 @@
[mix]
videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1
-audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
+audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000,channel-mask=(bitmask)0x3
; disable if ui & server run on the same computer and excahnge uncompressed video frames
encode_previews=true