This commit is contained in:
Jakub Jezek 2021-12-20 16:04:49 +01:00
parent ab4bc22616
commit 5fed85f647
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -14,7 +14,7 @@ def frames_to_timecode(frames, framerate):
return otio.opentime.to_timecode(rt)
def frames_to_secons(frames, framerate):
def frames_to_seconds(frames, framerate):
rt = otio.opentime.from_frames(frames, framerate)
return otio.opentime.to_seconds(rt)