Log in

View Full Version : Avisynth+ 64-bit chroma


luigizaninoni
26th June 2016, 12:15
I haven't been able to find suitable plugins for chroma denoising in Avisynth+ 64-bit.

So I wonder if anyone has a working 64bit edition of these plugins:

cnr2
chromashift
camcorder color denoise (virtual dub plugin, works fine with avs32)

Are there any alternatives ?

Chikuzen
26th June 2016, 15:35
cnr2 - cnr2_v261-avs26.zip (https://dl.dropboxusercontent.com/u/19797864/cnr2_v261-avs26.zip) Require Visual C++ 2015 Redistributable.
Not tested at all. Probably, MT_MULTI_INSTANCE filter.

chromashift - You can use internal resizers to shift chroma positions (http://avisynth.nl/index.php/ChromaShiftSP).

camcorder color denoise - I've never read/write VDub filters...

luigizaninoni
26th June 2016, 16:16
Thanks, that's a very good start:thanks:

jackoneill
3rd July 2016, 05:53
Cnr2 can't be multi-threaded at all, unless you don't mind getting different results. (It produces an output frame n from the input frame n plus the output frame n - 1, until you seek or it encounters a scene change, in which case it uses the input frame n - 1.)

jpsdr
3rd July 2016, 10:53
Are we not in the MT_SERIALIZED case, according the description ?