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.

Media SDK vs IPP H264 encoder

Sarbjit_S_
Beginner
330 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
330 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