mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
Work on rewrting the parser
And a unit test
This commit is contained in:
@@ -4,7 +4,7 @@ import math
|
||||
|
||||
|
||||
def smpte_to_frame_count(smpte_rep_string: str, frames_per_logical_second: int, drop_frame_hint=False,
|
||||
include_fractional=False):
|
||||
include_fractional=False) -> object:
|
||||
"""
|
||||
Convert a string with a SMPTE timecode representation into a frame count.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user