Files
video-shader-toys/config/runtime-host.json
Aiden 659fbef1a5
All checks were successful
CI / React UI Build (push) Successful in 12s
CI / Native Windows Build And Tests (push) Successful in 2m10s
CI / Windows Release Package (push) Has been skipped
OCIO and Fullscreen stubs
2026-06-03 01:08:43 -04:00

56 lines
1.2 KiB
JSON

{
"$schema": "./runtime-host.schema.json",
"autoReload": true,
"input": {
"backend": "ndi",
"device": "AIDENLAPTOP (Test Pattern)",
"frameRate": "59.94",
"resolution": "1080p"
},
"maxTemporalHistoryFrames": 12,
"oscBindAddress": "0.0.0.0",
"oscPort": 9000,
"oscSmoothing": 0.18,
"output": {
"backend": "ndi",
"device": "Shader",
"frameRate": "59.94",
"keying": {
"alphaRequired": false,
"external": false
},
"pixelFormat": "auto",
"resolution": "1080p"
},
"windowOutput": {
"fullscreen": true,
"borderless": true,
"display": "default",
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"vsync": true,
"allowTearing": false
},
"colorPipeline": {
"ocioEnabled": false,
"ocioConfig": "",
"inputColorSpace": "scene_linear",
"workingColorSpace": "scene_linear",
"outputColorSpace": "rec709",
"display": "sRGB",
"view": "Rec.709",
"look": "",
"exposure": 0,
"gamma": 1,
"workingFormat": "rgba16f",
"linearWorkingSpace": true
},
"previewEnabled": true,
"previewFps": 59.94,
"runtimeShaderId": "",
"serverPort": 8080,
"shaderLibrary": "shaders"
}