LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > Deblocking Filter > LEAD Video Deblocking Filter |
The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it.
Also known as a decompressor , this is a module or algorithm to decompress data.
Also known as a decoder, this is a module or algorithm to decompress data.
The LEAD Video Deblocking filter is a DirectShow® transform filter that performs deblocking on a video stream . The deblocking is applied to raw RGB data and is not related to a specific decoder output. The filter accepts block size and first block offset parameters to deblocking paths and the beginning of the blocked area. If the block size and first block offset do not match the blocks in the passed video sample, the filter is not expected to give satisfactory results. Two algorithms are currently offered to perform deblocking, 2-Lines and 4-Lines. The filter exposes its functionality through both user and programming interfaces.
Filter Interface |
|
Interface ID |
IID_ILMVDeblock |
Input/Output Media Types |
MEDIATYPE_Video and the following subtypes: |
Filter CLSID |
CLSID_LMVDeblock |
Property Page CLSID |
CLSID_LMVDeblockPropertyPage |
Filter category |
CLSID_ltmmVideoProcessorCategory |
Executable |
LMVDblck.dll |
Header |
ILMVDblck.h |
Win32, x64
LEAD Video Deblocking Filter User Interface