Skip to content

Commit

Permalink
[timestamps] Change description of fpms parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Nov 11, 2023
1 parent 4b90898 commit 5b45986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyonfx/timestamps.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class Timestamps:
timestamps (List[int], optional): A list of [timestamps](https://en.wikipedia.org/wiki/Timestamp) in milliseconds encoded as integers.
It represent each frame [presentation timestamp (PTS)](https://en.wikipedia.org/wiki/Presentation_timestamp)
normalize (bool, optional): If True, it will shift the timestamps to make them start from 0. If false, the option does nothing.
fpms (Fraction, optional): The fpms.
fpms (Fraction, optional): Frames per milliseconds.
last_frame_time (Fraction, optional): The last frame time not rounded.
"""

Expand Down

0 comments on commit 5b45986

Please sign in to comment.