Log in

View Full Version : Stars + Deinterlacing


falconfighter
24th February 2004, 11:58
I have a vob source, and I need to deinterlace it. However, the source is Star Trek TNG. Have you ever seen stars flicker? I have. Here's what I've got.
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
LoadPlugin("D:\Program Files\AviSynth 2.5\Plugins\Decomb510.dll")
LoadPlugin("C:\avisynth plugs\ac3source.dll")
MPEG2Source("C:\batchripper\temp\%2.d2v")
Telecide(order=0, guide=1, post=1, vthresh=22)
Decimate(mode=3)

scharfis_brain
24th February 2004, 12:02
try to use smartdecimate instead of the telecide.decimate - combo