tomos
21st February 2006, 21:38
trying to sort out a video i have to be able to convert from mpeg to avi (x264)
have done this loads with the same kind of video with the following script (or a variant of it)
Loadplugin("DGDecode.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
MPEG2Source("thingy.d2v")
Telecide(order=1)
Decimate()
UnDot()
for some reason, this one just doesnt work on this clip. the picture kinda blends together in a really bad way when anything is done to it.
it does contain 3:2 pulldown, and have checked it in vdub (3p then 2i frames) and it is top field first also.
i tried setting different vthresh values after following this guide
http://neuron2.net/decomb/DecombTutorial.html
all done as this said. found a threshold to seperate progressive from interlaced etc, but i still have no joy. this is the last avs file i tried, and still the same
MPEG2Source("clip.d2v")
Telecide(order=1,guide=1,post=2,vthresh=100)
this is what the end result is :( - thats with both avs scripts. neither has any real effect
http://www.na-nog.demon.co.uk/Image2.jpg
its like part of the last field is overlayed ontop of the next. this only happens on the interlaced scenes. progressive is fine :(
anyone have any suggestions as to what to try next? i'm almost ready to give up on this one now :(
have done this loads with the same kind of video with the following script (or a variant of it)
Loadplugin("DGDecode.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
MPEG2Source("thingy.d2v")
Telecide(order=1)
Decimate()
UnDot()
for some reason, this one just doesnt work on this clip. the picture kinda blends together in a really bad way when anything is done to it.
it does contain 3:2 pulldown, and have checked it in vdub (3p then 2i frames) and it is top field first also.
i tried setting different vthresh values after following this guide
http://neuron2.net/decomb/DecombTutorial.html
all done as this said. found a threshold to seperate progressive from interlaced etc, but i still have no joy. this is the last avs file i tried, and still the same
MPEG2Source("clip.d2v")
Telecide(order=1,guide=1,post=2,vthresh=100)
this is what the end result is :( - thats with both avs scripts. neither has any real effect
http://www.na-nog.demon.co.uk/Image2.jpg
its like part of the last field is overlayed ontop of the next. this only happens on the interlaced scenes. progressive is fine :(
anyone have any suggestions as to what to try next? i'm almost ready to give up on this one now :(