On Saturday, July 10, 2021, Andrea paz <gamberucci.andrea@gmail.com> wrote:
Partial success!
I changed the frame rate of the project to 24 fps. I got the same
errors with all programs.
I manually edited the created EDL file by putting the path each time
the source (test2.mp4) appeared. See attached edl file. Now in
OpenShot it opens without problems!


cool, but strange (I replaced full path with just filename aerly because other test edls I saw were written this way..) 

may be we can add '* FROM FILE /full_path/name.ext line' too? 

from 

OpenTimelineIO/src/py-opentimelineio/opentimelineio/adapters/cmx_3600.py



# this should be a map of all known comments that we can read # 'FROM CLIP' or 'FROM FILE' is a required comment to link media # An exception is raised if both 'FROM CLIP' and 'FROM FILE' are fo
und # needs to be ordered so that FROM CLIP NAME gets matched before FROM CLIP
    comment_id_map = collections.OrderedDict([ ('FROM CLIP NAME', 'clip_name'), ('TO CLIP NAME', 'dest_clip_name'), ('FROM CLIP', 'media_reference'), ('FROM FILE', 'media_reference'), ('LOC', 'locators'), ('ASC_SOP', 'asc_sop'),
        ('ASC_SAT', 'asc_sat'), ('M2', 'motion_effect'),
        ('\\* FREEZE FRAME', 'freeze_frame'), ])
 
In Kdenlive there are the usual errors (maybe a little less? See
image); 


 it looks like kdenlive can't load its own adapter? may be OTIO/Kdenlive/python mismatch? 




in Olive still the same error.

not sure about this one.. 


P.S.:  thanks for your video tutirials, I was wondering what _secondary_ color correction term mean and you answered that }