Mounir
8th May 2009, 03:44
Well i'm steppin my game up now, i'm trying to figure out what avisynth can bring to the table compared to this good old vdub especially to deinterlace.
There a few parts i'm sure i missed but it's so a mess to gather infos and be sure that's the good way, some help is welcome.
Anyway here is my little script of nothing (almost ridiculous i'd say lol)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp\TomsMoComp_Avisynth\Debug\TomsMoComp.dll")
LoadVirtualDubPlugin("C:\Program Files\VirtualDubMod\plugins\msu_sharpen.vdf","MSUSmartSharpen", 0)
MPEG2Source("C:\myvideo.d2v")
ConverttoYV12()
TomsMoComp(-1,5,1)
Deblock()
ConverttoRGB32()
MSUSmartSharpen(4)
I'm satisfied with the script in this present form but i think i missed "color matrix" somewhere and some stuff after the ("C:\myvideo.d2v") not sure.
The video is a video clip (interlaced,29.970fps, TFF), maybe i should also ivtc it, you tell me
There a few parts i'm sure i missed but it's so a mess to gather infos and be sure that's the good way, some help is welcome.
Anyway here is my little script of nothing (almost ridiculous i'd say lol)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp\TomsMoComp_Avisynth\Debug\TomsMoComp.dll")
LoadVirtualDubPlugin("C:\Program Files\VirtualDubMod\plugins\msu_sharpen.vdf","MSUSmartSharpen", 0)
MPEG2Source("C:\myvideo.d2v")
ConverttoYV12()
TomsMoComp(-1,5,1)
Deblock()
ConverttoRGB32()
MSUSmartSharpen(4)
I'm satisfied with the script in this present form but i think i missed "color matrix" somewhere and some stuff after the ("C:\myvideo.d2v") not sure.
The video is a video clip (interlaced,29.970fps, TFF), maybe i should also ivtc it, you tell me