#3573 closed enhancement (invalid)
Add Speed Setting
Reported by: | Travel_girl | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | |
Cc: |
Description
It would be great, if we could add a setting for the speed control of the video, so the users can decide how fast or slow their want to watch a video.
For example if a Speakers speaks really fast, it can make it easier for users to understand the talk, if their could see it in a slower way.
Also, if a user is used to listen to Videos/Podcast/... in a faster speed, it would be help to speed up the videos on wordPress.tv as well, so it could be possible to watch more videos in a shorter time. It also could help for some users to stay focus on the talk, if it is a bit faster. Different Users has different needs :-)
A good example for this function is youtube, where you have multiple options on the speed, to set it slower or faster.
Attachments (1)
Change History (5)
#1
@
7 years ago
I'd love to see this implemented as well. I'm used to watching videos at 1.5x speed, which is possible for talks uploaded to YouTube, but not for any other talks on WordPress.tv. Sometimes I download the file to play it locally with the speed I want, but that's not really a convenient way :)
I thought the goal was to have all talks on YouTube eventually, though I'm not sure what's the progress on that.
That said, I wonder if Meta Trac is the right venue for suggesting enhancements to VideoPress player. Previously, I was told to use WordPress.com support forums for that. I reported an issue with subtitles hidden behind control bar there.
#2
@
7 years ago
I've checked the possibilities and it would be really easy using this JavaScript snippet on some custom controls:
document.querySelector('video').playbackRate = 1.25
Although it really has to be implemented in the VideoPress player, as @SergeyBiryukov mentioned earlier :/
youtube speed Control