From 334245e79eff588b773631f104daf955e8c7bdb4 Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Sat, 27 Jul 2024 02:07:58 -0500 Subject: [PATCH] just enough ini so voctocore can run. --- configs/2.0/minimal.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/2.0/minimal.ini diff --git a/configs/2.0/minimal.ini b/configs/2.0/minimal.ini new file mode 100644 index 00000000..3101e2c6 --- /dev/null +++ b/configs/2.0/minimal.ini @@ -0,0 +1,19 @@ +[mix] +sources = CAM1,CAM2 + +[previews] +; enable previews so we can see something in VOC2GUI +# enabled = false + +; enable live preview so we can see the blinder working +# live = false + +videocaps=video/x-raw,width=1024,height=576,framerate=25/1 + +[composites] +; fullscreen source B is full transparent +FULL.alpha-b = 0 + +[transitions] +; unique name = ms, from / [... /] to +FADE = 750, FULL / FULL