- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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