ZeroKnight
21st March 2003, 06:38
Hi Guys,
I am trying to encode a pal anime dvd, I have tried using deinterlace, field deinterlace, smart deinterlace, seperate fields, both odd and even. But all of these gives me really bad results. For fun i tried using an telecide, i found that using telecide it looks better than the deinterlace but not as good it needs to be.
I dont know why the ivtc looks better than the other deinterlace but i was told by something that the method used by telecide to choose the frames is better than the deinterlace. However when i telecide i get black lines and jerky playback which i expected.
But is there some way i can tweak the telecide or deinterlace to work better like the telecide.
Here is the script i was using.
LoadPlugin("C:\encoding\avisynth\mpeg2dec.dll")
LoadPlugin("C:\encoding\avisynth\Decomb.dll")
LoadPlugin("C:\encoding\avisynth\Convolution3D.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
mpeg2source("C:\Encoding\Animedvd\animedvd.d2v")
crop(13,4,693,568)
InverseTelecine(40,10,15)
Convolution3D (preset="LQ")
BicubicResize(512,384,0,0.5)
So i am at a loss on how to tweak it to work better with the anime i am trying to encode. I did try greedy instead of the telecide stuff but it didnt work as well as the telecide.
Please let me know of anything i can try or do to help me with this.
I am trying to encode a pal anime dvd, I have tried using deinterlace, field deinterlace, smart deinterlace, seperate fields, both odd and even. But all of these gives me really bad results. For fun i tried using an telecide, i found that using telecide it looks better than the deinterlace but not as good it needs to be.
I dont know why the ivtc looks better than the other deinterlace but i was told by something that the method used by telecide to choose the frames is better than the deinterlace. However when i telecide i get black lines and jerky playback which i expected.
But is there some way i can tweak the telecide or deinterlace to work better like the telecide.
Here is the script i was using.
LoadPlugin("C:\encoding\avisynth\mpeg2dec.dll")
LoadPlugin("C:\encoding\avisynth\Decomb.dll")
LoadPlugin("C:\encoding\avisynth\Convolution3D.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
mpeg2source("C:\Encoding\Animedvd\animedvd.d2v")
crop(13,4,693,568)
InverseTelecine(40,10,15)
Convolution3D (preset="LQ")
BicubicResize(512,384,0,0.5)
So i am at a loss on how to tweak it to work better with the anime i am trying to encode. I did try greedy instead of the telecide stuff but it didnt work as well as the telecide.
Please let me know of anything i can try or do to help me with this.