libvdpau

Open source Video Decode and Presentation API library for GPU video acceleration

brewmacoslinux
Try with needOr install directly
Source

About

Open source Video Decode and Presentation API library

Commands

libvdpau

Examples

Check libvdpau installation and version$ pkg-config --modversion vdpau
Verify libvdpau library is properly installed$ pkg-config --cflags --libs vdpau
Use libvdpau with video player (e.g., mpv)$ mpv --vo=vdpau video.mp4