diff options
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 2 |
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 |