aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: df361b163a324f1204542d30d19ef34bb2990cdb (plain)
  1. [mix]
  2. videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1
  3. audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000,channel-mask=(bitmask)0x3
  4. ; tcp-ports will be 10000,10001
  5. sources=cam1,cam2,grabber
  6. [side-by-side-equal]
  7. ; defaults to 1% of the video width
  8. ;gutter=12
  9. [side-by-side-preview]
  10. ;asize=1024x576
  11. ;apos=12/12
  12. ;bsize=320x180
  13. ;bpos=948/528
  14. [picture-in-picture]
  15. ;pipsize=320x180
  16. ;pippos=948/528
  17. [previews]
  18. ; disable if ui & server run on the same computer and exchange uncompressed video frames
  19. enabled=true
  20. ; default to mix-videocaps
  21. ;videocaps=video/x-raw,width=720,height=576,framerate=25/1