AcademySoftwareFoundation / OpenTimelineIO

Open Source API and interchange format for editorial timeline information.
http://opentimeline.io
Apache License 2.0
1.47k stars 290 forks source link

FCP XML: Da Vinci resolve can't load files written by adapter #499

Open reinecke opened 5 years ago

reinecke commented 5 years ago

Before or after PR #494, FCP XML written by otio can have issues loading in Da Vinci Resolve.

To Reproduce:

  1. otioconvert -i tests/sample_data/premiere_example.xml -o ~/premiere_example.otio.xml
  2. Select File->Import Timeline->Import AAF, EDL, XML...
  3. select premiere_example.otio.xml

Loading the original premiere_example.xml works, the passthrough one does not.

reinecke commented 5 years ago

After #494, it seems simple EDLs are now working, but Resolve still crashes on the premiere example.

ssteinbach commented 5 years ago

@reinecke you can use the --begin and --end arguments to otioconvert to cut up the premiere example to pin down which clip is causing the crash

qiuboujun commented 4 years ago

I was able to reproduce this using clips with speed change.

jminor commented 1 year ago

Now that DaVinci Resolve 18.5 can read and write OTIO natively, is this issue still relevant?