View Single Post
Old 3rd June 2009, 02:11   #13  |  Link
bsmith1593
Registered User
 
Join Date: May 2009
Posts: 24
Quote:
Originally Posted by lansing View Post
ok, first download the plugin package, and then put everything that end up with the dll and avsi extension to your Avisynth plugin directory, if you see avs extension, simply change it to avsi and put those in too, this way it will auto load whenever you call it like a regular filter. If you see some files with multiple SSE version, choose only one, SSE2 for Pentium 4 or under, SSE3 for Core Duo.

Remember to download the AnimeIVTC script separately from here to replace the original. And also, put the AvsRecursion.dll file to your C:\windows\system32 folder
What do I actually need to put into MY .avs to make it work though? Here's what I have:

Code:
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AVISYN~1\Decomb.dll")
***?***

mpeg2source("C:\PROGRA~1\GORDIA~1\AVISYN~1\D2Vs\Behind These Hazel Eyes.d2v")

AssumeTFF()
AnimeIVTC(mode=2,aa=0)
What do I put where it says "***?***" to make AnimeIVTC work?
bsmith1593 is offline   Reply With Quote