Date
1 - 3 of 3
negative TC in time
Hello everyone. I'm doing some small steps exploring OTIO as my time
allows.
Why is the timeline timecode in point represented as a negative integer? For example, I have a single event EDL called "short.edl": TITLE: short And this script: import opentimelineio as otioThe 02:00:00:00 timecode in the record column is represented as -172800 in the converted.otio JSON file: "start_time": { |
|
Joshua Minor
EDLs often start at some time other than 00:00:00:00, like one hour. In your example, that looks like 2 hours. I believe that the EDL adapter has not yet been updated to use the global_start_time attribute on Timeline and instead uses this negative offset to preserve this offset in the record time of the track. --- Joshua Minor (he-him) Pixar Studio Tools Story/Editorial/VR Previs Tech Lead joshm@...
|
|
Thanks. It seems that the "-" sign is superfluous. If I remove it in
the *.otio file and generate an EDL the event record in time is
still 02:00:00:00.
toggle quoted message
Show quoted text
On 9/4/19 3:42 PM, Joshua Minor wrote:
|
|