MP4 & QuickTime File Splitter
From AVObjects Knowledge Base
		(Difference between revisions)
		
		
 (→Types of Streams)  | 
		|||
| Line 23: | Line 23: | ||
* '''avc1''' - H.264/AVC stream according to ITU-T Rec. H.264 / ISO/IEC 14496-10 and ISO/IEC 14496-15: Advanced Video Coding (AVC) file format  | * '''avc1''' - H.264/AVC stream according to ITU-T Rec. H.264 / ISO/IEC 14496-10 and ISO/IEC 14496-15: Advanced Video Coding (AVC) file format  | ||
| − | * '''mp4v''' - MPEG-4   | + | * '''mp4v''' - MPEG-4 video stream according to ISO/IEC 14496-2: Visual  | 
| − | * '''mp4a''' - AAC   | + | * '''mp4a''' - AAC audio stream according to ISO/IEC 14496-3, Audio and ISO/IEC 13818-7, Advanced Audio Coding (AAC)  | 
| + | * '''mp3''' - MPEG Layer 3 audio stream according to ISO/IEC 11172-3 and ISO/IEC 13818-3  | ||
* '''raw''', '''twos''', '''sowt''', '''in24''', '''in32''', etc. - PCM Audio with big or little endian, 1 or 2 channels, 8, 16, 24 or 32 bits  | * '''raw''', '''twos''', '''sowt''', '''in24''', '''in32''', etc. - PCM Audio with big or little endian, 1 or 2 channels, 8, 16, 24 or 32 bits  | ||
| − | * '''MPEG-2 types''' - MPEG-2   | + | * '''MPEG-2 types''' - MPEG-2 video stream according to ISO/IEC 13818-2  | 
* '''s263''', '''h263''' - H.263 video stream  | * '''s263''', '''h263''' - H.263 video stream  | ||
* '''samr''' - AMR audio  | * '''samr''' - AMR audio  | ||
Revision as of 20:08, 23 August 2011
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Splitter (demultiplexer) for MP4 and QuickTime video files.
Overview
Demultiplexer (splitter) for the MPEG-4 container.
Filename Extensions
- .MP4
 - .MOV
 - .F4V
 - .3GP
 
Types of Streams
- avc1 - H.264/AVC stream according to ITU-T Rec. H.264 / ISO/IEC 14496-10 and ISO/IEC 14496-15: Advanced Video Coding (AVC) file format
 - mp4v - MPEG-4 video stream according to ISO/IEC 14496-2: Visual
 - mp4a - AAC audio stream according to ISO/IEC 14496-3, Audio and ISO/IEC 13818-7, Advanced Audio Coding (AAC)
 - mp3 - MPEG Layer 3 audio stream according to ISO/IEC 11172-3 and ISO/IEC 13818-3
 - raw, twos, sowt, in24, in32, etc. - PCM Audio with big or little endian, 1 or 2 channels, 8, 16, 24 or 32 bits
 - MPEG-2 types - MPEG-2 video stream according to ISO/IEC 13818-2
 - s263, h263 - H.263 video stream
 - samr - AMR audio
 - Generic video (png, jpeg, etc.) - encoded video streams
 
Supported Standards
- ISO/IEC 14496-1 (MPEG-4 Part 1): Systems
 - ISO/IEC 14496-12 (MPEG-4 Part 12): ISO Base Media File Format
 - ISO/IEC 14496-14 (MPEG-4 Part 14): MP4 File Format
 
You Might Also Need
See Also
- Decoder Pack (available with Broadcast Automation Platform)