PDA

View Full Version : NTSC frame rate


Moitah
11th January 2005, 00:13
I noticed DGDecode reports the frame rate to AviSynth using Frame_Rate from the D2V as the numerator, and 1000 as the denominator. For NTSC, this is 29970/1000, but I beleive NTSC DVD frame rate is defined as 30000/1001 (please correct me if I'm wrong).

Not that it really matters, it would only affect synch by ~7ms after 2 hours. But I thought I would post this information, as someone may find it useful. If this really bugs you, "AssumeFPS(30000, 1001)" may be used in the AVS script.

neuron2
12th January 2005, 16:01
Thanks, Moitah, I'll look into it.