Skip to content

Commit 71f4089

Browse files
committed
Update readme to note HFR support
1 parent 378c463 commit 71f4089

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
About
22
-----
33

4-
Python module for manipulating SMPTE timecode. Supports any arbitrary integer frame
5-
rates and some default str values of 23.976, 23.98, 24, 25, 29.97, 30, 50, 59.94, 60
6-
frame rates and milliseconds (1000 fps) and fractional frame rates like "30001/1001".
4+
Python module for manipulating SMPTE timecode. Supports all formats in the ST12 standard,
5+
as well as any arbitrary integer frame rates and some default str values of 23.976, 23.98,
6+
24, 25, 29.97, 30, 50, 59.94, 60 frame rates and milliseconds (1000 fps) and fractional
7+
frame rates like "30000/1001".
78

89
This library is a fork of the original PyTimeCode python library. You should not use
910
the two library together (PyTimeCode is not maintained and has known bugs).
@@ -47,7 +48,7 @@ assert tc4.frame_number == 0
4748
> exist there should be a frame. and 00:00:00:00 is generally the label given to the
4849
> first frame.
4950
50-
Frame rates 29.97 and 59.94 are always drop frame, and all the others are non drop
51+
Frame rates 29.97, 59.94 and 119.88 are always drop frame, and all the others are non drop
5152
frame.
5253

5354
The timecode library supports fractional frame rates passed as a string:

0 commit comments

Comments
 (0)