Closed theChaosCoder closed 8 years ago
Well, this is not meant to be copied, as we can easily override preset parameters by using both preset
and separate parameters. Did I miss anything?
Then I'm throwing in: better readability :)
I tried to used f3kdb with lumaDBL(), but couldn't get the presets parameter to work. """medium""" also didn't work. Hence the copy & paste...
LumaDBL(dither="f3kdb(range=20,preset="""medium""", keep_tv_range=true ")
preset
is only supported in latest git build (or 2.0 alpha/beta versions), maybe you need to update the plugin?
I'm using 2.0 pre. It's more of a LumaDBL issue (or just wrong avisynth syntax) . A plain f3kdb(range=20, preset="medium", keep_tv_range=true) works of course.
Oh OK, I guess it's syntax issue then. try:
LumaDBL(dither="""f3kdb(range=20,preset="medium", keep_tv_range=true)""")
Omg, of course. Stupid me!! It works now, thx.
http://f3kdb.readthedocs.io/en/latest/presets.html
Wouldn't it be better if this:
becomes like this:
so one can copy and paste it more easily.