https://bugs.kde.org/show_bug.cgi?id=445214

la...@codingcatgirl.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |la...@codingcatgirl.de

--- Comment #1 from la...@codingcatgirl.de ---
I found the issue. The global_feed=1 tractor still exists, it just doesn't have
that attribute any more. 

I have submitted a patch to the opentimelineio project, which can be found
here: https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1160

The problem can also be worked around by opening the kdenlive project file in
an editor and adding a `global_feed="1"` to the last `<tractor>` tag (which
should be the one that includes all the other tractors). It should look like
this:

<tractor title="your project name " id="tractorSOMENUMBER" global_feed="1"
in="00:00:00.000" out="00:20:34.480">
  <track producer="black_track"/>
  <track producer="tractor0"/>
  ...
</tractor>

If the kdenlive team just added that attribute back in, that would also fix the
issue of course :)

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

Reply via email to