render all fragments
This commit is contained in:
parent
a5957fc3b2
commit
d113c5d79e
4 changed files with 99 additions and 36 deletions
|
|
@ -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"],
|
||||
}),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue