nywhere
nywhere
+1 I have the same issue
Any update?
I just went into the same issue.
It actually comes from ClockTime: ``` >>> from ttconv.time_code import ClockTime >>> from fractions import Fraction >>> f = Fraction(41039999,7500) >>> c = ClockTime.from_seconds(f) >>> c.get_milliseconds() 1000 ```
@palemieux Yes, that fixes the issue. Thanks!
Very surprising this issue hasn’t been addressed by AWS. What is the purpose of revisions if only the last one is usable?
The first option definitely makes sense. Option 2 would be nice too. Maybe some caching on computed style could help too, if applicable of course.