Skip to content

Advanced settings in Deinterlace #4

@tusvik

Description

@tusvik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions