PDA

View Full Version : Strange "stop motion" type effect occuring...


TRILIGHT
8th May 2002, 01:15
Well, I haven't seen this one before. My oringal source material is listed as pure NTSC when I created my DVD2AVI .d2v project file. I chose no field order. I used the following script to encode in CCE...

LoadPlugin("C:\WINDOWS\SYSTEM32\mpeg2dec.dll")
LoadPlugin("C:\WINDOWS\SYSTEM32\decomb.dll")
mpeg2source("D:\MOVIES\TAHS\project.d2v")
FieldDeinterlace()
Sharpen(0.5)
ResampleAudio(44100)

The resulting video, while fine in most respects, ended up having a weird "stop-motion" type effect on it. For the most part, it looks fine. However, every now and then (usually when someone is walking around on screen), it's like there is a brief delay or a missing frame that I don't know how to decribe. The best I can say is it's like a "stop motion" or "ghosting" effect, only it isn't. Has anyone seen this sort of weird behavior and know how to get rid of it?

TRILIGHT
8th May 2002, 06:32
I've definitely determined this to be Avisynth settings and not the way I was encoding or authoring. For anyone interested, I've posted my findings here...

http://forum.doom9.org/showthread.php?s=&threadid=24747

I've also asked that this thread be killed and the other moved here so it's in the right place.