Posts: 208
Threads: 66
Joined: Apr 2019
05.05.2019, 21:09
In Avisynth, selecting Flash3kDB brings up the wrong defaults:
They should be:
However, even with the defaults set, the script inputs them redundantly:
The above should only be
f3kdb(keep_tv_range=true)
Vapoursynth is correct:
Posts: 10.981
Threads: 57
Joined: May 2017
Posts: 10.981
Threads: 57
Joined: May 2017
06.05.2019, 17:31
(This post was last modified: 06.05.2019, 17:46 by Selur.)
Looking at the defaults:
https://f3kdb.readthedocs.io/en/latest/u...parameters
keep_tv_range is by default: false
see:
https://f3kdb.readthedocs.io/en/latest/u...p-tv-range
will adjust grainY and grainC
as a side note: when using Vapoursynth I wrote the code a bit different so that 'keep_tv_range' will always be set to false if the input clip is PC scale and only be used evaluated if the input is TV scale.
Posts: 208
Threads: 66
Joined: Apr 2019
OK! "Dynamic Dither" should also be off be default in Avisynth.
Posts: 10.981
Threads: 57
Joined: May 2017