openshot.bugs team mailing list archive
-
openshot.bugs team
-
Mailing list archive
-
Message #02580
[Bug 1013035] Re: Fade glitches caused by "out" attribute being greater than clip length
Although my first patch fixes the stated issue, it causes problems for
other scenarios. So leave this patch for now and I'll keep looking...
--
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1013035
Title:
Fade glitches caused by "out" attribute being greater than clip length
Status in OpenShot Video Editor:
New
Bug description:
Continuing from bug #520941. I have found another scenario which can
cause glitches with fade when using an imported PNG sequence. The
generated XML includes and out attribute which is longer than the
clip, which causes problems for the rest of the timeline.
The issue affects 1.4.2 and trunk.
Attached is a simple patch (agains trunk) which solves the issue.
The code previously had three branches, but note that the first two
branches where the same, so I have changed this to a simple if/else
with just the two relavent branches, as well as fixing the out number
which was off by 1.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1013035/+subscriptions
References