Class Deblock (1.3.1)

Deblock(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Deblock preprocessing configuration.

Attributes

NameDescription
strength float
Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
enabled bool
Enable deblocker. The default is ``false``.

Inheritance

builtins.object > proto.message.Message > Deblock