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?
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?