<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
An overview over the system FFmpeg 7.x supported QSV pixel formats
and profiles:<br>
<br>
<br>
<font face="Courier New, Courier, monospace">ffmpeg -hide_banner -h
encoder=hevc_qsv | egrep 'Supported|profile|main'<br>
Supported hardware devices: qsv qsv qsv<br>
Supported pixel formats: nv12 p010le p012le yuyv422 y210le qsv
bgra x2rgb10le vuyx xv30le<br>
-profile <int> E..V....... (from 0 to
INT_MAX) (default unknown)<br>
main 1 E..V.......<br>
main10 2 E..V.......<br>
mainsp 3 E..V.......<br>
main 0 E..V.......<br>
<br>
<br>
ffmpeg -hide_banner -h encoder=h264_qsv | egrep
'Supported|profile|main'<br>
Supported hardware devices: qsv qsv qsv<br>
Supported pixel formats: nv12 qsv<br>
-profile <int> E..V....... (from 0 to
INT_MAX) (default unknown)<br>
main 77 E..V.......<br>
<br>
<br>
ffmpeg -hide_banner -h encoder=av1_qsv | egrep
'Supported|profile|main'<br>
Supported hardware devices: qsv qsv qsv<br>
Supported pixel formats: nv12 p010le qsv<br>
-profile <int> E..V....... (from 0 to
INT_MAX) (default unknown)<br>
main 1 E..V.......<br>
<br>
<br>
ffmpeg -hide_banner -h encoder=vp9_qsv | egrep
'Supported|profile|main'<br>
Supported hardware devices: qsv qsv qsv<br>
Supported pixel formats: nv12 p010le vuyx qsv xv30le<br>
-profile <int> E..V....... (from 0 to
INT_MAX) (default unknown)<br>
profile0 1 E..V.......<br>
profile1 2 E..V.......<br>
profile2 3 E..V.......<br>
profile3 4 E..V.......<br>
<br>
<br>
ffmpeg -hide_banner -h encoder=vp9_qsv | egrep 'Supported|main'<br>
Supported hardware devices: qsv qsv qsv<br>
Supported pixel formats: nv12 p010le vuyx qsv xv30le</font><br>
</body>
</html>