September 7, 200916 yr Newbies I am trying to find a calculation that will convert a frame count to Timecode for 24fps but no such luck. I do not want to use a plug in so that solution is out of the question. Any ideas???
September 7, 200916 yr Try: GetAsTime ( Div ( frames ; 24 ) ) & SerialIncrement ( ":00" ; Mod ( frames ; 24 ) )
Create an account or sign in to comment