17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"shaderLibrary": "shaders",
|
|
"serverPort": 8080,
|
|
"oscPort": 9000,
|
|
"inputVideoFormat": "1080p",
|
|
"inputFrameRate": "59.94",
|
|
"outputVideoFormat": "1080p",
|
|
"outputFrameRate": "59.94",
|
|
"autoReload": true,
|
|
"maxTemporalHistoryFrames": 12,
|
|
"audioEnabled": true,
|
|
"audioChannelCount": 2,
|
|
"audioSampleRate": 48000,
|
|
"audioDelayMode": "matchVideoPreroll",
|
|
"enableExternalKeying": true
|
|
}
|