diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-23 23:10:20 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-23 23:10:20 +0200 |
commit | 8608cfa8cb618d9049775c929d2eff135940241e (patch) | |
tree | 1ceaf7072c11be43ceac296984e97c50e7146b55 /voctocore/default-config.ini | |
parent | de54812f229e59dcdc3b15645dfc15b29d0b24ad (diff) |
default to 1080p
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index df361b1..479100b 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,8 +1,8 @@ [mix] -videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 +videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000,channel-mask=(bitmask)0x3 -; tcp-ports will be 10000,10001 +; tcp-ports will be 10000,10001,10002 sources=cam1,cam2,grabber [side-by-side-equal] |