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.

mfxVideoParam is too hard

yuanbiao
Beginner
689 Views

 

I can't get parameters from DecodeHeader
Usually like nvdecode only need codecid

Who can give me a minimum mfxVideoParams sample
thank you~

0 Kudos
3 Replies
JaideepK_Intel
Moderator
671 Views

Hi,

 

Thank you for posting in intel communities.

 

Here you can get details about MFXVideoDECODE_DecodeHeader, please follow the below link

MFXVideoDECODE_DecodeHeader need 3 parameters, which are given below.

 

mfxSession session, mfxBitstream *bs,mfxVideoParam *par

Parameters

   
session SDK session handle
bs Pointer to the bitstream
par Pointer to the mfxVideoParam structure

 

>>For more details: 
https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#MFXVideoDECODE_DecodeHeader

 

In the below link you can get details about mfxVideoParam:

https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#mfxVideoParam

 

Here is the github link: https://github.com/Intel-Media-SDK/MediaSDK/blob/master/samples/sample_decode/src/pipeline_decode.cpp

 

Regards,

Jaideep

 

0 Kudos
JaideepK_Intel
Moderator
498 Views

Hi,


If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!


Regards,

Jaideep


0 Kudos
JaideepK_Intel
Moderator
471 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks,

Jaideep


0 Kudos
Reply