Rafostar / clapper

Level up your video experience with a modern and user-friendly media player.
https://rafostar.github.io/clapper/
GNU General Public License v3.0
713 stars 34 forks source link

Fast scrubbing (seeking) by dragging the time slider widget, with auto-pausing and auto-resuming #399

Open nekohayo opened 4 months ago

nekohayo commented 4 months ago

Most of the time, when I want to use a video player, I need to "scrub" through the video's visual frames to either find some particular scene, or to review a particular frame.

Currently (as of version 0.5.2), both in paused and playback mode, seeking only happens when you release the mouse button from a drag (or click) on the time slider.

Like other video players, it should


Bonus points if you can consistently show a popover with the playhead's timecode (and chapter name, if available) directly above the mouse cursor while hovering (and dragging) the time slider, like what Celluloid does. See issue #398.