Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Initializing VideoDecoderParams (newby)

marcoera
Beginner
237 Views
Hi,

I'm evaluating IPP. I found an example on encoding a video with H263 but not a decoder.


The main problem is how do I initialize a VideoDecoderParams class before passing it to H263Decoder::Init.


Thanks in advance.

Message Edited by MarcoEra on 01-23-2006 07:34 AM

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
237 Views
Hi,
I recommend you to take a look on our media sample and namely, please find in application folder simple_player. It is simple, command line media player which support several video decoders mpeg1, mpeg2, mpeg4, h.261, h.263, h.264.
All video decoders are initialized in pipelineumc_pipelinesrccodec_pipeline.cpp file.
So, you can use this as an example of how to init and call UMC video codecs.
Please also provide us our feedback about functionality, performance and usability of codecs you are using. It will help us in further improvements of this sample.
Regards,
Vladimir
0 Kudos
Reply