diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-02-27 21:18:23 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-02-27 21:18:23 +0100 |
commit | f953824dd2a18f15c2beeb5bd792f5f13fb75a44 (patch) | |
tree | f5b0fe4febf47da38ae08ade1e7b2f2af7748523 /voctocore | |
parent | 50b8077a14310972ca86473e5733c1c00a6d0796 (diff) |
Smaller frames. More cams. Xvideo (not OpenGL).
Diffstat (limited to 'voctocore')
-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 168e3e8..d5f69e9 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -1,9 +1,9 @@ [mix] -videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 +videocaps=video/x-raw,format=I420,width=320,height=176,framerate=25/1,pixel-aspect-ratio=1/1 audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ; tcp-ports will be 10000,10001,10002 -sources=cam1,cam2,grabber +sources=cam1,cam2,cam3,cam4,roofcam,tape1 ; set the initial audio source audiosource=cam1 |