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.

Disabling Deblocking across Slice Boundaries

Ram_N_
Beginner
356 Views

With the Intel SDK Media Encoder, in mfxExtCodingOption2, if I set DisableDeblockingIdc to 2, can I achieve what I want - disable deblocking across slice boundaries?

-Ram

0 Kudos
1 Reply
Surbhi_M_Intel
Employee
356 Views

Hi Ram, 

DisableDeblockingIdc member supports two values 0 and 1. 1 = deblocking disabled, which you would like to use. (2 is unsupported)
It is exactly like 
AVC standard disable_deblocking_filter_idc values. 
From manual " 
Not all codecs and SDK implementations support this value. Use Query function to check if this feature is supported."

Thanks,
-Surbhi

 

0 Kudos
Reply