Selur's Little Message Board

Full Version: Flash3kDB has wrong defaults for Avisynth
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In Avisynth, selecting Flash3kDB brings up the wrong defaults:

[Image: q26wCVE.png]


They should be:

[Image: V5Kgl7B.png]

However, even with the defaults set, the script inputs them redundantly:

[Image: YXn5I0a.png]

The above should only be f3kdb(keep_tv_range=true)


Vapoursynth is correct:

[Image: HAFV012.png]

[Image: Qvbbhaj.png]
Will look into it.
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. Wink
OK! "Dynamic Dither" should also be off be default in Avisynth. Smile
-> will fix