mirror of
https://github.com/stax76/awesome-mpv
synced 2024-11-15 18:14:00 +00:00
img | ||
.gitattributes | ||
LICENSE | ||
README.md |
Awesome mpv
A curated list of mpv resources.
Table Of Contents
- Frontends
- Builds
- User Script Highlights
- User Scripts
- External Tools
- Remote Control
- Tutorial
- Building
- Libraries
Frontends
- IINA - Media player for for MacOS.
- mpv.net - Media player for Windows.
- Celluloid - Media player for Linux.
- MPV-EASY-Player - Beginner friendly media player.
- Harmonoid - Music player and manager.
- Vidcutter - Video cutter and joiner.
- Macast - DLNA Client.
- jellyfin mpv shim - Jellyfin (Emby/Plex alternative) Client.
- Kawaii Player - Media player, library manager and server.
- MoonPlayer - Media player specialized for online videos.
Builds
User Script Highlights 🚀
- M-x - Searchable command menu that allows to quickly find bindings and execute commands.
- mpv-file-browser - File browser, especially useful for users of a classic remote control.
- mpv-search-page - Allows searching for keybinds, properties, options and commands and have matching entries display on the OSD.
- mpv_thumbnail_script - Shows preview thumbnails in mpv's OSC seekbar.
- uosc - Feature-rich minimalist proximity-based UI for MPV player.
User Scripts
- mpv-webm - mpv WebM converter with no external dependencies.
- https://github.com/mpv-player/mpv/wiki/User-Scripts
- https://github.com/topics/mpv-script
External Tools
- https://add0n.com/external-application-button.html
- https://github.com/Flow-Launcher/Flow.Launcher
- https://github.com/stax76/Flow.Launcher.Plugin.Favorites
- https://github.com/stax76/OpenWithPlusPlus
- https://github.com/ikas-mc/ContextMenuForWindows11
Remote Control
- Classic remote control: One For All Contour URC1210 using Philips code 0556 together with FLIRC USB (gen2)
- https://github.com/husudosu/mpv-remote-app
- https://github.com/mcastorina/mpv-remote-app
- https://github.com/open-dynaMIX/simple-mpv-webui
- https://github.com/datasone/MPVMediaControl
- mpv-mpris - On Linux allows controlling mpv using standard media keys.
Tutorial
Building
- https://github.com/mpvnet-player/mpv.net/wiki/Building-mpv-and-libmpv-using-wsl2-and-Ubuntu
- https://github.com/mpv-player/mpv/blob/master/DOCS/compile-windows.md
- https://github.com/m-ab-s/media-autobuild_suite
- https://github.com/qyot27/mpv/blob/extra-new/DOCS/crosscompile-mingw-tedious.txt
- https://mxe.cc
Libraries
- python-mpv - mpv Python interface.