Thread: hybrid title
View Single Post
Old 22nd September 2002, 02:51   #2  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
If you use "decimate(mode=1, threshold=50)" I was under the understanding your output would be interlaced. That would mean you would not set "progressive" or "zigzag" (zigzag is meant for progressive). These hybrid streams are always difficult, but I've had pretty good luck using this:

LoadPlugin("path\MPEG2DEC.dll")
mpeg2source("path\bla.d2v")
LoadPlugin("path\Decomb.dll")
Telecide()
Decimate(cycle=5)
ResampleAudio(44100)

Then you could leave your settings as you have them. The result would be a 23.976fps progressive stream. With the settings you had originally my experience has been that I see some real annoying jumpiness, especially on scenes that pan.
jdobbs is offline   Reply With Quote