This repository has been archived by the owner on May 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vaapi: recognize VA_FOURCC_XYUV VAImage (#2768)
In FFmpeg, VA_FOURCC_XYUV is used for 4:4:4 8bit content when vaapi is used for hardware acceleration, hence we have to use VA_FOURCC_XYUV too for 4:4:4 8bit content when qsv is used on Linux because qsv is based on vaapi, and map VA_FOURCC_XYUV to MFX_FOURCC_AYUV in FFmpeg. So mapping VA_FOURCC_XYUV is needed in the SDK. $ ffmpeg -y -hwaccel qsv -i in444.mp4 -vf "hwdownload,format=vuyx" -f null -
- Loading branch information