View Single Post
Old 10th September 2015, 11:23   #6  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,744
Quote:
Originally Posted by tsk1979 View Post
Can you please tell me if the "*2" can be *1.5 or something. So I can make 15fps to something like 24fps.
I believe you have to specify the new framerate like this ;
Code:
num=24, den=1
or
Code:
num=24000, den=1001
if you need 23.976 fps.
But I don't know if you have to change the mode value.
Music Fan is offline   Reply With Quote