View Full Version : AnimeIVTC missing functions


Captain_Goto
13th November 2020, 20:48
I've returned to Avisynth after 5 years and a little bit has changed and thus am a bit rusty when it comes to this, but I'm having trouble with the latest v2.31 2020-10-22 AnimeIVTC script alongside Zs_RF_Shared which brings up the following errors:

Script error: There is no function named 'reduceflicker' (AnimeIVTC)

Script error: There is no function named 'DEdgeMask' (Zs_RF_Shared)

I don't know what 'merged' means

I don't know what 'sD' means

I don't know what 'sDD' means

Not a clip


Any help with this would be appreciated :)

ChaosKing
13th November 2020, 21:34
DEdgeMask should be from Masktools https://github.com/pinterf/mvtools

reduceflicker https://github.com/Asd-g/ReduceFlicker

You could also try AVSRepo (or AVSRepoGUI, see my signature). It will download the latest scripts / plugins for you with all dependencies.

What avisynth version are you using?

real.finder
14th November 2020, 05:17
DEdgeMask should be from Masktools https://github.com/pinterf/mvtools

reduceflicker https://github.com/Asd-g/ReduceFlicker

You could also try AVSRepo (or AVSRepoGUI, see my signature). It will download the latest scripts / plugins for you with all dependencies.

What avisynth version are you using?

DEdgeMask is from old masktools and you post a link to mvtools :o

@Captain_Goto are you using aa parameter in AnimeIVTC? I didn't touch it and don't recommend using it

ChaosKing
14th November 2020, 09:06
Whoops, copied the wrong link :p

DEdgeMask: http://avisynth.nl/index.php/MaskTools

Captain_Goto
21st November 2020, 07:06
Sorry for the late reply, had to factory reset my new gaming laptop for unrelated reasons and have been busy with work


DEdgeMask should be from Masktools https://github.com/pinterf/mvtools

reduceflicker https://github.com/Asd-g/ReduceFlicker

You could also try AVSRepo (or AVSRepoGUI, see my signature). It will download the latest scripts / plugins for you with all dependencies.

What avisynth version are you using?

Using AVISynth+ v3.6.1 m8

I just tried using AVSRepoGUI but it won't launch, I have 32-bit AVSRepo.exe in the same folder too after it asked for dependencies the first time around, wonder why...

DEdgeMask is from old masktools and you post a link to mvtools :o

@Captain_Goto are you using aa parameter in AnimeIVTC? I didn't touch it and don't recommend using it

I don't have the script anymore for above reason but from memory I think I did, will keep that in mind.

I'll see how I go and report back :)

ChaosKing
21st November 2020, 09:53
You need at least .net 4.7 for avsrepogui + 7zip installed (or 7z.exe in path)

Or "install" (aka download) via cmd
avsrepo-32.exe update
avsrepo-32.exe install animeivtc -s avsscripts

Captain_Goto
21st November 2020, 21:15
You need at least .net 4.7 for avsrepogui + 7zip installed (or 7z.exe in path)

Or "install" (aka download) via cmd
avsrepo-32.exe update
avsrepo-32.exe install animeivtc -s avsscripts

Will do, thanks m8 :)

Edit: Turns out laptop already has latest .Net 4.8 framework installed, program still not opening

ChaosKing
21st November 2020, 23:22
It seems the gui does not quite work with the 32bit version. I only really tested the 64bit version.
But the cli version does work? What os are you running?

EDIT:
Download new versions and try again.

Captain_Goto
26th November 2020, 08:30
It seems the gui does not quite work with the 32bit version. I only really tested the 64bit version.
But the cli version does work? What os are you running?

EDIT:
Download new versions and try again.

I got the GUI to work, cheers!

However, I'm getting another script error this time:

Script error: There is no function named "sh_GetUserGlobalIMTint"

real.finder
26th November 2020, 08:47
Zs_RF_Shared.avsi you got need update https://github.com/realfinder/AVS-Stuff/blob/master/avs%202.5%20and%20up/Zs_RF_Shared.avsi

ChaosKing
26th November 2020, 09:17
sh_GetUserGlobalIMTint is part of Zs_RF_Shared.

If you used the gui on win7 (works 100% on win10) it is possible that not all files were downloaded. I noticed it yesterday in my Win7 VM. It blocks the download from starting for some reason...
(I had the same problem for the Vapoursynth version (VSRepoGUI). But the same fix does not seem to work here :()

So while I figure it out, you should use the cli version (avsrepo-32.exe) just to be sure. Example command here: https://forum.doom9.org/showthread.php?p=1928817#post1928817

p.s. Check the tab "unknown version" if you already had an older (not indexed by avrepo) version of Zs_RF_Shared.