kyousuke
6th October 2002, 23:11
neuron! save me !!!!!!!!
i'm going to be crasy with my anime and decomb.
let me explain. since avs 1.x, all my anime were decomb correctly, with very good ivtc and desinterlacing.
since avs 2.5, i have some problem! i don't understand!
decimate() works, and telecide won't :(
so i returned to avs 2.4, and surprise, telecide works but not like before, idem with avs 2.2.... ;_;
there're always interlaced line and before (4-5months ago) i haven't this problem with the same version of the DLL! i understand nothing... ;_;
here my script :
SetMemoryMax(64)
# PLUGINS
LoadPlugin("G:\__ENCODING__\AVSTool\MPEGDecoder.dll")
LoadPlugin("G:\__ENCODING__\AVSTool\DECOMB.DLL")
MPEGSource("M:\_VIDEOS NEWS_\VTS_01_1.VOB + M:\_VIDEOS NEWS_\VTS_01_2.VOB")
Telecide(Guide=1,Gthresh=1,Threshold=1,dthreshold=10,Chroma=true,blend=true,Post=true)
Decimate(cycle=5)
Crop(4,0,713,480)
BicubicResize(640,352,0,0.75)
nb: i reduce Threshold to 1 and active blend mode, but always interlaced lines ;_;
i'm going to be crasy with my anime and decomb.
let me explain. since avs 1.x, all my anime were decomb correctly, with very good ivtc and desinterlacing.
since avs 2.5, i have some problem! i don't understand!
decimate() works, and telecide won't :(
so i returned to avs 2.4, and surprise, telecide works but not like before, idem with avs 2.2.... ;_;
there're always interlaced line and before (4-5months ago) i haven't this problem with the same version of the DLL! i understand nothing... ;_;
here my script :
SetMemoryMax(64)
# PLUGINS
LoadPlugin("G:\__ENCODING__\AVSTool\MPEGDecoder.dll")
LoadPlugin("G:\__ENCODING__\AVSTool\DECOMB.DLL")
MPEGSource("M:\_VIDEOS NEWS_\VTS_01_1.VOB + M:\_VIDEOS NEWS_\VTS_01_2.VOB")
Telecide(Guide=1,Gthresh=1,Threshold=1,dthreshold=10,Chroma=true,blend=true,Post=true)
Decimate(cycle=5)
Crop(4,0,713,480)
BicubicResize(640,352,0,0.75)
nb: i reduce Threshold to 1 and active blend mode, but always interlaced lines ;_;