YouTube Video Speed & Seek Mouse Control

Dynamically adjust video playback speed & seeking instantly with your mousewheel, no more need to go through player menus every time.

目前為 2015-11-02 提交的版本,檢視 最新版本

作者
drhouse
評價
0 0 0
版本
1.3
建立日期
2015-09-08
更新日期
2015-11-02
尺寸
2.4 KB
授權條款
未知
腳本執行於

YouTube Video Speed & Seek Mouse Control

Uses YouTube's HTML5 player and your mouse scrollwheel to control playback:
hold 'shift + wheelup / wheeldown' to 'jump forward / back' (seek +/- 5 seconds)
hold 'alt + wheelup / wheeldown' to 'speed up / down' (speed +/- 0.25 rate)

Works on both normal and fullscreen player.
A small text display will appear above the top-right of the video to indicate current playback speed.

VLC Player Video Speed & Seek Mouse Control

I also wrote a version that works with VLC Player for when watching local videos. It uses Autohotkey (a free utility program), copy/paste the code below into a blank text file, save as (for example) "vlc_mousecontrol.ahk" and double-click the file to run. It uses the same shift/alt + mousewheel controls as 'YouTube Video Speed & Seek Mouse Control' listed above:
#IfWinActive ahk_class QWidget

+WheelUp::  
Send +{Right};
return

+WheelDown:: 
Send +{Left};
return

!WheelUp::
Send {NumpadAdd};
return

!WheelDown::
Send {NumpadSub};
return

Buy me a coffee at ko-fi.com

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址