← Back to team overview

linux-traipu team mailing list archive

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

 

Public bug reported:

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.

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, 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


Follow ups

References