View Single Post
Old 29th August 2003, 04:12   #13  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Try this:

loadplugin("d:\avisynthplugins\mpeg2dec3.dll")
loadplugin("d:\don\programming\c++\avisynth\decomb\release\decomb.dll")
mpeg2source("twins6.d2v")
telecide(order=0,guide=1,post=4,vthresh=45,show=false)
decimate(mode=0)

If you cut the commercials out you'd have pure 3:2 material and it would be a breeze. As is though, this script does well on it.

Note: DGBob() is not intended for progressive material. The usage described is not sanctioned. They are trying to use a smart bob to avoid the problems that arise from trying to do field decimation. So far, I am not overly impressed with the results, but I'm keeping an open mind as it is early days for this approach.

Last edited by Guest; 29th August 2003 at 04:17.
Guest is offline   Reply With Quote