Click or drag to resize
H264VideoEncoderConfigurationDeblockingFilter Property
Gets or sets the Deblocking Filter.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264Deblocking DeblockingFilter { get; set; }

Property Value

Type: H264Deblocking
Enables or disables the In-loop deblocking filter at the decoder. Deblocking can significantly enhance the quality of low-bitrate pictures. Default: Enabled
See Also