castellandw
19th November 2005, 01:15
I posted this in another thread, but since that thread went on too long, I thought I would start it here. I've seen some numerous problems with combing artifacts in my PAL MPEG-2 source which I can only view with my PC software DVD player, but when I used my standards conversion script to convert my PAL source to NTSC. I still see those combing artifacts when I viewed the NTSC converted video on my TV DVD player. I tried both LeakKernelBob and Tdeint to analyze it and I don't know how much worth it is to show my Avisynth script since combing was in the original PAL source. So anyway, here's the script:
#loadplugin("leakkerneldeint.dll")
LoadPlugin("TDeint.dll")
LoadPlugin("DGDecode.dll")
MPEG2Source("H:\PALMPEG2Clip.d2v")
#LeakKernelBob(order=1, threshold=4)
tdeint(mode=1,type=3,ap=20)
ConverttoYUY2()
BilinearResize(width, 480)
ConvertFPS(59.94)
AssumeTFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
Also, here's also the link to the clip of the PAL MPEG-2 source I used(If you watch closely on windowpanes or any other edge of narrow objects, you'll notice the combing.) I've used WinDVD in the past in general for DVD playback. However, I find Media Player classic recently to be better at deinterlacing and resizing MPEG-2 DVD material, but even still, you still get combing when you view on Media Player classic. Anyway, here's the link to the PAL MPEG-2 file:
https://home.comcast.net/~castellandw/PALMPEG2Clip.mpg
#loadplugin("leakkerneldeint.dll")
LoadPlugin("TDeint.dll")
LoadPlugin("DGDecode.dll")
MPEG2Source("H:\PALMPEG2Clip.d2v")
#LeakKernelBob(order=1, threshold=4)
tdeint(mode=1,type=3,ap=20)
ConverttoYUY2()
BilinearResize(width, 480)
ConvertFPS(59.94)
AssumeTFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
Also, here's also the link to the clip of the PAL MPEG-2 source I used(If you watch closely on windowpanes or any other edge of narrow objects, you'll notice the combing.) I've used WinDVD in the past in general for DVD playback. However, I find Media Player classic recently to be better at deinterlacing and resizing MPEG-2 DVD material, but even still, you still get combing when you view on Media Player classic. Anyway, here's the link to the PAL MPEG-2 file:
https://home.comcast.net/~castellandw/PALMPEG2Clip.mpg