omf
1st July 2007, 21:33
I'm trying to encode some cartoons off of DVD and noticed that the de-interlacing doesn't seem to be working. After playing with the MeGUI-generated AVS scripts for a bit, I found what was causing the problem.
Here is the original script (I'm only using LeakKernelDeint to simplify the example):
DGDecode_mpeg2source("vid1.d2v",info=3)
ColorMatrix(hints=true)
LeakKernelDeint(order=1)
Here is a single output frame from the script above captured using VirtualDub:
http://www.justified.com/misc/f1.gif
As an experiment, I removed the "info" option from DGDecode_mpeg2source:
DGDecode_mpeg2source("vid1.d2v",info=0)
ColorMatrix(hints=false)
LeakKernelDeint(order=1)
Here is the same frame using the new script:
http://www.justified.com/misc/f2.gif
So, this seems to have fixed it. Great, but can anyone explain why this is happening? (By the way, the same thing happens regardless of which de-interlace filter I use.)
Thanks,
Oscar
Here is the original script (I'm only using LeakKernelDeint to simplify the example):
DGDecode_mpeg2source("vid1.d2v",info=3)
ColorMatrix(hints=true)
LeakKernelDeint(order=1)
Here is a single output frame from the script above captured using VirtualDub:
http://www.justified.com/misc/f1.gif
As an experiment, I removed the "info" option from DGDecode_mpeg2source:
DGDecode_mpeg2source("vid1.d2v",info=0)
ColorMatrix(hints=false)
LeakKernelDeint(order=1)
Here is the same frame using the new script:
http://www.justified.com/misc/f2.gif
So, this seems to have fixed it. Great, but can anyone explain why this is happening? (By the way, the same thing happens regardless of which de-interlace filter I use.)
Thanks,
Oscar