[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426942

--- Comment #11 from [email protected] ---
Got it.

On Sat, 3 Sept 2022 at 16:10, Julius Künzel 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=426942
>
> Julius Künzel  changed:
>
>What|Removed |Added
>
> 
>  Status|NEEDSINFO   |RESOLVED
>  CC|
> |[email protected]
>||ce
>  Resolution|WAITINGFORINFO  |UPSTREAM
>
> --- Comment #10 from Julius Künzel  ---
> 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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-09-03 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=426942

Julius Künzel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||[email protected]
   ||ce
 Resolution|WAITINGFORINFO  |UPSTREAM

--- Comment #10 from Julius Künzel  ---
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 are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-08-26 Thread farid
https://bugs.kde.org/show_bug.cgi?id=426942

--- Comment #9 from farid  ---
(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  wrote:
> 
> > https://bugs.kde.org/show_bug.cgi?id=426942
> >
> > farid  changed:
> >
> >What|Removed |Added
> >
> > 
> >  Status|CONFIRMED   |NEEDSINFO
> >  Resolution|--- |WAITINGFORINFO
> >
> > --- Comment #7 from farid  ---
> > 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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-08-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426942

--- Comment #8 from [email protected] ---
will check give me a day or two pls


On Fri, 26 Aug 2022 at 17:02, farid  wrote:

> https://bugs.kde.org/show_bug.cgi?id=426942
>
> farid  changed:
>
>What|Removed |Added
>
> 
>  Status|CONFIRMED   |NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #7 from farid  ---
> What is the status of this?
>
> --
> You are receiving this mail because:
> You voted for the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-08-26 Thread farid
https://bugs.kde.org/show_bug.cgi?id=426942

farid  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #7 from farid  ---
What is the status of this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-01-16 Thread Jacob Kauffmann
https://bugs.kde.org/show_bug.cgi?id=426942

Jacob Kauffmann  changed:

   What|Removed |Added

 CC||[email protected]

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2022-01-16 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=426942

Julius Künzel  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from Julius Künzel  ---
*** Bug 445214 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2021-11-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426942

[email protected] changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #5 from [email protected] ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2021-03-03 Thread farid
https://bugs.kde.org/show_bug.cgi?id=426942

farid  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from farid  ---
Still happening in latest master.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2020-11-01 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=426942

Henrique Sant'Anna  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #3 from Henrique Sant'Anna  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2020-10-21 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=426942

Vincent PINON  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #2 from Vincent PINON  ---
https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/798

I need to work on tests (or conversions) to make the PR progress

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2020-09-27 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=426942

emohr  changed:

   What|Removed |Added

 CC||[email protected]
 Status|REPORTED|CONFIRMED
  Flags||Brainstorm+
 Ever confirmed|0   |1

--- Comment #1 from emohr  ---
Yes, OpenTimelineIO is not working at the moment.
https://invent.kde.org/multimedia/kdenlive/-/issues/751

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 426942] 20.08.1: OpenTimelineIO - Project Conversion Failed

2020-09-24 Thread okhostok
https://bugs.kde.org/show_bug.cgi?id=426942

okhostok  changed:

   What|Removed |Added

Summary|OpenTimelineIO - Project|20.08.1: OpenTimelineIO -
   |Conversion Failed   |Project Conversion Failed

-- 
You are receiving this mail because:
You are watching all bug changes.