SaaSHub helps you find the best software and product alternatives Learn more →
Mpv Alternatives
Similar projects and alternatives to mpv
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
mpv.net
🎞 mpv.net is a modern media player for Windows that works just like mpv. [Moved to: https://github.com/mpvnet-player/mpv.net] (by stax76)
-
VideoLAN Client (VLC)
VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
obs-studio
OBS Studio - Free and open source software for live streaming and screen recording
-
-
youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
-
-
-
-
-
ModernX
A modern OSC UI replacement for MPV that retains the functionality of the default OSC.
-
mpv-scripts
This repository contain scripts I have made for mpv media player... (by Eisa01)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mpv reviews and mentions
-
Ripgrep is faster than {grep, ag, Git grep, ucg, pt, sift}
Author of ripgrep here.
Like automatic encoding detection and transparently searching UTF-16?
Or simple ways for composing character classes, e.g., `[\pL&&\p{Greek}]` for all codepoints in the Greek script that are letters. Another favorite of mine is `\P{ascii}`, which will search for any codepoint that isn't in the ASCII subset.
Or more sophisticated filtering features that let you automatically respect things like gitignore rules.
Those are all things that ripgrep does that grep does not. So I do not favor this explanation personally.
ripgrep has just about all of the functionality that GNU grep does. I would say the two biggest missing pieces at this point are:
* POSIX locale support. (But this might be a feature[1].)
* Support for "basic" regexes or some equivalent that flips the escaping rules around. i.e., You need to write `\+` to match 1 or more things, where as `+` will just match `+ literally.
Otherwise, ripgrep has unfortunately grown just about as many flags as GNU grep.
[1]: https://github.com/mpv-player/mpv/commit/1e70e82baa9193f6f02...
-
PCSX2 Disables Wayland Support
As noted by other commenters, there are several compositors available for Wayland (essentially the bit that actually implements Wayland) -- some are developed independently of any particular DE wlroots, labwc, hikari, etc, and some are part of a larger project like mutter and kwin (GNOME and KDE, respectively).
GNOME's implementation in particular has historically caused a lot of drama relative to some of the others. MPV used to have a pretty spicy wiki section dedicated to GNOME (it still kind of exists, though has been toned down a fair bit and addresses NVidia and some other specific issues more directly [1]):
- https://github.com/mpv-player/mpv/wiki/FAQ/ddcbe1b88a99d2568... (2020)
[1]: https://github.com/mpv-player/mpv/wiki/FAQ/a70c96040ad4fa374...
-
-
Yorick is an interpreted programming language for scientific simulations
https://mpv.io played it without fuss.
-
When does autoload.lua activate?
I'm trying to make autoload.lua compatible with a script keep-session.lua.
-
Google Chrome just rolled out a new way to track you and serve ads
One example is a script to quickly grab the URL of the current tab and send it to mpv¹ for playing or yt-dlp² for downloading. Or send some JavaScript to that same tab. Or grab the URLs and titles of all tabs in all windows that match a specific domain, close them, and then reopen in a brand new window. Alfred³ has a ton of automations that allow you to do that without having to code it yourself.
- Video Player with Shader support.
-
Subtitle's color not changing.
YouTube's VTT subtitle styling is not supported currently, see https://github.com/mpv-player/mpv/issues/7214
- what is the best still maintained front end for mpv?
-
Need help on how to repair this issue
Hi there! Try with VLC or mpv players, and see if they can play the corrupted video.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa255fcb8>
www.saashub.com | 4 Dec 2023
Stats
mpv-player/mpv is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of mpv is C.