On Jul 15, 2014, at 7:38 PM, Raul Lopez <[email protected]> wrote:
> Hi, > > Is there a way to control the strength of the de-blocking filter? I am > getting streams that are "too sharp" and therefore noisy compared to other > HEVC encoders. > > Raul I. Lopez > VP, Compression Technology > Imantics, Inc. > -- > To unsubscribe visit http://f265.org > or send a mail to [email protected]. > Good evening Raul, The HEVC standard provides the slice_beta_offset_div2 and slice_tc_offset_div2 syntax element to control the deblocking filter. These values are transmitted as part of the slice headers when the deblocking_filter_override_enabled_flag is set to 1 in the active PPS. Unfortunately, we do not currently support overriding the deblocking parameters. You can either activate or deactivate the in-loop filter with the “deblock=1/0” parameters. Regards, François Caron -- To unsubscribe visit http://f265.org or send a mail to [email protected].
