how to change timecode in default add timecode gwailo wrote on 12/24/2009, 12:51 AM Adding timecode using the default "add timecode to all media" always inserts 29.97 fps timecode. How do I edit the script to get it to insert 23.976 timecode instead? Thanks Back to post
Comments JohnnyRoy wrote on 12/24/2009, 10:03 AM In the code on line 20 you will see: String presetName = null; Just change null to the quoted preset name that you ant to apply like this: String presetName = "SMPTE Film IVTC (23.976 fps)"; ~jr 1