Media (Intel® oneAPI 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

Media SDK vs IPP H264 encoder

Sarbjit_S_
Beginner
170 Views

Hi,

I am using IPP to encode the video frames into H264 using UMC classes and using the encoded video to stream using RTSP. The quality is nowhere compared to x264 library. I am wondering how does media SDK H264 encoder compares against IPP H264 encoder.

Is there any options that can be set to improve the quality of video stream.

Thanks,

Sarbjit

 

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
170 Views

Sorry for the delayed reply.  While we don't have any official quality comparisons with IPP, x264 quality is well known.  While x264 has a very wide range of speed/quality parameters which can be tuned, Media SDK has far fewer and quality/performance stays within a relatively narrow range.  

The main ways to boost Media SDK's quality are by moving the targetusage to "balanced" or "best quality" and using lookahead.  Please keep in mind that lookahead can increase latency, which may not be appropriate for all streaming applications.   

 

0 Kudos
Reply