LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > Auto Level Filter > LEAD Video Auto Level 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 decoder, this is a module or algorithm to decompress data.
The LEAD Video Auto Level Filter performs color leveling on the individual R, G and B channels, treating each of the R, G and B channels as a separate entity, introducing no color cast.
It makes the dark values darker and the light values lighter, which automatically enhances shadows and brightens the video stream . It also maximizes the tonal range of the image and enhances the contrast and intensity using the image's histogram and a color distribution-based algorithm.
Filter Interfaces |
|
Interface ID |
IID_ILMVAutoLvl |
Input/Output Media Types |
MEDIATYPE_Video And the following subtypes: MEDIASUBTYPE_RGB24 |
Filter CLSID |
CLSID_LMVAutoLvl |
Property Page CLSID |
CLSID_LMVAutoLvlPropertyPage |
Filter category |
CLSID_ltmmVideoProcessorCategory |
Executable |
LMVAutoLvl.dll |
Header |
ILMVAutoLvl.h |
Win32, x64
LEAD Video Auto Level User Interface