Log in

View Full Version : 120 fps to 29.970... Issue!


Zerox20
28th May 2006, 03:32
I have a source that is 119.881 fps...

Whenever I do SelectEvery(4,2). Decimate,AssumeFPS, ChangeFPS etc to 29.970 etc. It converts it to 29.970 which is what I want, however the file is actually 29.97072 which is causing major splicing issues.

I do not think Changefps etc will go past the 29.970xx values when setting it up. Anybody got any suggestions for getting the last part of it to truely be 29.97000 fps?

Changefps(29.97000000) etc did not work either.

Zarxrax
28th May 2006, 05:23
In avisynth 2.7,
ConvertFPS(30000,1001)
or
ConvertFPS("ntsc_video")

if I understand what you are trying to do...

AI
28th May 2006, 07:09
BilinearResize(720,480)

Interleave(SelectEvery(4,0).VerticalReduceBy2,\
SelectEvery(4,2).FlipVertical.VerticalReduceBy2.FlipVertical)

Weave(AssumeBFF)
AssumeFPS(29.97,true)