@@ -37,14 +37,17 @@ Main variables are :
3737* ` room_name ` : Name of the room where you are
3838 recording. Used in the video file path.
3939
40+ * ` frequency ` : The local frequency setting (50 or 60Hz).
41+ Used to derive sensible defaults.
42+
4043* ` sources ` : List. Name of the different sources you
4144 want voctomix to use.
4245
4346* ` voctomix.display_system ` : Rendering API (OpenGl, Vulkan, etc.) to
4447 use.
4548
4649* ` voctomix.framerate ` : Integer. Number of frames per second to
47- record at.
50+ record at. Defaults to ` frequency/2 `
4851
4952* ` voctomix.loop_url ` : URL of the sponsor loop .ts file.
5053
@@ -70,6 +73,9 @@ Main variables are :
7073* ` streaming.rtmp.vaapi ` : Boolean. Use HW-accelerated x264
7174 encoder.
7275
76+ * ` blackmagic_default_mode ` : Default value for ` blackmagic_sources.*.mode ` ,
77+ computed from ` framerate ` .
78+
7379* ` blackmagic_sources.* ` : Array. Uses the ` card ` , ` connection ` ,
7480 ` audio ` and ` mode ` parameters as
7581 described below. The exact syntax is
@@ -87,6 +93,7 @@ Main variables are :
8793 card. You can get a list of the
8894 different modes by running
8995 ` gst-inspect-1.0 decklinkvideosrc ` .
96+ Defaults to ` blackmagic_default_mode ` .
9097
9198* ` rsync_excludes ` : List. Paths to exclude during the rsync
9299 copy of the video files.
0 commit comments