MP4 & QuickTime Writer
From AVObjects Knowledge Base
(Difference between revisions)
Line 57: | Line 57: | ||
* {{LinkDescription|DVCPRO HD Decoder}} | * {{LinkDescription|DVCPRO HD Decoder}} | ||
* {{LinkDescription|Audio Decoder DirectShow Filter}} | * {{LinkDescription|Audio Decoder DirectShow Filter}} | ||
− | * [http://rm.avobjects.com/downloads/141 Mp4 Cutter object] | + | * [http://rm.avobjects.com/downloads/141 Mp4 Cutter object] - object for cutting and writing the selected part of the current file to another file "on fly". |
+ | |||
<!-- | <!-- | ||
===Other Codecs We Made=== | ===Other Codecs We Made=== |
Revision as of 16:09, 14 September 2018
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
DirectShow filter for multiplexing and writing .mp4 and .mov files.
Overview
MPEG-4 Writer is a DirectShow filter for multiplexing and writing .mp4 and .mov files. It multiplexes the input streams and writes them to MPEG-4/MOV files. The filter performs the function of both the multiplexer and the file writer and must be the last filter in the graph.
Features
- Adjustable interleaving time for input streams
- Selecting the mode of writing timecodes (only after breaks or all time codes)
- Selecting the drop/non-drop mode to process 29.97 and 59.94 timecodes.
- Selecting the mode for writing separate .mdat and metadata files. These files can be merged into one correct MPEG-4 file using "copy /b a.mp4+a.mp4.mdat b.mp4".
- Allows the shared access to the current writing file. This is a special feature for cutting and writing the selected part of the current file to another file "on fly".
Supported Types of streams
- 'avc1': H.264/AVC stream in accordance with ITU-T Rec. H.264 / ISO/IEC 14496-10 and ISO/IEC 14496-15, Advanced Video Coding (AVC) file format
- 'dv': streams in different DV formats DVSD, DV25, DV50, DV100 (720 and 1080) in accordance with SMPTE 314M-2005, SMPTE 370M-2006, IEC 61834.
- 'jpeg': streams in M-JPEG format in accordance with SMPTE 314M-2005, SMPTE 370M-2006, IEC 61834
- 'mp4a': AAC Audio streams in accordance with ISO/IEC 14496-3.
- 'sowt': PCM Audio up to 64 channels, 16 bits per mono channel, little endian.
- 'tmcd': Timecode stream from 'tmcd' track with TIMECODE_SAMPLE DirectShow samples.
Supported MPEG-4 Standards
- ISO/IEC 14496-1, Systems
- ISO/IEC 14496-12, ISO base media file format
- ISO/IEC 14496-14, MP4 file format
- ISO/IEC 14496-15, Advanced Video Coding (AVC) file format
See Also
You Might Also Need
- H.264/AVC Encoder - H.264/AVC DirectShow video encoder.
- M-JPEG Video Encoder DirectShow Filter - High-quality M-JPEG video encoder DirectShow filter with ARGB32 (alpha channel) support.
- DVCPRO HD Encoder - A high-performance DVCPRO video encoder.
- AAC Encoder - A high-performance AAC audio encoder.
- DV Splitter - DirectShow filter for splitting a digital video (DV) stream into its component video and audio streams. Supports DV25, DV50 and DV100.
Related Products
- MP4 & QuickTime File Splitter - Splitter (demultiplexer) for MP4 and QuickTime video files.
- H.264/AVC Decoder - H.264/AVC DirectShow video decoder.
- DVCPRO HD Decoder - DirectShow filter for decoding DV, DVCPRO, DVCPRO 50 and DVCPRO HD video streams.
- Audio Decoder DirectShow Filter - Decodes MP3 and AAC audio streams with the ability to switch dynamically between streams.
- Mp4 Cutter object - object for cutting and writing the selected part of the current file to another file "on fly".