render all fragments

This commit is contained in:
j 2023-10-10 16:16:59 +01:00
commit d113c5d79e
4 changed files with 99 additions and 36 deletions

View file

@ -449,7 +449,7 @@ class KDEnliveProject:
filters = clip.get("filter", {})
frames = int(self._fps * clip['duration'])
self._duration[track_id] += frames
print(path, filters)
#print(path, filters)
chain = self.get_chain(path)
id = get_propery(chain, "kdenlive:id")
if track_id == "V1":
@ -513,3 +513,5 @@ class KDEnliveProject:
"out": chain.attrib["out"],
}),
)