Log in

View Full Version : AnimeIVTC() - All-in-one solution for interlacing and blending - v2.00 [2010-01-07]


Pages : 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Lux Delux
19th September 2008, 09:25
Hi, it seems I can't get this to work with Fizick's mvtools, keep getting error "NoMVAnalyseMulti" in Tempgauss.

It loads fine with the MT mvtools but then it crashes after I try to move the slider in vdubmod.

Anyone else having probs?

thetoof
19th September 2008, 14:43
Did you use MT=false?

Lux Delux
19th September 2008, 14:47
Yeah tried that but it doesn't make a difference, it's like it loads before it can even recognize that parameter :confused:

tw0face
19th September 2008, 16:13
im ripping avatar the last airbender

I never used GN, so I can't help with that, but knowing your source, I can assure you it's a hybrid one. Check out the new docs for more info and post again if something's not clear.
animeivtc(mode=5, other settings)



awsome, it just finished encoding
i used these settings
AnimeIVTC(mode=5, pass=1, aa=2)
first of all the quality and result is very good but what is also very important is that the speed has increased
with previous settings it took about 10h for one pass now its 1 - 1,5h :)
thanx alot for the help :P

thetoof
19th September 2008, 21:46
@Lux Delux
Can you give me the exact line of the error and are you using tempgaussmc_beta1mod?

@tw0face
Good to hear! Don't forget that pass=1 is an analysis pass and that you need to use pass=2 afterwards for your encode/rendering pass.

professor_desty_nova
20th September 2008, 12:26
I also have the same error:

"Avisynth open failure:
Script error: there is no function named "MVAnalyseMulti"
(???, line 161)
(???, line 119)"


AnimeIVTC(mode=2, iregion="PAL", oregion="NTSC", MT=False)

Avisynth 2.5.7; Virtualdub 1.6.19

