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.
3058 Discussions

Does MSDK Encoder support Multithread and Multitask?

Joyah
Beginner
874 Views

Hello

I would like to know whether MSDK Encoder supported Multithread Processing? How about Multitask Encoding?

If it supported, does it mean I can encoded several input stream at the same time, without reducing the speed and efficiency? Does it use all cores thoroughly and balanced?

Thanks!

Regards

Joyah

0 Kudos
1 Reply
Petter_L_Intel
Employee
874 Views
Hi Joyah,

Media SDK certainly support processing of multiple streams simultaneously. The HW and SW codec components will use the available resources to the greatest extent. This means that if you just encode/decode one stream you will get the very high throughput since the full processor or HW acceleration resources are used for the workload. This is illustrated in the asynchronous samples (encode, decode, transcode etc.) provided with the SDK. If you instead want to process several streams concurrently, the effective single stream throughput will be lower since it shares the processing resources with the other concurrent workloads.

Regards,
Petter
0 Kudos
Reply