Playhead movement is choppy
Bug #703442 reported by
Jonathan Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
High
|
Unassigned |
Bug Description
The playhead (i.e. the red line) is only updated a few times a second, which creates a choppy motion. Also, seeking to a new position on the timeline just jumps the playhead, instead of animating to it's new location.
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Animated the play-head and play-head line to the cursor position when the
ruler is clicked. When the ruler is dragged (i.e. scrubbed) it does not animate.
Also, when the video is playing, it does not animate. This is to prevent uneven
and stuttering play-head movement. But in general, whenever
a drag operation on the ruler is started (or a click) the play-head smoothly animates
the position of the cursor. I really like the way it feels.
Also, sped up the delay in the video thread. This results in higher CPU, but
smoother play-head movement as it moves across the timeline.