Nap095 / timecode

Excel macro for computing Timecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timecode

Excel macro for computing Timecode ' Module TimeCode ' DLEP - 202012 ' Version 1.0 du 13/12/2020

Function FromTimeCode(nbimg As Variant, tc As Variant)

  • nbimg = nbimg by sec

  • tc = timecode as hh:mm:ss:ii

Function ToTimeCode(nbimg As Variant, img As Variant) As Variant

  • nbimg = nbimg by sec

  • img = number of images

Function TCDuree(nbimg As Variant, deb As Variant, fin As Variant)

  • nbimg = nbimg by sec

  • deb = timecode begin as hh:mm:ss:ii

  • fin = timecode end as hh:mm:ss:ii

' Version 1.10 du 05/08/2021 Table restructuration

About

Excel macro for computing Timecode