-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
Description
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
Reactions are currently unavailable