SUMMARY I wanted to try exporting the timeline into XML format. So I did File->OpenTimelineIO Export. At first it showed that I need to do `pip3 install opentimelineio`. After installing the required package and when I try OpenTimelineIO Export it shows an error: Project conversion failed, %1(I18N_ARGUMENT_MISSING). STEPS TO REPRODUCE 1. Create or open a project. 2. Select File->OpenTimelineIO Export. 3. Select destination. OBSERVED RESULT Shows an error: Project conversion failed, %1(I18N_ARGUMENT_MISSING). EXPECTED RESULT Export to XML format. SOFTWARE/OS VERSIONS OS: Ubuntu 20.04.1 Qt: 5.12.8 KDE Frameworks: 5.68.0 kf5-config: 1.0 Kdenlive: 20.08.1 (however it shows 20.08.0 in about section, but apt shows 20.08.1) ADDITIONAL INFORMATION On terminal: OTIO adapters: "*.xml *.otio *.edl *.fcpxml *.m3u8 *.ma *.mb *.ale *.aaf *.xges *.kdenlive " LC_NUMERIC reset to C kf5.ki18n: "0 instead of 1 arguments to message {Project conversion f...} supplied before conversion."
Yes, OpenTimelineIO is not working at the moment. https://invent.kde.org/multimedia/kdenlive/-/issues/751
https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/798 I need to work on tests (or conversions) to make the PR progress
I can export, but I can't import. To test the exporting I did: STEPS TO REPRODUCE 1. Create empty project 2. Add a clip to the bin 3. Add the clip to timeline 4. Menu File > OpenTimelineIO Export But if I try to import the exported file, I get the error alert: "Project conversion failed: %1(I18N_ARGUMENT_MISSING)" So I tried to import the exported file directly to a OpenTimelineIO python script: ######### import opentimelineio as otio timeline = otio.adapters.read_from_file("kdenlive_exported.xml", "fcp_xml") # I'm not sure if fcp_xml is the correct adapter ######### But the python script import will get this error: -------- Exception has occurred: AttributeError 'NoneType' object has no attribute 'text' File "/home/henrique/.local/lib/python3.8/site-packages/opentimelineio/adapters/fcp_xml.py", line 943, in item_and_timing_for_element start_value = int(item_element.find("./start").text) -------- So I debugged opentimelineio/adapters/fcp_xml.py and it seems that kdenlive_exported.xml is not valid, at least for fcp_xml adapter.
Still happening in latest master.
FYI: I have found a workaround and also submitted a patch to the opentimelineio project. I've detailed both of it here: https://bugs.kde.org/show_bug.cgi?id=445214#c1
*** Bug 445214 has been marked as a duplicate of this bug. ***
What is the status of this?
Created attachment 151622 [details] attachment-16480-0.html will check give me a day or two pls On Fri, 26 Aug 2022 at 17:02, farid <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=426942 > > farid <snd.noise@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|CONFIRMED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #7 from farid <snd.noise@gmail.com> --- > What is the status of this? > > -- > You are receiving this mail because: > You voted for the bug.
(In reply to chrisbatherton from comment #8) > Created attachment 151622 [details] > attachment-16480-0.html > > will check give me a day or two pls > > > On Fri, 26 Aug 2022 at 17:02, farid <bugzilla_noreply@kde.org> wrote: > > > https://bugs.kde.org/show_bug.cgi?id=426942 > > > > farid <snd.noise@gmail.com> changed: > > > > What |Removed |Added > > > > ---------------------------------------------------------------------------- > > Status|CONFIRMED |NEEDSINFO > > Resolution|--- |WAITINGFORINFO > > > > --- Comment #7 from farid <snd.noise@gmail.com> --- > > What is the status of this? > > > > -- > > You are receiving this mail because: > > You voted for the bug. No rush, thanks. Do test the AppImage or Flatpak please.
This is fixed upstream, but not delivered to users yet, since there has not been a OpenTimelineIO release since the fix.
Created attachment 151825 [details] attachment-2071-0.html Got it. On Sat, 3 Sept 2022 at 16:10, Julius Künzel <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=426942 > > Julius Künzel <jk.kdedev@smartlab.uber.space> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|NEEDSINFO |RESOLVED > CC| > |jk.kdedev@smartlab.uber.spa > | |ce > Resolution|WAITINGFORINFO |UPSTREAM > > --- Comment #10 from Julius Künzel <jk.kdedev@smartlab.uber.space> --- > This is fixed upstream, but not delivered to users yet, since there has not > been a OpenTimelineIO release since the fix. > > -- > You are receiving this mail because: > You voted for the bug.