VAM Seek - 2D Video Seek Marker
demo-trimmed.mp4
A lightweight 2D video seek grid library for video streaming sites.
Navigate videos visually with a thumbnail grid instead of a 1D seek bar. Client-side frame extraction with smooth marker animation.
🎯 Stop blind scrubbing. See every scene at once.
Why VAM Seek?
Traditional Seek Bar VAM Seek 1D timeline, trial-and-error 2D grid, instant visual navigation Server-generated thumbnails Client-side canvas extraction Heavy infrastructure Zero server load, ~15KB JS Complex integration One-line setup
Keywords: video player, video seek, thumbnail grid, video navigation, HTML5 video, JavaScript library, video streaming, media player, video controls, video thumbnails, seek bar alternative, video UX
Quick Start (For External Sites)
< script src =" https://cdn.jsdelivr.net/gh/unhaya/vam-seek/dist/vam-seek.js " > script > < script > VAMSeek . init ( { video : document . getElementById ( 'myVideo' ) , container : document . getElementById ( 'seekGrid' ) , columns : 5 , secondsPerCell : 15 } ) ; script >
... continue reading