yuka-friends / Windrecorder

Windrecorder is a memory search app by records everything on your screen in small size, to let you rewind what you have seen, query through OCR text or image description, and get activity statistics.
GNU General Public License v2.0
2.91k stars 126 forks source link

feat: timeline inspiration #189

Open Antonoko opened 3 months ago

Antonoko commented 3 months ago

I love the Youtube timeline scrubbing when watching a video. Has a filmstrip feel to it, where I can scrub or just seek any moment within that video. Any see each frame also frame by frame in that video.

Think this would be another cool feature to look into, of course when permitting.

Take care guys.

https://tomashubelbauer.github.io/html-video-scrubber/

image image

I think this is a better chronological sequence example, of me watching a youtube tutorial. image

It works in the way that allows you to push up on the scrollbar when you click on it - for Youtube that is.

https://clipchamp.com/en/blog/video-scrubbing/ https://github.com/IsabelleBaker/FrameGrabber https://github.com/abhishekcghosh/experiment-video-scrub https://github.com/tlecoz/Mp4Maker https://github.com/cawa-93/youtube-forward-timeline https://github.com/Sriver27/YouTube-Timeline-Bookmarker

This is great too, compliments lightbox feature. https://video-scrub.playground.ghosh.dev/frame-extract-tool/

morningstar2213 commented 3 months ago

Also just realized the timeline feature is already present at the main winrecorder center

image

Just needs to be implemented when seeking/scrubbing through video selected.

image

morningstar2213 commented 3 months ago

Just another note.

A shortcut key for the bookmarking/timestamp would be another cherry on top.

Thank you so much guys.