SaaSHub helps you find the best software and product alternatives Learn more →
Top 14 Lua Script Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: What You Need to Know Before Touching a Video File | news.ycombinator.com | 2026-01-02
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-open-file-dialog
A script for mpv that can launch a regular Windows open file dialog from a key binding
-
An interesting article, but it seems like quite an oversight to not even mention dithering techniques, which in my opinion give much better results.
I've done some development work in Pico-8, and some time ago I wrote a plugin for the Aseprite pixel art editor to convert an arbitrary image into the Pico-8 palette using Floyd-Steinberg dithering[0]
I ran their example image through it, and personally I think the results it gives were the best of the bunch https://imgur.com/a/O6YN8S2
[0] https://github.com/aquova/aseprite-scripts/blob/master/pico-...
-
dotfiles
My personal dotfiles, to use when I need to change OS. Mostly aesthetic configurations. (by herod2k)
Lua Script discussion
Lua Script related posts
-
Help with lua extension
-
Why encodeless clipping is imprecise?
-
How do I use streamsave? (How do I clip/cut videos with MPV?)
-
Load EDL file automatically
-
Watch Later OSD Menu
-
Recommended image viewer for reading comics
-
Extremely lightweight video editors for linux.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Aug 2026
Index
What are some of the best open-source Script projects in Lua? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | mpv-playlistmanager | 695 |
| 2 | mpv-scripts | 491 |
| 3 | mpv-image-viewer | 354 |
| 4 | mpv-gallery-view | 252 |
| 5 | mpv-scripts | 193 |
| 6 | streamsave | 128 |
| 7 | mpv-scripts | 122 |
| 8 | Hypr-uwu | 88 |
| 9 | mpv-nextfile | 87 |
| 10 | mpv-filenavigator | 77 |
| 11 | mpv-gif-generator | 54 |
| 12 | mpv-open-file-dialog | 44 |
| 13 | aseprite-scripts | 37 |
| 14 | dotfiles | 0 |