mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
flame: retime is float value
This commit is contained in:
parent
3f917055c1
commit
71bd7eb337
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ def create_otio_clip(clip_data):
|
|||
|
||||
# secondly check if any change of speed
|
||||
if source_duration != _clip_record_duration:
|
||||
retime_speed = source_duration / _clip_record_duration
|
||||
retime_speed = float(source_duration / _clip_record_duration)
|
||||
log.debug("_ retime_speed: {}".format(retime_speed))
|
||||
speed *= retime_speed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue