Baka-MPlayer
Baka-MPlayer copied to clipboard
The libmpv based media player
I like to keep my configuration files in sync between my computers and for that I am using git. Having recently played files in one configuration file made bakamplayer.ini to...
The interim release for 32-bit Windows, Baka-MPlayer_i686 (2015.04.06), fails on Windows XP. Here is the error message: baka-mplayer.exe - Entry Point Not Found The procedure entry point _vsnprintf_s could not...
I can't seem to add individual files or streaming links (like youtube) to the playlist, intended to play after the current item finishes. Is there some way to do this...
It would be nice to see if there is a subtitle downloader inside Baka-MPlayer. Consider this as a request! Thanks in advance!
Hello, I'm running on Windows 32 bits and when I open a video with the latest version of Baka Mplayer I have the audio but not the video : http://f.angiva.re/IYyMt...
Version 1.5 works fine for me, but 2.0.1 and 2.0.2 do not start. I am using Win XP SP3 and 1920x1200 resolution. I disabled my anti-virus software. VLC and SMPlayer...
Fix - file `src/mpvhandler.cpp` add to line 31: ``` mpv_set_option_string(mpv, "hwdec", "auto"); mpv_set_option_string(mpv, "vo", "gpu"); ``` For more info look - https://mpv.io/manual/stable/#options-hwdec Search on page - `Actively supported hwdecs:` **Note:**...
Some code refactoring and implemented the new mpv renderer API; this seems to fix wayland support, works better on linux mint mate, and presumably may also fix other things. Hopefully...
I have newly install on linux mint Mate 21, no way to make scroll bar works, old pc used Qt5.5.1 without any issues. likely the new version of Qt5 caused...