eoyilmaz / timecode

Python Module for SMPTE Time Code Manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected TC change on instantiation.

pmacdonald-tl opened this issue · comments

I don't understand why this returns an altered timecode :

from timecode import Timecode
tc = Timecode("23.97", "00:00:01:23")
tc

>>> 00:00:02:00

Why is it rounding up to 2 seconds ?

fps should have been 23.98! My mistake.