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 /example-scripts | |
parent | 50b8077a14310972ca86473e5733c1c00a6d0796 (diff) |
Smaller frames. More cams. Xvideo (not OpenGL).
Diffstat (limited to 'example-scripts')
-rw-r--r-- | example-scripts/default-config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example-scripts/default-config.sh b/example-scripts/default-config.sh index f6fb91b..8dbf1ba 100644 --- a/example-scripts/default-config.sh +++ b/example-scripts/default-config.sh @@ -1,5 +1,5 @@ #!/bin/sh -WIDTH=1920 -HEIGHT=1080 +WIDTH=320 +HEIGHT=176 FRAMERATE=25 AUDIORATE=48000 |