Skip to content

Instantly share code, notes, and snippets.

@diniamo
Created June 18, 2022 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diniamo/08da8551f7bb8f929e395a239d2c88aa to your computer and use it in GitHub Desktop.
Save diniamo/08da8551f7bb8f929e395a239d2c88aa to your computer and use it in GitHub Desktop.
Output of mvp commands
❯ mpv wildlife.mp4
mpv -vo vdpau -hwdec vdpau wildlife.mp4
mpv -vo gpu wildlife.mp4
(+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
(+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
AO: [pulse] 44100Hz stereo 2ch float
VO: [gpu] 1920x1080 yuv420p
AV: 00:00:05 / 00:03:16 (3%) A-V: 0.000
Exiting... (Quit)
Playing: vdpau
[file] Cannot open file 'vdpau': No such file or directory
Failed to open vdpau.
Playing: wildlife.mp4
(+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
(+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
[vo/vdpau] Warning: this compatibility VO is low quality and may have issues with OSD, scaling, screenshots and more.
[vo/vdpau] vo=gpu is the preferred choice in any case and includes VDPAU support via hwdec=vdpau or vdpau-copy.
Using hardware decoding (vdpau).
AO: [pulse] 44100Hz stereo 2ch float
VO: [vdpau] 1920x1080 vdpau[yuv420p]
AV: 00:00:04 / 00:03:16 (2%) A-V: 0.000
Exiting... (Quit)
(+) Video --vid=1 (*) (h264 1920x1080 29.970fps)
(+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
AO: [pulse] 44100Hz stereo 2ch float
VO: [gpu] 1920x1080 yuv420p
AV: 00:00:05 / 00:03:16 (3%) A-V: 0.000
Exiting... (Quit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment