flame: retime is float value

This commit is contained in:
Jakub Jezek 2022-05-12 15:24:38 +02:00
parent 3f917055c1
commit 71bd7eb337
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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