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
Объявления
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
Начинающий
1 385Просмотр.

 

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

Who can give me a minimum mfxVideoParams sample
thank you~

0 баллов
3 Ответы
JaideepK_Intel
Сотрудник
1 367Просмотр.

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
Сотрудник
1 194Просмотр.

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
Сотрудник
1 167Просмотр.

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


Ответить