onisama
24th May 2003, 17:45
I dot know if you would actually call it ghosting or not, but that sounded good to me. I did the same encode with cce adn cnr, and it didn't show up. I've done other encodes with procoder and haven't seen this before, so that leads me to believe it is the combination of procoder and cnr. It seems most obvious on red objects. Look at the old man's shirt.
Procoder with cnr:
procoder (http://www.meisenheimerphoto.com/stuff/video%20samples/cnr%20test/procoder.jpg)
CCE with cnr:
cce (http://www.meisenheimerphoto.com/stuff/video%20samples/cnr%20test/cce.jpg)
Here is my script for both encodes:
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\InverseTelecine\Decomb.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\cnr2_20_dll_20020802\cnr2.dll")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(cycle=5)
Cnr2(mode=0,ln=35,lm=192,un=47,um=256,vn=47,vm=256)
BicubicResize(480,480,0.0,0.6)
Procoder with cnr:
procoder (http://www.meisenheimerphoto.com/stuff/video%20samples/cnr%20test/procoder.jpg)
CCE with cnr:
cce (http://www.meisenheimerphoto.com/stuff/video%20samples/cnr%20test/cce.jpg)
Here is my script for both encodes:
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\InverseTelecine\Decomb.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\cnr2_20_dll_20020802\cnr2.dll")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(cycle=5)
Cnr2(mode=0,ln=35,lm=192,un=47,um=256,vn=47,vm=256)
BicubicResize(480,480,0.0,0.6)