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