Log in

View Full Version : FFDshow pulldown on 72Hz monitor nessessary ?


Jeremy Duncan
12th October 2007, 21:54
http://www.projectorpeople.com/resources/pulldown.asp

Is pulldown nessessary in FFDshow if my monitor is 72Hz ?

McCauley
15th October 2007, 09:56
Hi,

let's put it simply - YES!
If no pulldown is applied framerate should be 60Hz (59.94 to be precise) or a multiple of it. If pulldown is aplied it should be 24Hz (23.976) or a multiple of it.

Regards
McCauley

Jeremy Duncan
15th October 2007, 23:24
Hi McCauley,

Using this code below. And when the DVD uses Pulldown.
It doesn't matter if my refresh rate is 72Hz, or 60Hz.
It doesn't matter if I use Reclock or not.
The movie playback is smooth.

SetMemoryMax(1024)
AssumeTFF() # If it stutters try AssumeBFF instead of AssumeTFF.
Telecide(chroma=false)

decimate() # Delete this line if your playing a pal dvd, or if changing TFF to BFF doesn't stop the stutter.

MT("LimitedSharpenFaster(ss_x=1.4, ss_y=1.4, Smode=3, strength=250, overshoot=0, soft=60)",3)
ColorMatrix(Mode="Rec.601->Rec.709",clamp=false,threads=2)

http://aycu30.webshots.com/image/30069/2000492871817928309_th.jpg (http://allyoucanupload.webshots.com/v/2000492871817928309)

Maybe it's smooth playback using pulldown regardless of the refresh rate because of Decomb ?

This decomb setting deinterlaces a little, I understand ?