@keel, on github you can go on the "releases" tab and then on "assets". Normally you can find the package there ready to install. For Baka-Mplayer, for example, this is the direct link of the lastest version:
https://github.com/u8sand/Baka-MPlayer/releases/download/v2.0.4/Baka-MPlayer.x86_64.zipBut chocolatey really helps to keep everything updated (or else you would have to manually update every single software on each new release). To install chocolatey, first create a shortcut on desktop named "powershell.exe" (right-click on screen, go to 'create shortcut'). Then after you created it, right-click again above the shortcut and open it as administrator. Copy this command and paste it inside the blue screen:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Then press enter and it will install chocolatey. To use it, close the powershell, then re-open it with administrator privilege and type:
choco install mpv choco-upgrade-all-at-startup
This will install mpv player and will also program chocolatey to update all packages (installed through it) everytime you start the system. You can install many other software through chocolatey (firefox, ungoogled-chromium, handbrake, inkscape, libreoffice, rawtherapee - you name it):
https://chocolatey.org/packagesYou can also configure mpv to your like using a configuration file. On Windows it is located on "C:\\Users\Yourname\AppData\Roaming\mpv\". Create a text file named "mpv.conf" inside the mpv folder and you can then see
the configuration options here. This is my config file on Windows, for example:
ao=wasapi
vo=gpu
profile=gpu-hq
hwdec=nvdec
fbo-format=rgba32f
scale=ewa_lanczossharp
sigmoid-upscaling=yes
correct-downscaling=yes
temporal-dither=yes
volume-max=160
volume=50
osc=no
screenshot-format=png
ytdl=yes