Files
video-shader-toys/config/runtime-host.json
2026-05-22 17:22:57 +10:00

29 lines
611 B
JSON

{
"$schema": "./runtime-host.schema.json",
"shaderLibrary": "shaders",
"serverPort": 8080,
"oscBindAddress": "0.0.0.0",
"oscPort": 9000,
"oscSmoothing": 0.18,
"input": {
"backend": "ndi",
"device": "AIDENLAPTOP (Test Pattern)",
"resolution": "1080p",
"frameRate": "59.94"
},
"output": {
"backend": "ndi",
"device": "shader toys",
"resolution": "1080p",
"frameRate": "59.94",
"keying": {
"external": true,
"alphaRequired": false
}
},
"autoReload": true,
"maxTemporalHistoryFrames": 12,
"previewEnabled": true,
"previewFps": 59.94
}