mafintosh / playback

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

add playback rate functionality - closes #104 #106

Closed phated closed 8 years ago

phated commented 8 years ago

This relies on #105 and will result in a cleaner diff once that is merged.

Added functionality and UI for adjusting the playback speed. I set the minimum speed at 0.5x because any lower and chrome seemed to mute the audio and I used 4x as the max speed because that is what VLC uses.

I used a speedometer icon because that is what iMovie uses for it's playback rate icon.

I also made the hidden/hover slider stuff generic/reusable.

Gif! playback-speed

mafintosh commented 8 years ago

I'm gonna try and cut a new release over the weekend with all these great fixes!

phated commented 8 years ago

@mafintosh awesome, thanks!