- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Peter,
I will check sample_cpp asap .
Koby
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page