mafintosh / playback

Video player built using electron and node.js
https://mafintosh.github.io/playback/
MIT License
2.01k stars 236 forks source link

Show images when mousing over play progress bar #50

Open mbonaci opened 9 years ago

mbonaci commented 9 years ago

Same as YouTube does.
That's the last thing I'm missing in order to completely switch over :+1:

freeall commented 9 years ago

It's a good idea, but I think it's hard to implement. Do you know any video players that does this apart from web players where they control the content?

mbonaci commented 9 years ago

I'm aware of the fact that there was a discussion about this on VLC forum: https://forum.videolan.org/viewtopic.php?t=100408

EDITED (lame suggestion the first time): But this might be more helpful: https://github.com/vdemedes/node-video-thumb

Yeah, loads of similar stuff on GH.

mbonaci commented 9 years ago

But you'd probably like to use something with no native dependencies, right? I found videoconverter which is an emscripten conversion of ffmpeg. There's a demo that shows how to take screenshots of a video.

freeall commented 9 years ago

The problem is that we need to convert files on the fly.

There is an open issue for that, here https://github.com/mafintosh/playback/issues/15