Log in

View Full Version : How can I get AnimeIVTC to process 10 bit


Tsunoni
12th March 2020, 01:53
File open error
Convert To YV12: only 8 bit sources allowed
(C:\LD Captures\AnimeIVTC 64.avs. line 5)

Here is the script:
AddAutoloadDir("C:\Program Files (x86)\AviSynth+\plugins64+")
AVISource("C:\LD Captures\Maddox.avi")
AssumeTFF()
SetFilterMTMode("AnimeIVTC",2)
ConvertToYV12()
AnimeIVTC(mode=1, ifade=true, ediandnn=3, smooth=-1, killcomb=3, aa=4, stabilize=true, omode=1, tradius=3, aapel=4, aatype="EEDI2")
ConvertToRGB()
Prefetch(16)

I erased line 5 and now it presents the root of the issue being that eedi3 doesnt support non 8 bit codecs.
I figure that there is something I can add to my script to have a video with the MagicYUV RGB (r210) codec (10 bit) to be processed by the AnimeIVTC script. I copied the script from a friend. An error comes up saying its incompatible with 10 bit.


I am trying to get a good Laserdisc capture 'workflow' and I am using Virtualdub2 with the MagicYUV RGB codec interlaced. My capture card is a Magewell Pro Capture which is a 10 bit capture card so I would prefer to have 10 bit captures post-processed by AnimeIVTC.

Any and all help is welcomed, thanks for reading my post.

real.finder
12th March 2020, 06:58
Unfortunately, not all dll filters work with HBD yet, especially IVTC filters so it's only 8 bit for now, iirc only nnedi3 (used in AnimeIVTC) work with HBD