Akane_Tendo
23rd December 2002, 20:15
I am getting a small flicker at the top of some of my encodes using the following script. Any suggestions as to what might be causing the flickering?
loadplugin("mpeg2dec.dll")
#loadplugin("vobsub.dll")
loadplugin("decomb.dll")
LoadPlugin("c:\filters\convolution3d.dll")
mpeg2source("Fushigi Yugi 7 of 7.d2v")
crop(4,2,696,476)
Telecide(guide=1,gthresh=50,chroma=true,threshold=10)
Decimate()
#vobsub("X:\path\to\vts_01_0")
Convolution3d (preset="animeHQ")
bicubicresize(544,416,0,0.75)
loadplugin("mpeg2dec.dll")
#loadplugin("vobsub.dll")
loadplugin("decomb.dll")
LoadPlugin("c:\filters\convolution3d.dll")
mpeg2source("Fushigi Yugi 7 of 7.d2v")
crop(4,2,696,476)
Telecide(guide=1,gthresh=50,chroma=true,threshold=10)
Decimate()
#vobsub("X:\path\to\vts_01_0")
Convolution3d (preset="animeHQ")
bicubicresize(544,416,0,0.75)