-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider switching to MPV as a player for recordings instead of Mplayer #290
Comments
I can't help but to question the potential benefits in favor of MPV:
Assuming (as an end user I cannot confirm this) MPV can be somehow "dropped in place" of MPlayer while retaining full functionality that MPV provides, it stands to reason that MPV may address several bugs: #285: being able to seek through in-progress video, basically allowing for a form of instant playback Because of MPV's features, I find myself downloading the majority of Bluecherry's "videos of interest" strictly to run them through MPV to leverage the very features I spoke about above. They've become instrumental for my uses, and I'm sure there's others who may feel the same way. Having this functionality built in to the client itself would be great for Bluecherry users. If it serves any purpose I figured I'd share my ~/.config/mpv/input.conf contents. While the arrow keys (step forward/back 5/60 seconds) and , . keys (frame by frame) are default in MPV, the text below from input.conf adds zoom + pan functionality via the t, r, s, w, a, d, e keys. t add video-zoom -0.25 It may also be worth sharing this: https://github.com/mpv-player/mpv/blob/master/DOCS/mplayer-changes.rst All of the above is just from the perspective of an end user. I understand this proposal may not be as easy as turning on a light switch, though there doesn't seem to be a shortage of benefits unless there are technical details underneath that are beyond my level of understanding. As always, thanks for listening and all the hard work. :) |
https://github.com/mpv-player/mpv/blob/master/libmpv/client.h client API description |
https://mpv.io/
The text was updated successfully, but these errors were encountered: