You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Effortlessly jump through your playlist, with your own custom jump size and
direction, including the ability to jump randomly. Excellent when queuing lots
of images and using mpv as an image viewer.
Quickly scale the video player to a target size, with full control over target
scale and max scale. Helps you effortlessly resize a video to fit on your
desktop, or any other video dimensions you need!
Tons of pre-written, open source JavaScript modules which helps you rapidly
create your own JS user scripts (including a very helpful script config
system based on mpv's Lua mp.options API). All modules are free to use (and
extend) in your own scripts!
You need the mpv.io media player, built with Lua (.lua) and
JavaScript (.js) support. If you want to use any of the JavaScript utilities,
you must also download the scripts/modules.js/ folder and place it within
your own scripts/ folder, exactly how it's laid out in this project. It
contains important sublibraries that are shared by all of my .js utilities.