Hi,
Is it possible to use media sdk session with VPP->ENCODE chain and push input frames to it in encoding order (mfxVideoParam.mfx.EncodedOrder = 1)?
Will VPP understand reordered frames and process them in presentation order?
Some VPP operations (e.g. motion-adaptive deinterlace) must be performed in presentation order, so the question is important.
Hi,
VPP does't distinguish between encoded and display order. I mean the encoded order for VPP doesn't make sense so it doesn't do internal reordering.
Since you'd like to encode in the encoded order, I assume there is a reorderer on app side. So just put it between VPP and encoder, not before VPP.
Regards,
Dmitry
链接已复制
Hi,
VPP does't distinguish between encoded and display order. I mean the encoded order for VPP doesn't make sense so it doesn't do internal reordering.
Since you'd like to encode in the encoded order, I assume there is a reorderer on app side. So just put it between VPP and encoder, not before VPP.
Regards,
Dmitry
