Preview video frames on elements with ease
Go to file
2015-09-25 19:03:45 +03:30
index.js initial commit 2015-09-25 19:03:45 +03:30
README.md initial commit 2015-09-25 19:03:45 +03:30
snaphash.js initial commit 2015-09-25 19:03:45 +03:30
test.html initial commit 2015-09-25 19:03:45 +03:30
test.mp4 initial commit 2015-09-25 19:03:45 +03:30

Snaphash

Preview video times with ease

How it works?

<video id="myvideo" src="big-buck-bunny.mp4"></video>

<img data-snap="#myvideo@00:00:15" />
Snaphash('img');

That's all, a preview of video at 00:00:15 will be shown in the img element.

You can omit unnecessary zeros from time.

See a demo