Skip to content

Cannot pass in decomb=bob #374

Description

@lambdan

From HandBrakeCLI --help:

-5, --decomb[=string]   Deinterlace video using a combination of yadif,
                           blend, cubic, or EEDI2 interpolation.
                           Presets:
                               bob
                               eedi2
                               eedi2bob
                           Custom Format:
                               mode=m:magnitude-thresh=m:variance-thresh=v:
                               laplacian-thresh=l:dilation-thresh=d:
                               erosion-thresh=e:noise-thresh=n:
                               search-distance=s:postproc=p:parity=p
                           Default:
                               mode=7

So I figured -x decomb=bob would work, but nope. It results in --decomb bob being passed to HandBrakeCLI.

I manually worked around this by throwing a options += ['--decomb=bob'] into the ruby script, so it's not a big deal but maybe you want to know about it anyway.

EDIT: Same with --deinterlace=bob

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions