diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-23 13:15:18 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-23 13:15:18 +0200 |
commit | 73c26dc57606299cd0cb3ce99ed67a1cfe8cd9f4 (patch) | |
tree | f50ba9ba54f22cc10ae77896d214794594210d03 /voctocore/default-config.ini | |
parent | e1fae24a3b145d42eaa40d62f7aed8f00d6bdf51 (diff) |
Add a config option for the Side-by-Side gutter
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 79f5cb4..c3a867e 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -5,6 +5,10 @@ audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000,chan ; tcp-ports will be 10000,10001 sources=cam1,cam2,grabber +[side-by-side-equal] +; defaults to 1% of the video width +;gutter=12 + [previews] ; disable if ui & server run on the same computer and exchange uncompressed video frames enabled=true |