Improving video playback speed?

OK, after wasting several hours on this, the simplest solution turned out to be:

  • Reinstall debian-12-minimal template, thus getting rid of stuff which the upgrade installed in templates (including pipewire)

  • Clone the template to debian-12-player

  • In the clone:

apt-get install --no-install-recommends thunar mpv pulseaudio-qubes
  • Configure mpv in the AppVM based on debian-12-player:
$ cat ~/.config/mpv/mpv.conf 
vo=x11
profile=sw-fast
  • Enjoy again full screen 1080p flawless playback
1 Like