pinterf / mvtools

mvtools plugin for avisynth
155 stars 17 forks source link

MV bug #35

Closed AverageUnknown closed 4 years ago

AverageUnknown commented 4 years ago

with : https://github.com/realfinder/AVS-Stuff/blob/Community/avs%202.5%20and%20up/DFMDeRainbow.avsi

Script:

colorbars()
converttoy8
DFMDeRainbow_FluxsmoothSTMC

or

colorbars()
converttoy8
DFMDeRainbow(mask=false,interlaced=false,use_Flux5framesT=true,mc=true)

With motion compensation on it crashes everytime.

Traceback (most recent call last): File "_ctypes/callbacks.c", line 315, in 'calling callback function' File "avsp.pyo", line 5003, in local_wnd_proc WindowsError: exception: access violation reading 0xFFFFFFFFFFFFFFFF

pinterf commented 4 years ago

Could you please test with the v43 just released

AverageUnknown commented 4 years ago

works great thank you!