public enum TargetFormatType
public enum class TargetFormatType
Value | Member | Description |
---|---|---|
-1 | None | No target format. |
0 | AVI | AVI audio/video format. |
1 | ASF | Windows Media audio/video format using non-Windows Media codecs. |
1 | WMV | Windows Media audio/video format using Windows Media codecs. |
2 | WAVE | WAVE audio format. |
3 | MPEG1Audio | MPEG1 audio format. An MPEG1 compatible audio compressor must be selected (an MP3 audio compressor). |
4 | DICOM | DICOM video format. |
5 | DVSD | Standard DV audio/video format. Do not select any compressors when using this format. |
6 | MP3 | MP3 audio format. Do not select any compressors when using this format |
7 | DVSDAVI | Standard DV audio/video format encapsulated in an AVI encoded stream. Do not select any compressors when using this format. |
8 | WMVMux | LEAD Windows Media Multiplexer which uses only Windows Media codecs (replaces Microsoft WMV, can be used for in-memory conversion). |
9 | ASFMux | LEAD Windows Media Multiplexer which uses non-Windows Media codecs (use this to create Windows Media files containing custom codecs which can be used for in-memory conversion). |
10 | StillImage | LEAD Still Image format (requires the lEAD Still Image Writer filter). The Still Image Writer filter can write most raster file formats supported by LEADTOOLS. The output file can be multipage (all frames will be written in one output file) or single page (multiple output files will be created, each frame being written in an individual file). For example, the video can be saved as one TIF file, or as a sequence of JPEG files. |
11 | Stream | Stream format. All the samples are written in an output frame, without adding any headers. You can use this with capture cards that can output raw MPEG data. (Ex: Some Hauppauge cards). |
12 | OGG | Ogg audio/video format. (Requires LEAD Ogg Multiplexer and Splitter filters). Recommended format for converting files of any media type without recompression. Use this format to convert to AVI if you experience audio/video synchronization problems. |
13 | DVSDOGG | Ogg format for video only or video and audio compressed with DV compression. (Requires LEAD Ogg Multiplexer and Splitter filters.) |
14 | MPEG1System | MPEG-1 System format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-1 Multiplexer filters.) |
15 | MPEG2Program | MPEG-2 Program format. (Requires LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder and LEAD MPEG-2Multiplexer filters.) |
16 | MP3LEAD | MP3 audio format, compressed using the LEAD MP3 Audio Encoder. |
17 | DVD | DVD image format. (Requires the LEAD DVD Writer, LEAD MPEG-2 Encoder, LEAD MPEG Audio Encoder, and LEAD MPEG-2 Multiplexer filters.) Use this target format to compose DVD images by creating a new DVD image or appending to an existing image. To gain access to the DVD writer object, call CaptureCtrl.GetSubObject with the ObjType parameter set to CaptureObject.Sink. If the target format is TargetFormatType.DVD, then the target file, in the CaptureCtrl.TargetFile property is a folder name and not a filename. The DVD writer will create all needed files and subfolders. |
18 | NET | Network stream. The target format used to transmit multimedia streams over TCP/IP networks using LEAD network modules. The transmitted streams can be received by a PlayCtrl object with the PlayCtrl.SourceFile set to the server address. For more information on network modules, see: LEAD Network Multiplexer, LEAD Network Sink, LEAD Network Source, and LEAD Network Demultiplexer. |
19 | MPEG2DICOM | DICOM video format with embedded MPEG2 audio/video content. |
20 | ISO | ISO Base video file format. This format can be used to create multiple file formats: MP4, AVC, QuickTime, F4V (Flash HD), 3GPP, etc. |
21 | MP3LAME | MP3 audio format using the public domain LAME audio compressor. The LAME audio compressor must be installed for this format to work. |
22 | MP3Default | MP3 audio format using the recommended MP3 compressor selected by the toolkit. |
23 | MPEG2Transport | MPEG-2 Transport format. (Requires the LEAD MPEG-2 Transport Multiplexer and LEAD Transport compatible compressor; i.e. LEAD MPEG-2 Encoder and LEAD MPEG Audio Encoder) |
24 | FLV | FLV Flash Version 6 video format. (Requires the LEAD H263 Video Encoder and the LEAD FLV Multiplexer). Supports the following types of audio: PCM(5.5KHz, 11.025KHz, 22.05KHz, 44.1KHz) or MP3(22.05KHz, 44.1KHz). |
25 | FLVH263 | FLV Flash Version 6 format with LEAD FLV Multiplexer, LEAD H263 encoder and a MP3 encoder. The audio is automatically converted to 44.1KHz MP3. Do not select any compressors when using this format. |
26 | FLVH264 | F4V/MP4 Flash Version 9 format using the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD ISO Multiplexer.Do not select any compressors when using this format. |
27 | DVRProgram | LBL LEAD DVR Buffer format using MPEG2 Program Stream. |
28 | DVRTransport | LBL LEAD DVR Buffer format using MPEG2 Transport Stream. |
29 | DVR | LBL LEAD DVR Buffer format. |
30 | MXF | MXF file format. |
31 | DVSDMXF | DVSD-MXF file format. |
32 | MKV | MKV file format. |
33 | FLVH264_2 | FLV Flash Version 9 format using the LEAD H264 Video Encoder, LEAD AAC Encoder and the LEAD FLV Multiplexer.Do not select any compressors when using this format. |
34 | NULL | NULL format designed for extracting metadata quickly from a file without using many system resources. Do not select any compressors when using this format. |
35 | SSF | IIS Smooth Streaming format using built-in H264 and WMV video encoders, AAC and WMA audio encoders. Do not select any compressors when using this format. |
36 | LTES | LEAD Elementary Stream format, for use in distributed processing of transcoding tasks. |
37 | RTSP | Target format used to transmit multimedia streams using the LEAD RTSP Sink filter. Can use LEAD H264 Video Encoder, LEAD H265 Video Encoder and LEAD AAC Encoder. You only need to use this target format if you use the low level functions to implement an RTSP server. See the "Create an RTSP Server" link below for more information. |
38 | MPEG2TransportDICOM | DICOM video format with embedded H.264/AVC video and MPEG Audio (Layer 1, 2 or 3), AAC, AC3 or LPCM audio content in an MPEG-2 Transport container. |
39 | ISODICOM | DICOM video format with embedded H.264/AVC video and AAC audio content in an ISO/MP4 container. |
40 | AAC | Advanced Audio Coding lossy audio compressor. |
See the CaptureCtrl.TargetFormat and ConvertCtrl.TargetFormat properties for more information on how this enumeration is used.
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