← Back to team overview

openshot.bugs team mailing list archive

[Bug 851644] Re: Reversing clip time offset isn't reversed

 

*** This bug is a duplicate of bug 667806 ***
    https://bugs.launchpad.net/bugs/667806

** This bug has been marked a duplicate of bug 667806
   Reversing a clip places the wrong part if it's trimmed

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

Title:
  Reversing clip time offset isn't reversed

Status in OpenShot Video Editor:
  New

Bug description:
  When going under clip properties > speed > direction and setting a clip (that has been cut from the original file) to play in reverse, the offset is taken from the end of the file.
  someone posted a hack to fix this, but I can't seem to get it to work on 1.3.1, the basic idea is this:

                                  tmp = clip_object.start_time = clip_object.max_length - clip_object.end_time
                                  clip_object.end_time = clip_object.max_length - tmp

  ...needs to happen in order to correct the time offset.  I may
  continue working on this, but it would be cool to see the bug taken
  care of in the official release, if you need a screencast of the bug
  to understand let me know.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/851644/+subscriptions


References