thetoof
20th September 2008, 19:04
Updating the Requirements.7z links with fixed tgmcb1mod.
If you only need TempGaussMC_beta1mod.avsi, get it here (http://www.mediafire.com/download.php?ymq0jmtw2mg).

Biggiesized
21st September 2008, 05:32
I was just about to look for a tool like this since my copy of FLCL is double hard telecined. meGUI, unfortunately, cannot handle all of the different cadences with its selection of deinterlacing filters.

Thanks a ton!

lansing
21st September 2008, 06:42
Just finished my first ever vfr clip, very delighted now, lol.

And a request, is it possible to add an option to combine mode 7's pass 0 and pass 1, which to get a lossless rendering video with analysis pass at the same time? It's will save a lot of encoding time. The ideas are from here (http://forum.doom9.org/showthread.php?t=121869) and here (http://forum.doom9.org/showthread.php?p=621067#post621067).

And also a noob question, what does this function sharpaamcmod(aastr=99999) do? I can't google any info about it. Is there any meaning for the "99999"?

Lux Delux
21st September 2008, 17:56
Got the updated package with newer tempgauss mod but now a new error appears

http://img155.imageshack.us/img155/7531/errortg3.jpg (http://imageshack.us)

Leak
21st September 2008, 19:27
Got the updated package with newer tempgauss mod but now a new error appears

http://img155.imageshack.us/img155/7531/errortg3.jpg (http://imageshack.us)
Update your MVTools to josey_wells' multithreaded version...

thetoof
22nd September 2008, 06:59
And a request, is it possible to add an option to combine mode 7's pass 0 and pass 1, which to get a lossless rendering video with analysis pass at the same time? I'll give you test results in a short while to show you why I did it that way.

And also a noob question, what does this function sharpaamcmod(aastr=99999) do? I can't google any info about it. Is there any meaning for the "99999"?
This is aa=4 with a super duper high antialiasing strength (the doc of Sangnom I have doesn't tell the max, so I just used a random high number... it most probably needs tweaking) that tries to reduce edge flickering. See here (http://forum.doom9.org/showthread.php?p=1185370#post1185370) for a full explanation of the problem.

TGMC_B1mod... sigh, try this (http://www.mediafire.com/download.php?hlm3lzwkofm). Let's say I should have waited to come back home and test it before posting :o

Mystery Keeper
22nd September 2008, 08:44
Tooth, AvsP told me the max for SangNom is 255, so I set that number.

thetoof
22nd September 2008, 16:13
Oh, so it's only one of those "max modification of the pixel allowed" setting where 255 is 100% and 128 is 50%?
*waiting for a confirmation to update the docs*

@Biggiesized
Good to hear!

@professor_desty_nova
Could I get a short sample of your source? I've never seen a PAL->NTSC anime conversion (will be useful for further testing...)

MoonlightMile
23rd September 2008, 09:47
Script error: there is no function named "Toon"
(???, line 440)
(???, line 354)

thetoof
23rd September 2008, 09:58
There was a post a little while ago about extracting the timecode of a MKV with animeivtc or something... the function is built to create one for vfr encoding. Other tools exist for what (I think) was asked.

@MoonlightMile
Get everything from the requirements package (including downloading and installing Visual C++)

MoonlightMile
23rd September 2008, 11:53
oh yes...it works
thx a lot:)

patrick_
23rd September 2008, 13:26
@thetoof, I think it would be better to change this line in the script (function SharpAAMCmod):
b = a.Toon(ds).Warpsharp(depth=ShPre)

with:
b = ShPre == 0 ? a.Toon(ds) : a.Toon(ds).Warpsharp(depth=ShPre)

In case ShPre = 0 it's a lot faster, and in any other case it doesn't affect the speed.

thetoof
23rd September 2008, 15:47
True. It will be changed in the next version:
b = (ShPre==0 && ds==0) ? a : (ShPre==0) ? a.Toon(ds) : (ds==0) ? a.Warpsharp(depth=ShPre) : a.Toon(ds).Warpsharp(depth=ShPre)
as well as a bug fix for the checks (thanks to egrimisu for the report)

[MA]Debito
23rd September 2008, 23:31
I'm getting the following error message after dropping all the individual .dlls and .avsi functions into my plugins folder:

Avisynth open failure:
LoadPlugin: unable to load "C:\Program Files\AviSynth 2.5\plugins\ReduceFlickerSSE3.dll"
(C:\Program Files\AviSynth 2.5\plugins\AnimeIVTC - v1.05.avsi, line 151)

I've tried just the ReduceFlicker.dll and same issue. Tried LoadPlugin and it gives me some random text in the same format.

HELP!!!

Thanks,
Debito

MADAJ
24th September 2008, 00:15
I also have the same error:

"Avisynth open failure:
Script error: there is no function named "MVAnalyseMulti"
(???, line 161)
(???, line 119)"


AnimeIVTC(mode=2, iregion="PAL", oregion="NTSC", MT=False)

Avisynth 2.5.7; Virtualdub 1.6.19


Updating the Requirements.7z links with fixed tgmcb1mod.
If you only need TempGaussMC_beta1mod.avsi, get it here (http://www.mediafire.com/download.php?ymq0jmtw2mg).


I get the same error although I have updated my TempGaussMC_beta1mod.avsi

http://img184.imageshack.us/img184/6997/60461617wb3.th.png (http://img184.imageshack.us/my.php?image=60461617wb3.png)


I am using AviSynth 2.5.8 RC4a [September 12th]

lansing
24th September 2008, 02:30
Debito;1187570']I'm getting the following error message after dropping all the individual .dlls and .avsi functions into my plugins folder:

Avisynth open failure:
LoadPlugin: unable to load "C:\Program Files\AviSynth 2.5\plugins\ReduceFlickerSSE3.dll"
(C:\Program Files\AviSynth 2.5\plugins\AnimeIVTC - v1.05.avsi, line 151)

I've tried just the ReduceFlicker.dll and same issue. Tried LoadPlugin and it gives me some random text in the same format.

HELP!!!

Thanks,
Debito

http://forum.doom9.org/showthread.php?p=1185637#post1185637

thetoof
24th September 2008, 03:58
Newer tgmc was posted a little while ago...
TGMC_B1mod... sigh, try this (http://www.mediafire.com/download.php?hlm3lzwkofm). Let's say I should have waited to come back home and test it before posting :o

[MA]Debito
24th September 2008, 06:17
Already have AvsRecursion.dll, still having problems.


Fixed. Put AvsRecursion.dll in my System32 folder.

Leak
24th September 2008, 08:28
http://img184.imageshack.us/img184/6997/60461617wb3.th.png (http://img184.imageshack.us/my.php?image=60461617wb3.png)
*GROAN* (http://forum.doom9.org/showthread.php?p=1186715#post1186715)

R3Z
25th September 2008, 04:17
Can anyone send me or mirror this file please :) I cant get to mediafire from my network and i can once i have the file, mirror it on my webspace.

Cheers,

R3

OrionZodiac
25th September 2008, 23:14
Where can i get old versions of this script? I would like v1.02 please.

45tripp
25th September 2008, 23:38
http://www.mediafire.com/?lzgieyvajzn

just the script that is

OrionZodiac
26th September 2008, 00:01
your awesome. thank you:)

lansing
26th September 2008, 17:38
For people who're missing the AvsRecrusion.dll file, I've uploaded in here (http://www.mediafire.com/download.php?xdtutwgjhmk)
put the dll file into your system32 folder

professor_desty_nova
27th September 2008, 10:28
I'm still getting with the latest files in Requirements.7z

"Avisynth open failure:
Script error: there is no function named "MVAnalyseMulti"
(???, line 233)"

tried these lines:
AnimeIVTC(mode=2, iregion="PAL", oregion="NTSC", MT=False)
AnimeIVTC(mode=2, MT=False)

I think I didn't forget to put anything in the plugins folder...

@professor_desty_nova
Could I get a short sample of your source? I've never seen a PAL->NTSC anime conversion (will be useful for further testing...)

My source is PAL captured from TV (a regular bad conversion from NTSC->PAL with blended fields). I just captured it to see how AnimeIVTC works. Do you still want it? If yes, how much time of it? I have both a TVcard capture (lagarith) or a DVR capture (MPEG2), which do you prefer?

Leak
27th September 2008, 11:22
I'm still getting with the latest files in Requirements.7z

"Avisynth open failure:
Script error: there is no function named "MVAnalyseMulti"
(???, line 233)"

tried these lines:
AnimeIVTC(mode=2, iregion="PAL", oregion="NTSC", MT=False)
AnimeIVTC(mode=2, MT=False)

I think I didn't forget to put anything in the plugins folder...
GROAN^2 (http://forum.doom9.org/showthread.php?p=1186715#post1186715)

np: Bomb The Bass - So Special (Toob's Special Special Mix) (Future Chaos Remixes)

professor_desty_nova
27th September 2008, 12:05
GROAN^2 (http://forum.doom9.org/showthread.php?p=1186715#post1186715)

np: Bomb The Bass - So Special (Toob's Special Special Mix) (Future Chaos Remixes)

I'm using MT=false.

from AnimeIVTC doc:

"MT : Tells the function which version of MVTools you're using.

True : josey_wells' multithreaded branch (default)
False : "Official" branch"

Leak
27th September 2008, 12:25
I'm using MT=false.

from AnimeIVTC doc:

"MT : Tells the function which version of MVTools you're using.

True : josey_wells' multithreaded branch (default)
False : "Official" branch"
Okay, you've got a point there...

thetoof
27th September 2008, 15:27
I have an update ready at home with other corrections, but I had to leave before posting... I should be able to upload it in two days or so.

I'd like about 50mb of the Lagarith one... thx!

Leak, thanks for helping, but the real issue here was only me being a lazy scripter :p

OrionZodiac, why did you need 1.02? Just curious...

I'll add avsrecursion in the requirements archive + some mirrors.

OrionZodiac
27th September 2008, 19:30
OrionZodiac, why did you need 1.02? Just curious...

I have been playing around with lossless rendering passes and the quality is not quite the same as just encoding the source. I have tried lagarith, huffyuv, and lossless x264. I wanted 1.02 because i can just use that and have all my filters in the script and be able to encode the source.

I don't know if you are willing to do this, but do you think you can release a "lite" version. A version used just to deinterlace, IVTC, etc. Or if you could help me fix the tfm.txt file override bug in v1.02 that will work too.

Thanks

martino
27th September 2008, 19:53
Lite version?

TFM().TDecimate()

(plus all the options... rtfm)

OrionZodiac
28th September 2008, 01:32
AnimeIVTC(Mode=5,precision=3,pass=2,aa=4,aastr=0,dark=0,thin=0,sharp=0,smooth=0,stabilize=false,killcomb=2,block=8,denoise=false)

+filters

This is as basic as i can get it. My computer is still overwhelmed.

With 1.01 and 1.02 i could just have

AnimeIVTC(Mode=5,precision=3,pass=2,killcomb=2,aa=0)

+same filters

with no problem.

Of course I could just do it the old fashioned way before this script was invented, but I rather not since this is easier and gives good results.

professor_desty_nova
28th September 2008, 09:41
I'd like about 50mb of the Lagarith one... thx!


OK. It's 5 seconds. If you want a diferent part, just say it. If you want a longer time, I can capture another at a lower resolution.

http://www.mediafire.com/?21ymmzwmzfd

ubertoast
28th September 2008, 22:21
I have been trying to get this to work to try it out of some anime i have.

I am using this line in AVS:
AnimeIVTC(mode=5, pass=1, aa=2)

I have dropped all the dlls and avsi files in the plugins directory
and i get this error message when i load the avs script:

AviSynth script error:
aWarpSharp isn't loaded!
(Ua", line 440)
(Ua", line 354)

Any help aprpeciated.

OrionZodiac
28th September 2008, 22:58
I had that same problem, just get aWarpSharp from here:

http://avisynth.org/warpenterprises/

and put it in with the rest of the .dlls

ubertoast
28th September 2008, 23:17
I had that same problem, just get aWarpSharp from here:

http://avisynth.org/warpenterprises/

and put it in with the rest of the .dlls

Thanks, that worked. I did an analysis pass with pass=1, and that worked. Then i changed it to pass=2 and when i load the script i get this error now:

TDecimate: crc32 in input file does not match that of the current clip

Any ideas what this could be?
By the way, i am using megui

napalm-187
30th September 2008, 21:11
hi
i need help for hd cap the incredibles

what is here the best cmd line for this

file is h 264 1080i with 25 fps

i used tdeint mode 0 for 25 fps but i become jagged edges

i read the hole thread but i dont now what are the best settings i used here

many thx

Nightshiver
30th September 2008, 21:40
either post a sample or read the faq again, as it clearly explains what to do.

napalm-187
1st October 2008, 00:37
@qualityfreak

i read and read and read

but my english is not so good for understandig all the stuff

thats the point

many thx

thetoof
1st October 2008, 00:40
Yes, but without a sample, recommending how to process it is a tad hard ;)
(answers to the other posters + new version coming soon... just got home)

Esc
1st October 2008, 04:15
thetoof, you are uberawesome! I am in ripper's heaven right now. My anime never looked so good.

Nightshiver
5th October 2008, 03:58
News of the update?

thetoof
5th October 2008, 18:22
I somehow introduced an "Avisynth read error: CAVIStreamSynth: System exception - Acces Violation at 0x10141b83, reading from 0xc....." while I was writing 1.06, so I'm reapplying the changes one by one on 1.05 to see where I messed up. However, I'll only have the time to do that later tonight or tomorrow.

byme
6th October 2008, 00:49
hello world

sorry but I am Italian and I do not speak English very well

I have this problem with ReduceFlicker

http://b.imagehost.org/t/0838/error.jpg (http://b.imagehost.org/view/0838/error.png)

my script

#LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\avsfilter.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Dup.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\EEDI2.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\EEDI2_imp.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\LoadPluginEx.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\MaskTools.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mt_masktools-25.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mt_masktools-26.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mvtools.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\nnedi.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ReduceFlicker.dll")
#LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ReduceFlickerSSE2.dll")
#LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ReduceFlickerSSE3.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RemoveGrain.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RemoveGrainS.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RemoveGrainSSE2.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RemoveGrainSSE3.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Repair.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RepairS.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RepairSSE2.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RepairSSE3.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RSharpen.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RSharpenS.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RSharpenSSE2.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\RSharpenSSE3.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\SangNom.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\TDeint.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\TIVTC.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\TMM.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Toon-v1.0.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\vinverse.dll")
LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\warpsharp.dll")
#LoadPlugin("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\yadif.dll")
##
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\AnimeIVTC - v1.05.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\bob_repair.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Cdeblend.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\FixBlendIVTC.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Interlacing2Reader.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\LimitedSharpenFaster.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\MCBob.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mfToon-v0.54.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mrestore.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\TempGaussMC_beta1mod.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\vmToon-v0.74.avsi")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Cdeblend_10.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\clip2_sample_avs.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ColorRGB.auf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ColorRGB.vdf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ColorYUY2.auf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\ColorYUY2.vdf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\EraseGhost.auf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\EraseGhost.vdf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\first pass script.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\FixBlendIVTC_v08a.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\FixBlendIVTC_v09b.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\K-mfToon.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mfToon-v0.32.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Mrestore_v15beta.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Mrestore_v15p.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Mrestore_v16.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\Mrestore_v20.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\mrestore_v23e.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\override_sample_avs.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\second pass script.avs")
Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\test.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\tfm_tdeint_postprocessing.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\tfm_tdeint+eedi2_postprocessing.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\tfm_tdeint-bob_blend+eedi2_postprocessing.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\WarpSharp.auf.avs")
#Import("C:\Documents and Settings\up\Documenti\Edit Video\Filtri\AnimeIVTC\WarpSharp.vdf.avs")

##

AviSource("F:\Disco E\rec\video.avi").ConvertToYV12
AnimeIVTC (mode=5, pass=1, aa=2)