In This Topic ▼

LEAD Elementary Stream Source Filter

The LEAD Elementary Stream Source Filter is a DirectShow filter that can be used to merge multiple LTESC (LEADTOOLS Elementary Stream Catalog), or LTES (LEADTOOLS Elementary Stream) files into a single file. The input for this filter is created using the LEAD Elementary Stream Writer Filter. Together, these filters provide support for distributing the task of transcoding a single file across multiple computers.

This filter is responsible for merging the separate, transcoded files back into a single file. When an LTESC file is used as the source, this filter will parse the catalog for individual LTES files, merging them using the information stored in the catalog file. When an LTES file is used as the source, this filter will only convert the specified LTES file.

This filter supports the standard IFileSourceFilter interface. Use the IFileSourceFilter::Load method to let the LEAD Elementary Stream Source Filter know from where to read the data. Please see the Microsoft documentation for this interface for more information.

Technical details for the filter are provided in the following table:

Component Description
Filter Interface(s) IFileSourceFilter
Interface ID IID_IFileSourceFilter
Input Media Types Type:
MEDIATYPE_Video
Subtypes:
MEDIASUBTYPE_LTES
MEDIASUBTYPE_LTESC
Output Media Types N/A
Filter CLSID CLSID_LTESSource
Property Page(s) CLSID N/A
Filter Category CLSID_VideoCompressorCategory
Executable LTESSrc.dll, DSKernel2.dll
Header ILTESSource.h

Comments

This filter is included as part of LEADTOOLS Multimedia Suite.

Platforms

Win32, x64.

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.