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

How to transcode one stream to N with different LA_ICQ ICQQuality

david123456
Beginner
240 Views

We want transcode a programe to 4 programes with different ICQQuality use LA_ICQ rate control algorithm. But we found LA_EXT and LA_ICQ are  mutual exclusion. That means we can't share LA_EXT benefits for 1:N trancode. 

We think LA_EXT should be a structure. It should be used with other rate control algorithms.
 

0 Kudos
2 Replies
Surbhi_M_Intel
Employee
240 Views

Hi David, 

LA_EXT and LA_ICQ are two different modes and cannot be used together. With LA_EXT mode, you can probability choose different look ahead depth or downsampling factor to achieve different quality.

 Thanks,
Surbhi

0 Kudos
david123456
Beginner
240 Views

Will LA_ICQ_EXT  mode appear later for 1:N transcode?  

0 Kudos
Reply