Okay, I've been helping someone learn AVISynth and we just got done removing the interlacing using the basic steps in the EADFAG. However, after all is said and done, we come up with this little problem
The script reads
- Code: Select all
loadplugin("E:\DGIndexthing\dgdecode.dll")
MPEG2source ("E:\YUGI_s4v2\VIDEO_TS\VTS_01_1.d2v",upconv=1, cpu=4)
converttoyv12
telecide(order=1,guide=1)
Decimate(cycle=5,mode=2)
There is also a lot of combing or blending when the characters move. What did I do wrong?







