← Back to team overview

openshot.bugs team mailing list archive

[Bug 1013035] Re: Fade glitches caused by "out" attribute being greater than clip length

 

And here is an MPEG video of the same image sequence for testing
first/last frame issues.  The video profile is widescreen PAL.

** Attachment added: "FirstLastFrameTest.mpeg"
   https://bugs.launchpad.net/openshot/+bug/1013035/+attachment/3192347/+files/FirstLastFrameTest.mpeg

-- 
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