"Add timecode to all media" megabit wrote on 10/4/2008, 8:18 AM Is it just me, or does this script always creates 30fps timecode, even in a 25 fps project? Back to post
Comments megabit wrote on 10/5/2008, 1:55 AM Could anyone check this with their system, please? Rosebud wrote on 10/5/2008, 2:12 AM You have to edit the script and set the string presetName with the desired preset: Remove : String presetName = null; Replace: //String presetName = "SMPTE Drop (29.97 fps)"; with: String presetName = "Time & Frames"; megabit wrote on 10/5/2008, 2:19 AM Thanks Rosebud :) Having all the timecode options in the drop-down list of the Timecode FX, I somehow thought this is "hard-coded" in the script and didn't even try to edit it.... 1