Twenkid / OpenShot

Features Requests, Issues, Bug Reports etc.
0 stars 0 forks source link

Transition Model which Attaches the Transition Object to the clips so that the Transition is not broken on following edits #3082 #10

Open Twenkid opened 3 years ago

Twenkid commented 3 years ago

Transition Model which Attaches the Transition Object to the clips so that the Transition is not broken on following edits

Twenkid opened this issue on 19 Nov 2019 · 4 comments https://github.com/OpenShot/openshot-qt/issues/3082

Describe the new feature: Modified way of working with Transitions, e.g. one which attaches the Transition Object to one of the clips, so the transition is not broken on each new edit and when the clip is extended or shortened, the transition adapts accordingly. That would also save the manual re-creation of transitions following the current one by dragging.

When moving clips around, sometimes it's possible to miss to select a transition, to move it slightly more or less and sometimes that is noticed only after rendering as wrong frames (the proposed features of condensing etc. by a command may help to reduce the latter cases).

Describe the solution you'd like: The Transition objects to be attached to one (or both) of the clips, so when moving or editing the clips, the transition is moved and rendered accordingly and is not broken (representing not the right end/beginning of the adjacent clips).

Describe alternatives you have considered: Currently when some of the clips with transitions is edited and some segment has to be moved around, that may involve regenerating all of the following transitions by manually dragging partial coverage etc. - laborious and not precise.