https://github.com/sandflow/ttconv/blob/a426e4e0faef61b07820e4c4098c2129c203491f/src/main/python/ttconv/time_code.py#L214 should be: `new_time_code = SmpteTimeCode.from_frames(frames, self._frame_rate, self._is_drop_frame)` See also https://github.com/sandflow/ttconv/pull/506
ttconv/src/main/python/ttconv/time_code.py
Line 214 in a426e4e
should be:
new_time_code = SmpteTimeCode.from_frames(frames, self._frame_rate, self._is_drop_frame)See also #506