falconfighter
12th March 2004, 22:31
I'm having real problems deinterlacing DVD source... It's Star Trek... And that means single-pixel stars... which means a headache watching the stuff I'm getting.
First script I got to produce reasonable-quality stuff:
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
LoadPlugin("C:\avisynth plugs\avisynth_c.dll")
LoadPlugin("C:\avisynth plugs\dgbob.dll")
LoadCPlugin("C:\avisynth plugs\smartdecimate.dll")
MPEG2Source("C:\batchripper\temp\1x03.d2v")
assumetff()
a=DGBob(order=0, thresh=60)
SmartDecimate(tel=.25, bob=a)
Does anyone have any improvements? Would it help if I served a 1000 frame MPEG source to convert off of?
First script I got to produce reasonable-quality stuff:
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
LoadPlugin("C:\avisynth plugs\avisynth_c.dll")
LoadPlugin("C:\avisynth plugs\dgbob.dll")
LoadCPlugin("C:\avisynth plugs\smartdecimate.dll")
MPEG2Source("C:\batchripper\temp\1x03.d2v")
assumetff()
a=DGBob(order=0, thresh=60)
SmartDecimate(tel=.25, bob=a)
Does anyone have any improvements? Would it help if I served a 1000 frame MPEG source to convert off of?