Timecode_STR can I use it show a different fps?

Hi all,

We routinely have multiple productions on the go and they’ll all have different timecode bases (23.976 / 24 / 25 fps) and FPTR is site limited to one fps (we’re set to 23.976).

At the moment I’m using a custom calculate field to return the timecode for shots Timecode_STR({sg_cut_in})

Is there a way I get this to return 24 or 25fps timecode to match the shot?

Also is there a request for project based timebase instead of site based I can add a +me too?

Cheers,

B

Found it!. Add the fps after a comma

Timecode_STR({sg_cut_in}, 24)

I’ll read the right manual next time… :laughing:

1 Like