We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
00:00:00:00
1 parent 920b037 commit c6714d1Copy full SHA for c6714d1
1 file changed
README.md
@@ -40,6 +40,13 @@ Use the `frame_number` attribute if you want to get a 0 based frame number:
40
assert tc4.frame_number == 0
41
```
42
43
+> [!NOTE]
44
+> A common misconception is that `00:00:00:00` should have 0 frames. This is wrong
45
+> because Timecode is a label given for each frame in a media, and it happens to be
46
+> using numbers which are seemingly incremented one after another. So, for a Timecode to
47
+> exist there should be a frame. and 00:00:00:00 is generally the label given to the
48
+> first frame.
49
+
50
Frame rates 29.97 and 59.94 are always drop frame, and all the others are non drop
51
frame.
52
0 commit comments