title: MPV toc: no categories: Linux ...
Here you can find some tricks I use with the MPV player.
To enable the VAAPI (hardware acceleration) install a suitable package
$ sudo apt-get install i965-va-driverand add to your $HOME/.config/mpv/mpv.conf this options
[default]
hwdec=auto
vo=gpu,x11The MPV can read a mpv.conf file from the directory that contains the files you want to play. This option can be pretty useful when you want to remember the selected audio track or the playback speed just for files in this particular directory. You even can set the options for a particular file: for video.avi put your stuff into vide.avi.conf. To enable this feature just add this to your config file:
[default]
use-filedir-conf=yesSometimes I use MPV to play audio. Usually, MPV tries to display the album art in a separate window. But I prefer to keep this feature disabled with this option:
[default]
audio-display=noMPV can play video-streams using the YTDL. But by default the highest quality will be chosen. I prefer to limit the quality to 720p (or less) so I have this in my config:
[default]
ytdl-format=bestvideo[height<=?720]+bestaudio