I used this script to convert a .mkv clip to use for editing in Premiere.
Code: Select all
directshowsource("LOCATION OF VIDEO")
ConvertToYV12()
LanczosResize(640,440)
AssumeFPS(24)
KillAudio()
mftoon(strength=200)
Is there a way to get the clip to export from premiere in 24 fps? Also if their isn't a way, is it alright to continue editing with the current source I converted that has "AssumeFPS(24)" yet is being edited and exported at 23.976?
Help appreciated.