I would like to format a column for video time code, so I can sum up the duration of a list of shots.
A time code consists of hours : minute : seconds : frames (00:01:20:24)
There are 24 frames in a second (for film) or 25 frames in a second (for video). So I would like to be able to set the fps (frames per second) for a project.
Here’s one way to do it. The idea is to convert them to frames when summing them up and then convert them back to timecode. I kept things simple and did not take into account DF / NDF.