temporal effects
This commit is contained in:
32
shaders/temporal-low-fps/shader.json
Normal file
32
shaders/temporal-low-fps/shader.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "temporal-low-fps",
|
||||
"name": "Temporal Low FPS",
|
||||
"description": "Holds older source frames to create a deliberate choppy playback look.",
|
||||
"category": "Built-in",
|
||||
"entryPoint": "shadeVideo",
|
||||
"temporal": {
|
||||
"enabled": true,
|
||||
"historySource": "source",
|
||||
"historyLength": 8
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"id": "holdFrames",
|
||||
"label": "Hold Frames",
|
||||
"type": "float",
|
||||
"default": 3.0,
|
||||
"min": 0.0,
|
||||
"max": 7.0,
|
||||
"step": 0.1
|
||||
},
|
||||
{
|
||||
"id": "blendAmount",
|
||||
"label": "Blend",
|
||||
"type": "float",
|
||||
"default": 1.0,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user