-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
If I enable advanced settings, it is not possible to enable any of the checkboxes for the advanced parameters. I edited the deinterlace.json file and set a different default value like this to test:
"sharpness": {
"type": "number",
"default": 1, ##### from false to 1
"optional": true,
"min": 0.0,
"max": 2.0,
"step": 0.1,
"vapoursynth": {
"name": "Sharpness"
},
"ui": {
"label": "Sharpness",
"description": "Output sharpening amount",
"widget": "slider",
"precision": 1,
"visibleWhen": {
"method": [
"qtgmc"
]
}
}
Then I'm allowed to check that box and move the slider. When looking at the output log, I'm not sure if the parameter is used at all, since the log says:
QTGMC params: opencl=false, tff=Some(true), preset=Slower
Version: 0.8.0
OS: Win10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels