VideoTimecode
is library for SMPTE timecodes calculation. It is originally forked from Timecode4net.
- supports 23.98, 24, 25, 29.97, 30, 48, 50, 59.94, 60 fps
- supports drop-frame and non-drop-frame codes
- instantiate timecodes from frame count, string time code
- (WIP)timecode arithmetics: adding frame counts and other timecodes
var fromFrames = new Timecode(input, FrameRate.FrameRate23_976);
Console.WriteLine(fromFrames.ToString()); // 00:01:00;02
ailen0ada/Timecode4net smpte-timecode Drop-Frame Timecode Time Codes: The Amazing Truth