Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

mfxVideoParam is too hard

yuanbiao
Beginner
429 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
411 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

 

JaideepK_Intel
Moderator
238 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


JaideepK_Intel
Moderator
211 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


Reply