Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Created August 31, 2021 16:10
Show Gist options
  • Save misodengaku/09c90d47e0fee1251a994ca62bbc3358 to your computer and use it in GitHub Desktop.
Save misodengaku/09c90d47e0fee1251a994ca62bbc3358 to your computer and use it in GitHub Desktop.
DaVinci Resolve Fusion Time counter
Text("Lap1:" .. string.format("%02d", math.floor(((time-comp.RenderStart)/3600))) .. ":" .. string.format("%02d",math.floor(((time-comp.RenderStart)/60)%60)) .. "." .. string.format("%02d",((((time-comp.RenderStart)/60)%60)-math.floor(((time-comp.RenderStart)/60)%60))*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment