View Single Post
Old 22nd February 2021, 22:30   #7  |  Link
YaBoyShredderson
Registered User
 
Join Date: Jul 2020
Posts: 76
Quote:
Originally Posted by StainlessS View Post
Well as I still have less idea than you about what you are doing [ie what framerate are you aiming at],
try either the first or 2nd optional lines given [altering for your target rate], if whole number of FPS, then 1st one, else 2nd.
EDIT:
If 29.97, then
Code:
ChangeFPS(30000,1001)  # 29.97 is not the exact number, numerator,denominator provides as near as possible.
I think i worked it out. I tested with 24000/1001 source converted to 60000/1001, and i went into vlc and checked frame by frame, and it appears to be doing a 3:2 pulldown, which means its not interpolating like before. I wouldnt do this conversion in real life, but it was an easy test. Thanks.
YaBoyShredderson is offline   Reply With Quote