I'm looking for a function that converts an integer value in frames to NTSC Drop Frame Timecode (hh:mm:ss.ff).
I'm using Delphi, but could be in any language.
Thanks
|
2
|
I'm looking for a function that converts an integer value in frames to NTSC Drop Frame Timecode (hh:mm:ss.ff). I'm using Delphi, but could be in any language. Thanks
|
||
|
|
|
|
You will need to copy the DivMod routine from the SysUtils unit, and also include the sysUtils unit in whatever implements this function. |
||||||||||||
|