Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

qsv color conversion yuv to rgb32

jain__ankit
Beginner
637 Views

Hi , I am using intel ffmpeg plugins with qsv , i need to do color conversion on decoded frame to RGB32 to render it on weston surface . currently i am using swscale for it , but is there any to convert it using qsv or  mediasdk?

0 Kudos
2 Replies
QS
Beginner
637 Views

You may use intel ipp, but it's assembly optimized, not gpu optimized.

0 Kudos
Mark_L_Intel1
Moderator
637 Views

Hi Ankit, 

There should be a qsv VPP filter argument in the ffmpeg command line. You could check and use it.

Mark

0 Kudos
Reply