View Single Post
Old 24th April 2017, 18:36   #161  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
Quote:
Originally Posted by MysteryX View Post
Which part of the script requires Avisynth+? Unless modPlus.dll requires Avisynth+ but it should work with v2.6 too
You are right, contrary to what vcmohan himself says about his plugin it does work with v2.6...
Quote:
for 2.5 not available for 2.6 Not Available for 32 & 64 bit avisynth+ modPlus
But compared to the old RemoveGrain command there is quite a speed sacrifice. I think I will stick with RemoveGrain...

Quote:
Originally Posted by MysteryX View Post
I decided last-minute to compile ConditionalMT with XP support -- glad it serves someone.
I have no use for AviSynth MT so I took out ConditionalReaderMT and replaced it with the standard ConditionalReader command.

Quote:
Originally Posted by MysteryX View Post
Which of these lines fail? BicubicResize and Blur are very unlikely. mt_expand or mt_binarize are most likely the ones crashing .. but I wonder why. Neither take blksize as parameter.
It is this line:
Code:
EM = EM.BicubicResize(C.Width, C.Height)
For SD sources and BlkSize 32 the resized mask is very small, maybe there is a problem within AviSynth to resize such a small mask back to the original size?? No idea, but my workaround sure fixes it.


Cheers
manolito

Last edited by manolito; 24th April 2017 at 18:40.
manolito is offline   Reply With Quote