Jump to content

Talk:Mpv

From ArchWiki
Latest comment: 2 February 2024 by Heddxh in topic Hardware video acceleration

360 videos with VR "support"

With vr-video-player-gitAUR and xdotool VR video player (or any other window meant for VR) is easy.

Launch video with mpv and:

$ vr-video-player --zoom 0.4 $(xdotool selectwindow)

There are --sphere (default) --sphere360 --flat and --plane modes. Note that the size of the window matters for the VR composition.

Perhaps more useful to VR pages or so.

--Pulec (talk) 19:11, 2 August 2021 (UTC)Reply

Hardware video acceleration

Using hwdec=automay make mpv taking longer time to finding proper decoding api and then launch(at least on mpv 1:0.37.0-2).

If you know what is your expected hardware acceleration api like vaapi, try hwdec=vaapi, auto Heddxh (talk) 05:51, 2 February 2024 (UTC)Reply