- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I'm trying to add fps conversion to the directshow H264 encoder filter.
To my understand, I need to set the struct members CEncVideoFilter::m_mfxParamsVPP.vpp.Out.FrameRateExtN and FrameRateExtD to the correct values.
Am I correct? Is there something else I need to do?
Also, how do I change the mediatype of the output pin? where is it implemented?
Thank you
Koby
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Koby,
That is correct. vpp.In.FrameRateExtN/D and vpp.Out.FrameRateExtN/D will control frame rate conversion operation. For details and example on how to use frame rate conversion refer to the "sample_vpp" console sample part of the SDK.
For mediatype control check out "filter_def.h" and "mfx_filter_register.h".
Regards,
Petter