31.08.2020, 17:59
input_mode bot input_depth both state:
Calling:
the output isn't reported as YUV420P16 like I assumed, but as YUV420P8, so output_depth needs to be specified. :/
-> will fix.
Quote:Not available in Vapoursynth, since this can be inferred from clip propertiesAnd since "output_mode" states:
Quote:Not available in Vapoursynth, f3kdb will only output high bitdepth clip in native formatI assumed that the "output_depth" should be always 16bit, but that seems to be wrong. :/
Calling:
# Debanding using Flash3kDB
# debanding using f3kdb
clip = core.f3kdb.Deband(clip, keep_tv_range=True)
# Output
clip.set_output()
-> will fix.