SaaSHub helps you find the best software and product alternatives Learn more →
Mpv-scripts Alternatives
Similar projects and alternatives to mpv-scripts
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mpv-scripts discussion
mpv-scripts reviews and mentions
-
What You Need to Know Before Touching a Video File
You might want to note that MPV plugins can actually do cuts and crops for you (+ whatever ffmpeg filters you want), something that would generally require the hassle of opening editing software. And those cuts can be done in h264 lossless (for additional processing later at no additional quality loss from this step).
https://github.com/occivink/mpv-scripts
There is also a way to losslessly cut preserving the original encoding but you give up the precision of the cuts due to keyframes. The MPV script can do that too: script-opts/encode_slice.conf
You can also create a useful script for stabilizing a shaky video (with h264 lossless if desired) and then optionally crop and cut it with the MPV plugins above. You can get good ffmpeg args (for vidstabdetect & vidstabtransform) for doing that from the reddit stabbot source: https://gitlab.com/juergens/stabbot/blob/master/src/stabVid....
- mpv a free, open-source, and cross-platform media player
- Help with lua extension
-
Extremely lightweight video editors for linux.
Mpv+scripts make the key frame cutting via ffmpeg light and simple. Ffmpeg still requires to do work on joining clips but at least can work away in the background, can be run overnight without X11 or video editor running for max resources.
-
Jump to playlist-next at the same % as the previous video playing
With copyTime.lua and seek-to.lua you can copy current time with ctrl+c then paste it in the next video with ctrl+v to seek to the same position.
-
Happy new year. I was wondering, what cool scripts would you recommend for mpv?
encode.lua: make various .conf files to cut/encode videos with ffmpeg.
-
Script suggestion post!
acompressor.lua: compressor. blur-edges.lua: fills the black bars on the side of a video with a blurred copy of its edges. createchapter.lua: self-explanatory. crop.lua: crop video in a visual manner. encode.lua: make an extract of the video currently playing using ffmpeg. reload.lua: reloads videos if an online video stops caching. seek-to.lua: go to timestamp. simplehistory.lua: stores whatever you open in a history file. skiptosilence.lua: skip past "previously on...". smartcopypaste_ii.lua: copy/paste links sponsorblock.lua: skip sponsors in yt videos. streamsave.lua: save looped section to a separate file. subit.lua: download subtitles to playing video. uosc.lua: feature-rich minimalist proximity-based ui (my fav!). webm.lua: similar to encode.lua but with more features and no external dependencies. webtorrent-mpv-hook: enable mpv to stream torrents using webtorrent. youtube-quality.lua: change quality of currently playing yt video.
-
Help setting up key bindings to encode.lua
encode.lua
-
Video Editors on linux
I like mpv with these scripts which use ffmpeg.
-
Some cool scripts to recommend?
Bring up the webm menu and press o to change encoding settings. There's also encode.lua.
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
occivink/mpv-scripts is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of mpv-scripts is Lua.