連結已複製
4 回應
Hi Anna,
The input stream setting was :
m_mfxEncParams.mfx.FrameInfo.FourCC = MFX_FOURCC_NV12;
m_mfxEncParams.mfx.FrameInfo.ChromaFormat = MFX_CHROMAFORMAT_YUV420;
m_mfxEncParams.mfx.FrameInfo.PicStruct = MFX_PICSTRUCT_PROGRESSIVE;
The example used was sample_videoconf (available in 2014).
The problem is now solved, i used the encode example to upgrade my application.
Thank you for your help. you can consider this issue solved.
Regards.

