mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
global: otio duration is one frame longer
This commit is contained in:
parent
f35079aaed
commit
87182f5a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class ExtractOTIOTrimmingVideo(openpype.api.Extractor):
|
|||
video_path = input_file_path
|
||||
frame_start = otio_range.start_time.value
|
||||
input_fps = otio_range.start_time.rate
|
||||
frame_duration = (otio_range.duration.value + 1)
|
||||
frame_duration = otio_range.duration.value - 1
|
||||
sec_start = openpype.lib.frames_to_secons(frame_start, input_fps)
|
||||
sec_duration = openpype.lib.frames_to_secons(frame_duration, input_fps)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue