The LEAD AAC Transcoder is a DirectShow filter. It is used to transcode AAC audio stream in mpeg2 format to ACC in ISO (mpeg4) format or vice versa. This filter changes AAC packets format without performing re-compression of the audio stream or the data packets. Converting with this filter is fast, while the quality of the original stream is preserved. To convert without re-compression, an AAC stream inside a MPEG2 transport file to ISO format, or vice versa, LEAD AAC Transcoder filter should be inserted between mpeg2 demux and ISO multiplexer. LEAD Multimedia toolkit automatically inserts the filter in this manner.
Component | Description |
---|---|
Filter Interfaces | N/A |
Interface ID | N/A |
Input Media Types | Type: |
MEDIATYPE_Audio | |
Subtypes: | |
MEDIASUBTYPE_AAC | |
MEDIASUBTYPE_mp4a | |
Output Media Types | Type: |
MEDIATYPE_Audio | |
Subtype: | |
MEDIASUBTYPE_mp4a | |
MEDIASUBTYPE_AAC | |
Filter CLSID | CLSID_LMAACTranscoder |
Filter Category | CLSID_AudioCompressorCategory |
Executable | LTranscoderAAC.dll, DSKernel2.dll |
To illustrate the advantage of using transcoders, two setups are provided below for comparison. Observe (Figure 1) how the transcoders are positioned between LEAD MPEG Transport Demultiplexer and LEAD ISO Multiplexer. Now observe the next image (Figure 2) and how in between the same LEAD MPEG2 Transport Demultiplexer and LEAD ISO Multiplexer there is a need to use encoders and decoders. As a result of using decoding-encoding filters, the processing of data is slower than the speeds attained with data re-packetizing - a key feature of transcoders.
Figure 1. Re-packetizing of Data Using Transcoders.
Figure 2. Decoding and Encoding of Data Using Filters.
Win32, x64.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document