Skip to content
Xiaogang Li edited this page Oct 12, 2022 · 2 revisions

Before installing MPV media player from standard repository, update the apt repository using the command:

sudo apt update

Install MPV from the standard repository using the command below:

sudo apt install mpv
  • Play video by MPV with vaapi
mpv -vo=gpu -hwdec=vaapi input.mp4
Clone this wiki locally