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

Multiple IPP H264 encoder class object in single application

jameslys
Beginner
249 Views

Can I create 2 H264 encoder class object in a single application by using 2 threads to handle the 2 encoders?

If can, how to do that?

I am using the umc examples that downloaded from intel ipp website.

Thanks

0 Kudos
1 Reply
shyaki
Beginner
249 Views
These two encoder instances are independent from each other.
If you use 2 threads to assess one encoder instance, you may need to synchronize your operations.
0 Kudos
Reply