Andrew, Andrea, If I understand correctly, it worked a little better before this patch so leaving it out. If anyone comes along who really needs the CMX3600 format to work in a specific case, they can supply further information to help.
Did update the manual from the information Andrea supplied concerning the "Export EDL..." capability. On Sat, Jul 10, 2021 at 8:16 AM Andrew Randrianasulu via Cin < [email protected]> wrote: > > > On Saturday, July 10, 2021, Andrew Randrianasulu <[email protected]> > wrote: > >> >> >> On Saturday, July 10, 2021, Andrea paz <[email protected]> >> 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? >> > > test patch (on top of those already merged) attached... > > > > > >> >> 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 } >> >> >> -- > Cin mailing list > [email protected] > https://lists.cinelerra-gg.org/mailman/listinfo/cin >
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

