Skip to content

Commit 224088b

Browse files
authored
Merge pull request #59 from eoyilmaz/develop
Develop
2 parents 34f8d4e + c6714d1 commit 224088b

2 files changed

Lines changed: 7 additions & 84 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Use the `frame_number` attribute if you want to get a 0 based frame number:
4040
assert tc4.frame_number == 0
4141
```
4242

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+
4350
Frame rates 29.97 and 59.94 are always drop frame, and all the others are non drop
4451
frame.
4552

README.rst

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)