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)
from my knowledge "AssumeFPS(24) would force it to 24 fps, original footage is 23.98. While premiere views the clip fine and edits it fine, when I try to export it with 24 fps selected I get static. But if I recreate the project as 23.976 it exports fine.
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.

