MP4 & QuickTime Writer

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 47: Line 47:
  
 
* {{LinkDescription|H.264/AVC Encoder}}
 
* {{LinkDescription|H.264/AVC Encoder}}
* {{LinkDescription|M-JPEG Video Encoder}}
+
* {{LinkDescription|M-JPEG Video Encoder DirectShow Filter}}
 
* {{LinkDescription|DVCPRO HD Encoder}}
 
* {{LinkDescription|DVCPRO HD Encoder}}
 
* {{LinkDescription|AAC Encoder}}
 
* {{LinkDescription|AAC Encoder}}

Revision as of 15:55, 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

Related Products

Action Items