not sure if it will work like i hoped.. but can anyone test it? (with last commit reverted, so 'ExportEDL' option will be around in menu again) try with 24 / 25 fps session (PAL)
Tested it. 25 fps / PAL and created 3 separate files for Video 1 and the 2 Audio tracks. BUT I have no idea if it is correct because I do not know how to use another program to test it. Maybe Andrea will have some time later. I have attached the 3 files. Don't you also have to have the original input file? On Sat, May 29, 2021 at 4:43 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
not sure if it will work like i hoped..
but can anyone test it? (with last commit reverted, so 'ExportEDL' option will be around in menu again)
try with 24 / 25 fps session (PAL) -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
On Sunday, May 30, 2021, Phyllis Smith via Cin <[email protected]> wrote:
Tested it. 25 fps / PAL and created 3 separate files for Video 1 and the 2 Audio tracks. BUT I have no idea if it is correct because I do not know how to use another program to test it. Maybe Andrea will have some time later. I have attached the 3 files. Don't you also have to have the original input file?
yeah, i think so. also, i think i messed up filename vs filepath - we probably only need filename without full path... will look into how to split them. also i think those files must end with .edl, not .xml?
On Sat, May 29, 2021 at 4:43 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
not sure if it will work like i hoped..
but can anyone test it? (with last commit reverted, so 'ExportEDL' option will be around in menu again)
try with 24 / 25 fps session (PAL) -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
updated patch attached.. this one produces something more resembling those examples i saw online... On Sunday, May 30, 2021, Andrew Randrianasulu <[email protected]> wrote:
On Sunday, May 30, 2021, Phyllis Smith via Cin <[email protected]> wrote:
Tested it. 25 fps / PAL and created 3 separate files for Video 1 and the 2 Audio tracks. BUT I have no idea if it is correct because I do not know how to use another program to test it. Maybe Andrea will have some time later. I have attached the 3 files. Don't you also have to have the original input file?
yeah, i think so.
also, i think i messed up filename vs filepath - we probably only need filename without full path... will look into how to split them.
also i think those files must end with .edl, not .xml?
On Sat, May 29, 2021 at 4:43 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
not sure if it will work like i hoped..
but can anyone test it? (with last commit reverted, so 'ExportEDL' option will be around in menu again)
try with 24 / 25 fps session (PAL) -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Sorry, I don't understand how to do a git revert in order to do an export to EDL with my files. Phyllis xml files give me the usual error, but still the original sources are missing.
may be just literally git revert 'long_string_of_numbers_and_letters' where this long string just first say 15 symbols from corresponding commit as seen in 'git log'? or just manually uncomment this line... On Sunday, May 30, 2021, Andrea paz <[email protected]> wrote:
Sorry, I don't understand how to do a git revert in order to do an export to EDL with my files. Phyllis xml files give me the usual error, but still the original sources are missing.
Andrea, Instead of doing a "revert", after applying the latest export_edl.patch from Andrew, simply edit mainmenu.C in the cinelerra directory and change the line: // filemenu->add_item(new ExportEDLItem(mwindow)); to remove the // so it looks like the following: filemenu->add_item(new ExportEDLItem(mwindow)); then rebuild as usual. Thanks for your help ...Phyllis On Sun, May 30, 2021 at 5:27 AM Andrea paz via Cin < [email protected]> wrote:
Sorry, I don't understand how to do a git revert in order to do an export to EDL with my files. Phyllis xml files give me the usual error, but still the original sources are missing. -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Thank you for your patience in always showing me what to do. I have compiled, but "Export to EDL" keeps giving me the same errors. Maybe there needs to be a way to indicate the path to the original files used? The first lines of the EDL file I created are: TITLE: Cinproj FORMAT: CMX 3600 4-Ch FCM: NON DROP FRAME But the title I gave the project is not Cinproj and neither is the title of the mp4 file I used in the project.
On Sunday, May 30, 2021, Andrea paz via Cin <[email protected]> wrote:
Thank you for your patience in always showing me what to do. I have compiled, but "Export to EDL" keeps giving me the same errors.
Maybe there needs to be a way to indicate the path to the original files used? The first lines of the EDL file I created are:
yeah.... but i tried to mimc what openshot and blender do - they add comment (starting from *) where you list your source... https://www.openshot.org/static/files/user-guide/import_export.html see example here... may be put all source files in same folder as EDL and export from this?
TITLE: Cinproj FORMAT: CMX 3600 4-Ch FCM: NON DROP FRAME
But the title I gave the project is not Cinproj and neither is the title of the mp4 file I used in the project.
interesting question - should this title come from videotrack name or some other place? (user-editable may be?) right now this line is hardcoded... i saw * Format 1080 p 24fps (as comment, on new line) again at this page: https://xmil.biz/EDL-X/EDL-X.shtml you can find huge pdf file describing this cmx format at this site (half of file about diskette / floppy format those systems used!) may be those high-end editors just accept/create/interpret those comments equally? Try to edit your edl file until at least one other NLE accept it - then tell us about what was wrong with Cin's file?
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
oh, sorry there was crasher in my patch! if you paste silence and try to export edl it will crash.. new version doesn't do this On Sunday, May 30, 2021, Andrew Randrianasulu <[email protected]> wrote:
On Sunday, May 30, 2021, Andrea paz via Cin <[email protected]> wrote:
Thank you for your patience in always showing me what to do. I have compiled, but "Export to EDL" keeps giving me the same errors.
Maybe there needs to be a way to indicate the path to the original files used? The first lines of the EDL file I created are:
yeah.... but i tried to mimc what openshot and blender do - they add comment (starting from *) where you list your source...
https://www.openshot.org/static/files/user-guide/import_export.html
see example here...
may be put all source files in same folder as EDL and export from this?
TITLE: Cinproj FORMAT: CMX 3600 4-Ch FCM: NON DROP FRAME
But the title I gave the project is not Cinproj and neither is the title of the mp4 file I used in the project.
interesting question - should this title come from videotrack name or some other place? (user-editable may be?)
right now this line is hardcoded...
i saw * Format 1080 p 24fps (as comment, on new line) again at this page:
https://xmil.biz/EDL-X/EDL-X.shtml you can find huge pdf file describing this cmx format at this site (half of file about diskette / floppy format those systems used!)
may be those high-end editors just accept/create/interpret those comments equally?
Try to edit your edl file until at least one other NLE accept it - then tell us about what was wrong with Cin's file?
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
and another update: should put in edl same title as you can see in main cin. window plus do not make overly long ( > 999 events ) edl... On Sunday, May 30, 2021, Andrew Randrianasulu <[email protected]> wrote:
oh, sorry there was crasher in my patch!
if you paste silence and try to export edl it will crash..
new version doesn't do this
On Sunday, May 30, 2021, Andrew Randrianasulu <[email protected]> wrote:
On Sunday, May 30, 2021, Andrea paz via Cin <[email protected]> wrote:
Thank you for your patience in always showing me what to do. I have compiled, but "Export to EDL" keeps giving me the same errors.
Maybe there needs to be a way to indicate the path to the original files used? The first lines of the EDL file I created are:
yeah.... but i tried to mimc what openshot and blender do - they add comment (starting from *) where you list your source...
https://www.openshot.org/static/files/user-guide/import_export.html
see example here...
may be put all source files in same folder as EDL and export from this?
TITLE: Cinproj FORMAT: CMX 3600 4-Ch FCM: NON DROP FRAME
But the title I gave the project is not Cinproj and neither is the title of the mp4 file I used in the project.
interesting question - should this title come from videotrack name or some other place? (user-editable may be?)
right now this line is hardcoded...
i saw * Format 1080 p 24fps (as comment, on new line) again at this page:
https://xmil.biz/EDL-X/EDL-X.shtml you can find huge pdf file describing this cmx format at this site (half of file about diskette / floppy format those systems used!)
may be those high-end editors just accept/create/interpret those comments equally?
Try to edit your edl file until at least one other NLE accept it - then tell us about what was wrong with Cin's file?
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I tried several variations without success. With the latest patch the xml project title is reported correctly, while before it always gave "cinproj". But I still can't import the edl in Kdenlive; Olive; DaVinci Resolve and in CinGG itself.
hm.. can you try Openshot (2.5.x)? and while you at it generate simple working edl for us to study? i think _importing_ edl of this specific variety was not implemented in Cinelerra.. On Monday, May 31, 2021, Andrea paz <[email protected]> wrote:
I tried several variations without success. With the latest patch the xml project title is reported correctly, while before it always gave "cinproj". But I still can't import the edl in Kdenlive; Olive; DaVinci Resolve and in CinGG itself.
A simple test; onlu cuts and one track. https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
this is working edl? if yes - can you make diff with non-working version? On Monday, May 31, 2021, Andrea paz <[email protected]> wrote:
A simple test; onlu cuts and one track. https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
i mean can *any* NLE on your machine (including Resolve) produce usable cmx3600 edl? i compiled git opentimelineio with minor hack $ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b7d084..a71fc30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ set(OTIO_VERSION ${OTIO_VERSION_MAJOR}.${OTIO_VERSION_MINOR}.${OTIO_VERSION_PATC set(OTIO_AUTHOR "Contributors to the OpenTimelineIO project") set(OTIO_AUTHOR_EMAIL "[email protected]") set(OTIO_LICENSE "Modified Apache 2.0 License") +set(CMAKE_EXEC_LINKER_FLAGS "-lpython3.9") project(OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX) diff --git a/src/deps/rapidjson b/src/deps/rapidjson --- a/src/deps/rapidjson +++ b/src/deps/rapidjson @@ -1 +1 @@ -Subproject commit 17aa824c928ea111e9b12a61e06d98335ce98f15 +Subproject commit 17aa824c928ea111e9b12a61e06d98335ce98f15-dirty diff --git a/src/opentime/CMakeLists.txt b/src/opentime/CMakeLists.txt index 9a7ce49..33b8e73 100644 --- a/src/opentime/CMakeLists.txt +++ b/src/opentime/CMakeLists.txt @@ -9,6 +9,8 @@ set(OPENTIME_HEADER_FILES timeTransform.h version.h) +set(CMAKE_SHARED_LINKER_FLAGS "-lpython3.9") + add_library(opentime ${OTIO_SHARED_OR_STATIC_LIB} errorStatus.cpp rationalTime.cpp $ so it links with current python3.9 on my tablet/termux $ ./setup.py install --prefix ~/.local and something shows up.. $ ~/.local/bin/otiocat ~/my.edl { "OTIO_SCHEMA": "Timeline.1", "metadata": {}, "name": "matrix_noAudio.xml fps: 25", "global_start_time": null, "tracks": { "OTIO_SCHEMA": "Stack.1", "metadata": {}, "name": "tracks", "source_range": null, "effects": [], "markers": [], "children": [ { "OTIO_SCHEMA": "Track.1", "metadata": {}, "name": "V", "source_range": null, "effects": [], "markers": [], "children": [ { "OTIO_SCHEMA": "Clip.1", "metadata": {}, "name": "matrixNoAudio.mov", "source_range": { "OTIO_SCHEMA": "TimeRange.1", "duration": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 590.0 }, "start_time": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 0.0 } }, "effects": [], "markers": [], "media_reference": { "OTIO_SCHEMA": "MissingReference.1", "metadata": {}, "name": "", "available_range": null } }, { "OTIO_SCHEMA": "Clip.1", "metadata": { "cmx_3600": { "reel": "BL" } }, "name": "002", "source_range": { "OTIO_SCHEMA": "TimeRange.1", "duration": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 169.0 }, "start_time": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 0.0 } }, "effects": [], "markers": [], "media_reference": { "OTIO_SCHEMA": "GeneratorReference.1", "metadata": {}, "name": "", "available_range": null, "generator_kind": "black", "parameters": {} } }, { "OTIO_SCHEMA": "Clip.1", "metadata": {}, "name": "matrixNoAudio.mov", "source_range": { "OTIO_SCHEMA": "TimeRange.1", "duration": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 723.0 }, "start_time": { "OTIO_SCHEMA": "RationalTime.1", "rate": 24.0, "value": 0.0 } }, "effects": [], "markers": [], "media_reference": { "OTIO_SCHEMA": "MissingReference.1", "metadata": {}, "name": "", "available_range": null } } ], "kind": "Video" } ] } } ==== i found some forum posts on kdenlive's support of opentimelineio (and thus cmx3600) but in mid-2020 it was not really working flawless/out of the box. now we have opentimelineio-0.13 (and i compiled 0.14-dev) so it may work better? can you double-check your kdenlive/otio install? https://forum.kde.org/viewtopic.php?f=265&t=165060 make sure you configure Resolve as suggested in https://forum.shotcut.org/t/lost-timecode-xavcs/3392/15 'extract reel names from edl comments' especially? i think i can put them (reel names) from Cin side, but need some better understanding how to convert filenames into simple, unique 8 char long strings.... (sometimes 16 or 32 long reel names accepted) On Monday, May 31, 2021, Andrea paz <[email protected]> wrote:
No, none of my tests produced working edls.
Preface: I do not use and do not know how to use other NLEs than CinGG. I installed them just to see their functionality and updates. Kdenlive creates an edl (even though it calls it .xml) via OpenTimeline. This doesn't work for me on either Kdenlive itself or Olive (which uses OpenTimeline). The error is that the format is not recognized. DaVinci Resolve creates an edl file that is not recognized in Kdenlive and Olive. Even inside DVR itself it is opened but it doesn't work. Anyway I don't know how to use DVR so it's sure that I'm wrong in something. The DVR edl is recognized in Openshot, but it doesn't open it because it can't find the original source. Again, I don't know how to do this. See the files at: https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
On Wednesday, June 2, 2021, Andrea paz <[email protected]> wrote:
Preface: I do not use and do not know how to use other NLEs than CinGG. I installed them just to see their functionality and updates.
Kdenlive creates an edl (even though it calls it .xml) via OpenTimeline. This doesn't work for me on either Kdenlive itself or Olive (which uses OpenTimeline). The error is that the format is not recognized.
is there vertical column 1-17 like i see in dropbox preview? oh, it copied w/o this column.. TITLE: Kdenlive imported timeline 001 aaaamp4 A C 00:00:00:00 00:00:01:06 00:00:00:00 00:00:01:06 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 002 aaaamp4 A C 00:00:01:07 00:00:03:15 00:00:01:06 00:00:03:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 003 aaaamp4 A C 00:00:03:16 00:00:06:06 00:00:03:14 00:00:06:04 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 004 aaaamp4 A C 00:00:06:07 00:00:07:21 00:00:06:04 00:00:07:18 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 005 aaaamp4 A C 00:00:07:22 00:00:09:18 00:00:07:18 00:00:09:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 anyway, from big A before C i can guess it tries to export audio only? try to change this to V or A/V?
DaVinci Resolve creates an edl file that is not recognized in Kdenlive and Olive. Even inside DVR itself it is opened but it doesn't work. Anyway I don't know how to use DVR so it's sure that I'm wrong in something.
TITLE: Timeline 1 FCM: NON-DROP FRAME 001 edl V C 00:00:00:00 00:00:08:07 01:00:00:00 01:00:08:07 * FROM CLIP NAME: bbb.mov 002 edl V C 00:00:08:07 00:00:14:03 01:00:08:07 01:00:14:03 * FROM CLIP NAME: bbb.mov 003 edl V C 00:00:14:03 00:00:16:09 01:00:14:03 01:00:16:09 * FROM CLIP NAME: bbb.mov 004 edl V C 00:00:16:09 00:00:20:09 01:00:16:09 01:00:20:09 * FROM CLIP NAME: bbb.mov ==== this one looks correct, may be it need 'relinking' for finding source files? The DVR edl is recognized in Openshot, but it doesn't open it because
it can't find the original source. Again, I don't know how to do this.
See the files at: https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
thanks a lot for doing those tests!
oh, source_start was always 0, no wonder it was not working! try new patch? On Wednesday, June 2, 2021, Andrew Randrianasulu <[email protected]> wrote:
On Wednesday, June 2, 2021, Andrea paz <[email protected]> wrote:
Preface: I do not use and do not know how to use other NLEs than CinGG. I installed them just to see their functionality and updates.
Kdenlive creates an edl (even though it calls it .xml) via OpenTimeline. This doesn't work for me on either Kdenlive itself or Olive (which uses OpenTimeline). The error is that the format is not recognized.
is there vertical column 1-17 like i see in dropbox preview?
oh, it copied w/o this column..
TITLE: Kdenlive imported timeline
001 aaaamp4 A C 00:00:00:00 00:00:01:06 00:00:00:00 00:00:01:06 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 002 aaaamp4 A C 00:00:01:07 00:00:03:15 00:00:01:06 00:00:03:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 003 aaaamp4 A C 00:00:03:16 00:00:06:06 00:00:03:14 00:00:06:04 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 004 aaaamp4 A C 00:00:06:07 00:00:07:21 00:00:06:04 00:00:07:18 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 005 aaaamp4 A C 00:00:07:22 00:00:09:18 00:00:07:18 00:00:09:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4
anyway, from big A before C i can guess it tries to export audio only?
try to change this to V or A/V?
DaVinci Resolve creates an edl file that is not recognized in Kdenlive and Olive. Even inside DVR itself it is opened but it doesn't work. Anyway I don't know how to use DVR so it's sure that I'm wrong in something.
TITLE: Timeline 1 FCM: NON-DROP FRAME
001 edl V C 00:00:00:00 00:00:08:07 01:00:00:00 01:00:08:07 * FROM CLIP NAME: bbb.mov
002 edl V C 00:00:08:07 00:00:14:03 01:00:08:07 01:00:14:03 * FROM CLIP NAME: bbb.mov
003 edl V C 00:00:14:03 00:00:16:09 01:00:14:03 01:00:16:09 * FROM CLIP NAME: bbb.mov
004 edl V C 00:00:16:09 00:00:20:09 01:00:16:09 01:00:20:09 * FROM CLIP NAME: bbb.mov
====
this one looks correct, may be it need 'relinking' for finding source files?
The DVR edl is recognized in Openshot, but it doesn't open it because
it can't find the original source. Again, I don't know how to do this.
See the files at: https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
thanks a lot for doing those tests!
Andrew, I have no way to check, but the patch went in just fine and here is what it generated using matrixNoAudio.mov: TITLE: fps: 25 FCM: NON-DROP FRAME 001 AX V C 00:00:00:00 00:01:12:05 00:00:00:00 00:01:12:05 * FROM CLIP NAME: matrixNoAudio.mov I was hoping pycmx would be helpful (The *pycmx* package provides a basic interface for parsing a CMX3600 EDL.) but I have not figured out how to use it yet (still trying to get patch2 of ffmpeg-4.4 working). ...Phyllis On Thu, Jun 3, 2021 at 11:55 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
oh, source_start was always 0, no wonder it was not working!
try new patch?
On Wednesday, June 2, 2021, Andrew Randrianasulu <[email protected]> wrote:
On Wednesday, June 2, 2021, Andrea paz <[email protected]> wrote:
Preface: I do not use and do not know how to use other NLEs than CinGG. I installed them just to see their functionality and updates.
Kdenlive creates an edl (even though it calls it .xml) via OpenTimeline. This doesn't work for me on either Kdenlive itself or Olive (which uses OpenTimeline). The error is that the format is not recognized.
is there vertical column 1-17 like i see in dropbox preview?
oh, it copied w/o this column..
TITLE: Kdenlive imported timeline
001 aaaamp4 A C 00:00:00:00 00:00:01:06 00:00:00:00 00:00:01:06 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 002 aaaamp4 A C 00:00:01:07 00:00:03:15 00:00:01:06 00:00:03:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 003 aaaamp4 A C 00:00:03:16 00:00:06:06 00:00:03:14 00:00:06:04 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 004 aaaamp4 A C 00:00:06:07 00:00:07:21 00:00:06:04 00:00:07:18 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4 005 aaaamp4 A C 00:00:07:22 00:00:09:18 00:00:07:18 00:00:09:14 * FROM CLIP: aaaa.mp4 * OTIO TRUNCATED REEL NAME FROM: aaaa.mp4
anyway, from big A before C i can guess it tries to export audio only?
try to change this to V or A/V?
DaVinci Resolve creates an edl file that is not recognized in Kdenlive and Olive. Even inside DVR itself it is opened but it doesn't work. Anyway I don't know how to use DVR so it's sure that I'm wrong in something.
TITLE: Timeline 1 FCM: NON-DROP FRAME
001 edl V C 00:00:00:00 00:00:08:07 01:00:00:00 01:00:08:07 * FROM CLIP NAME: bbb.mov
002 edl V C 00:00:08:07 00:00:14:03 01:00:08:07 01:00:14:03 * FROM CLIP NAME: bbb.mov
003 edl V C 00:00:14:03 00:00:16:09 01:00:14:03 01:00:16:09 * FROM CLIP NAME: bbb.mov
004 edl V C 00:00:16:09 00:00:20:09 01:00:16:09 01:00:20:09 * FROM CLIP NAME: bbb.mov
====
this one looks correct, may be it need 'relinking' for finding source files?
The DVR edl is recognized in Openshot, but it doesn't open it because
it can't find the original source. Again, I don't know how to do this.
See the files at: https://www.dropbox.com/s/8nau5lvn7ymrgqr/edl.tar.gz?dl=0
thanks a lot for doing those tests!
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrew, P.S. I loaded the OpenShot AppImage, but could not figure out how to run it. Will try again tomorrow. On Mon, May 31, 2021 at 11:00 AM Andrew Randrianasulu via Cin < [email protected]> wrote:
hm.. can you try Openshot (2.5.x)?
and while you at it generate simple working edl for us to study?
i think _importing_ edl of this specific variety was not implemented in Cinelerra..
On Monday, May 31, 2021, Andrea paz <[email protected]> wrote:
I tried several variations without success. With the latest patch the xml project title is reported correctly, while before it always gave "cinproj". But I still can't import the edl in Kdenlive; Olive; DaVinci Resolve and in CinGG itself.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
@Andrew Randrianasulu Same errors with the new patch. Could it be that libraries or programs for cmx3600 are missing in my system (arch linux)? I haven't found any news about it. In CinGG is reported correctly V or A, but the error remains. In the edl made with the other NLE, even changing the incorrect A with V or A/V the errors remain.
try some other menu, like 'importing edl'? most likely autodetection was tuned for each NLE's native edl format (as far as i can guess) Ask on support forums if any possible imaginable way of importing this poor file failed... i do not think you need anything special, i installed opentimeline via 'pip' (python's own package manager), but you probably have proper package with dependencies on Arch? https://archlinux.org/packages/community/x86_64/opentimelineio/ Openshot/shotcut probably having their own code, and so is DaVinchi Resolve... On Friday, June 4, 2021, Andrea paz via Cin <[email protected]> wrote:
@Andrew Randrianasulu Same errors with the new patch. Could it be that libraries or programs for cmx3600 are missing in my system (arch linux)? I haven't found any news about it. In CinGG is reported correctly V or A, but the error remains. In the edl made with the other NLE, even changing the incorrect A with V or A/V the errors remain.
participants (3)
-
Andrea paz -
Andrew Randrianasulu -
Phyllis Smith