Ferenc Pintér
Ferenc Pintér
Code|Releases (on the right side) https://github.com/pinterf/RgTools/releases/tag/1.0
Not now. But it is still worth asking about the workaround scripted methods. While MDegrain can safely recognize scene change on having or not good motion vectors, the possible easy...
I just mentioned another two denoisers that use scene change detection with somewhat different method, MDegrain uses a more sophisticated method. TemporalSoften is just checking SAD difference for all pixels...
I have to declare that I'm quite dumb in this area, and can only tell you what I see and debug at the code level. (I never used this plugin)....
True, no frame property handling at all. Neither has such feature in TIVTC nor in AviSynth+. And there are some hidden data-encoded-in-lower-bits method for other data which we also have...
Last year TIVTC was ported to VapourSynth, they have already made the complete transition to frame properties. It has to be 'only' backported while maintaining compatibility with old bit-hint stuff.
Just for the record: In VapourSynth port - https://github.com/dubhater/vapoursynth-tivtc which was based on my version frame properties are handled fine, The old bit-hint hack is completely removed of course. Some...
Please look at the first test build, which includes frame properties used by the VS port. https://github.com/pinterf/TIVTC/releases/tag/v1.0.27test1
I simply didn't have time to test, but of course I tried not to release a version which I knew there are fully unfinished parts (there was a couple of...
Now _FieldBased is only read, and if exists, it gets priority over Avisynth's GetParity function. I don't know how and when can we set it to any value for sure....