Selur's Little Message Board
[BUG] Flash3kDB has wrong defaults for Avisynth - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [BUG] Flash3kDB has wrong defaults for Avisynth (/thread-985.html)



Flash3kDB has wrong defaults for Avisynth - The_Tinkerer - 05.05.2019

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]


RE: Flash3kDB has wrong defaults for Avisynth - Selur - 06.05.2019

Will look into it.


RE: Flash3kDB has wrong defaults for Avisynth - Selur - 06.05.2019

Looking at the defaults:
https://f3kdb.readthedocs.io/en/latest/usage.html#parameters
keep_tv_range is by default: false
see: https://f3kdb.readthedocs.io/en/latest/usage.html#cmdoption-arg-keep-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


RE: Flash3kDB has wrong defaults for Avisynth - The_Tinkerer - 07.05.2019

OK! "Dynamic Dither" should also be off be default in Avisynth. Smile


RE: Flash3kDB has wrong defaults for Avisynth - Selur - 07.05.2019

-> will fix