← 返回命令列表

Linux command

vdpauinfo 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Display VDPAU capabilities

vdpauinfo

Query a specific X display

DISPLAY=:0 vdpauinfo

Show decoder capabilities only

vdpauinfo | grep -A20 "Decoder capabilities"

说明

vdpauinfo queries and displays the capabilities of the VDPAU (Video Decode and Presentation API for Unix) driver. It shows which video codecs can be hardware-accelerated and at what resolutions. The output includes API version, decoder profiles supported (MPEG1, MPEG2, H.264, VC1, HEVC, VP9, AV1), maximum resolution and macroblock limits for each codec, video surface formats, and output surface capabilities. This tool verifies that VDPAU is properly configured and helps determine which video content can benefit from GPU acceleration on NVIDIA hardware.

FAQ

What is the vdpauinfo command used for?

vdpauinfo queries and displays the capabilities of the VDPAU (Video Decode and Presentation API for Unix) driver. It shows which video codecs can be hardware-accelerated and at what resolutions. The output includes API version, decoder profiles supported (MPEG1, MPEG2, H.264, VC1, HEVC, VP9, AV1), maximum resolution and macroblock limits for each codec, video surface formats, and output surface capabilities. This tool verifies that VDPAU is properly configured and helps determine which video content can benefit from GPU acceleration on NVIDIA hardware.

How do I run a basic vdpauinfo example?

Run `vdpauinfo` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more vdpauinfo examples?

This page includes 3 examples for vdpauinfo, plus related commands for nearby Linux tasks.