Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

How mvc_dec_filter.dll works ?

Nicolas_D_
Beginner
281 Views

Hi,

I'm trying mvc_dec_filter.dll but it doesn't work for me.

I have made a graph with GraphEdit and it includes h264_dec_filter.dll (it works without problem) but I can't rely any source on mvc_dec_filter.dll.

Does anyone could explain me how does it work ?

Thanks !

0 Kudos
1 Reply
Petter_L_Intel
Employee
281 Views

Hi Nicolas,

You should be able to use regular File Source Async Filter to read an MP4 MVC file, then connect it to Intel Media SDK MP4 splitter Filter and further to MVC Decoder Filter.

For rendering you need to use a custom EVR rendering approach as illustrated in the "custom_evr_presenter" sample.

Keep in mind that the Media SDK DIrectShow samples are just sample code and may not fit all use cases. You may have to adapt the code to your needs. The binary splitters and muxers provided with the SDK are not fully capable so you may want to explore commercial or community supported split/mux components instead.

Regards,
Petter

 

0 Kudos
Reply