Here are some pictures from episode 1:
A small 11MB video clip can be downloaded here:
http://www.megaupload.com/?d=XVL5DGR0
If anyone wants more clips to experiment with, just ask.

From what I can tell, not ALL scenes have this. It looks like just the ones that have the same frame repeated and are about to change or in high-action moments. When saving a clip as uncompressed and playing it at normal speed, it is barely noticeable, but if I were to slow clips down, this becomes a huge problem and is very noticeable.
My current AviSynth script:
Code: Select all
MPEG2Source("G:\TUYBW1\VTS_02_1.d2v", cpu=0)
TFM(d2v="G:\TUYBW1\VTS_02_1.d2v",order=-1,mode=5,pp=7,slow=2)
Tdecimate(mode=1)
crop(8,2,-8,-2)
lanczos4resize(848,480)
FluxSmoothST(temporal_threshold=2, spatial_threshold=2)
undot()
limitedsharpenfaster(ss_x=2.0, ss_y=2.0, wide=true, edgemode=1, strength=160)
Converttorgb32()
For people who don't want to download the clip, this DGIndex picture might help a little:
DGIngex Picture
Is there anything I can do to fix this? I'll appreciate any and all suggestions no matter how small because I'm on a very tight deadline with this project.
