请输入您要查询的百科知识:

 

词条 MPEG-4 Part 14
释义

  1. History of MP4

  2. Filename extensions

     .MP4 versus .M4A 

  3. Data streams

  4. Metadata

  5. See also

  6. References

  7. External links

{{short description|MP4 digital format for storing video and audio}}{{Redirect|MP4}}{{Infobox file format
| name = MPEG-4 Part 14
| icon =
| logo =
| screenshot =
| caption = MPEG-4 Part 14 extends over ISO Base Media File Format (MPEG-4 Part 12).[1]
| extension = .mp4, .m4a, .m4p, .m4b, .m4r and .m4v{{Bracket|Note 1}}
| mime = video/mp4
| type code = mpg4
| uniform type =
| magic =
| owner = International Organization for Standardization
| genre = Media container
| container for = Audio, video and text
| contained by =
| extended from = QuickTime File Format and MPEG-4 Part 12
| extended to =
| standard = ISO/IEC 14496-14
| free = Yes
}}

MPEG-4 Part 14 or MP4 is a digital multimedia container format most commonly used to store video and audio, but it can also be used to store other data such as subtitles and still images.[1] Like most modern container formats, it allows streaming over the Internet. The only official filename extension for MPEG-4 Part 14 files is .mp4. MPEG-4 Part 14 (formally ISO/IEC 14496-14:2003) is a standard specified as a part of MPEG-4.

Portable media players are sometimes advertised as "MP4 Players", although some are simply MP3 Players that also play AMV video or some other video format, and do not necessarily play the MPEG-4 Part 14 format.

History of MP4

MPEG-4 Part 14 is an instance of the more general ISO/IEC 14496-12:2004 (MPEG-4 Part 12: ISO base media file format) which is directly based upon the QuickTime File Format.[2][3][4][5][6]

MPEG-4 Part 14 is essentially identical to the QuickTime file format, but formally specifies support for Initial Object Descriptors (IOD) and other MPEG features.[7] MPEG-4 Part 14 revises and completely replaces Clause 13 of ISO/IEC 14496-1 (MPEG-4 Part 1: Systems), in which the file format for MPEG-4 content was previously specified.[8]

The MPEG-4 file format specification was based on the QuickTime format specification published in 2001.[9] The MPEG-4 file format, version 1 was published in 2001 as ISO/IEC 14496-1:2001, which is a revision of the MPEG-4 Part 1: Systems specification published in 1999 (ISO/IEC 14496-1:1999).[10][11][12] In 2003, the first version of the MP4 file format was revised and replaced by MPEG-4 Part 14: MP4 file format (ISO/IEC 14496-14:2003), commonly named as MPEG-4 file format version 2.[13][14] The MP4 file format was generalized into the ISO Base Media File format ISO/IEC 14496-12:2004, which defines a general structure for time-based media files. It in turn is used as the basis for other file formats in the family (for example MP4, 3GP, Motion JPEG 2000).[2][15][16]

MP4 file format versions
Version Release date Standard Description
MP4 file format version 1 2001 ISO/IEC 14496-1:2001 MPEG-4 Part 1 (Systems), First edition
MP4 file format version 2 2003 ISO/IEC 14496-14:2003 MPEG-4 Part 14 (MP4 file format), Second edition

The MP4 file format defined some extensions over the ISO Base Media File Format to support MPEG-4 visual/audio codecs and various MPEG-4 Systems features such as object descriptors and scene descriptions. Some of these extensions are also used by other formats based on ISO base media file format (e.g. 3GP).[17] A list of all registered extensions for ISO Base Media File Format is published on the official registration authority website. The registration authority for code-points (identifier values) in "MP4 Family" files is Apple Inc. and it is named in Annex D (informative) in MPEG-4 Part 12.[15] Codec designers should register the codes they invent, but the registration is not mandatory[18] and some invented and used code-points are not registered.[19] When someone is creating a new specification derived from the ISO Base Media File Format, all the existing specifications should be used both as examples and a source of definitions and technology. If an existing specification already covers how a particular media type is stored in the file format (e.g. MPEG-4 audio or video in MP4), that definition should be used and a new one should not be invented.[15]

Filename extensions

While the only official filename extension defined by the standard is {{Mono|.mp4}}, various filename extensions are commonly used to indicate intended content:

  • MPEG-4 files with audio and video generally use the standard {{Mono|.mp4}} extension.
  • Audio-only MPEG-4 files generally have a {{Mono|.m4a}} extension. This is especially true of unprotected content.
    • MPEG-4 files with audio streams encrypted by FairPlay Digital Rights Management as were sold through the iTunes Store use the {{Mono|.m4p}} extension. iTunes Plus tracks, that the iTunes Store currently sells, are unencrypted and use {{Mono|.m4a}} accordingly.
    • Audiobook and podcast files, which also contain metadata including chapter markers, images, and hyperlinks, can use the extension {{Mono|.m4a}}, but more commonly use the {{Mono|.m4b}} extension. An {{Mono|.m4a}} audio file cannot "bookmark" (remember the last listening spot), whereas {{Mono|.m4b}} extension files can.[20]
    • The Apple iPhone uses MPEG-4 audio for its ringtones but uses the {{Mono|.m4r}} extension rather than the {{Mono|.m4a}} extension.
  • Raw MPEG-4 Visual bitstreams are named {{Mono|.m4v}} but this extension is also sometimes used for video in MP4 container format.[21]
  • Mobile phones use 3GP, an implementation of MPEG-4 Part 12 (a.k.a. MPEG-4/JPEG2000 ISO Base Media file format), similar to MP4. It uses {{Mono|.3gp}} and {{Mono|.3g2}} extensions. These files also store non-MPEG-4 data (H.263, AMR, TX3G). In practice, most (if not all) low end phones and feature phones record in this format, as most (if not all) other mobile phones and smartphones record MP4 files using the .mp4 file extension, and some high end phones can record in .raw.

.MP4 versus .M4A

M4A stands for MPEG 4 Audio and is a filename extension used to represent audio files.

Some file managers, such as Windows Explorer, look up the media type and associated applications of a file based on its filename extension. But because MPEG-4 Part 14 is a container format, MPEG-4 files may contain any number of audio, video, and even subtitle streams, therefore it is impossible to determine the type of streams in an MPEG-4 file based on its filename extension alone.

In response, Apple Inc. started using the {{Mono|.m4a}} filename extension for MP4 containers with audio data in the lossy Advanced Audio Coding (AAC) or its own Apple Lossless (ALAC) formats. Software capable of audio/video playback should recognize files with either {{Mono|.m4a}} or {{Mono|.mp4}} filename extensions, as would be expected, because there are no file format differences between the two. Most software capable of creating MPEG-4 audio will allow the user to choose the filename extension of the created MPEG-4 files.

Data streams

Most kinds of data can be embedded in MPEG-4 Part 14 files through private streams. A separate hint track is used to include streaming information in the file. The registered codecs for MPEG-4 Part 12-based files are published on the website of MP4 Registration authority (mp4ra.org),[22] but most of them are not widely supported by MP4 players. The widely supported codecs and additional data streams are:[23]

  • Video: MPEG-H Part 2 (H.265/HEVC), MPEG-4 Part 10 (H.264/AVC) and MPEG-4 Part 2

Other compression formats are less used: MPEG-2 and MPEG-1

  • Audio: Advanced Audio Coding

Also MPEG-4 Part 3 audio objects, such as Audio Lossless Coding (ALS), Scalable Lossless Coding (SLS), MP3, MPEG-1 Audio Layer II (MP2), MPEG-1 Audio Layer I (MP1), CELP, HVXC (speech), TwinVQ, Text To Speech Interface (TTSI) and Structured Audio Orchestra Language (SAOL)

Other compression formats are less used: Apple Lossless

  • Subtitles: MPEG-4 Timed Text (also known as 3GPP Timed Text).

Nero Digital uses DVD Video subtitles in MP4 files

Metadata

MP4 files can contain metadata as defined by the format standard, and in addition, can contain Extensible Metadata Platform (XMP) metadata.[24]

See also

  • Comparison of (audio/video) container formats
  • List of multimedia (audio/video) codecs
    • List of open source codecs
    • Comparison of video codecs
    • Comparison of audio coding formats

References

1. ^{{cite web|title=Copyrights and Trademarks|url=http://www.digitalhistory.uh.edu/database/article_display.cfm?HHID=426}}
2. ^{{cite web|url=http://mp4ra.org/#/references|title=References, MPEG-4 Registration authority|author=mp4ra.org - MP4 Registration authority|first=|date=|year=|website=|archive-url=|archive-date=|dead-url=|accessdate=2018-08-29}}
3. ^{{cite paper | author = ISO | title = ISO Base Media File Format white paper - Proposal | publisher = archive.org | date = April 2006 | url = http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm | accessdate = 2009-12-26 |archiveurl = https://web.archive.org/web/20080714101745/http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm |archivedate = 2008-07-14}}
4. ^{{cite paper | author = ISO | title = MPEG-4 File Formats white paper - Proposal | publisher = archive.org | date = October 2005 | url = http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm | accessdate = 2009-12-26 |archiveurl = https://web.archive.org/web/20080115035235/http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm |archivedate = 2008-01-15}}
5. ^{{cite paper | author = ISO | title = ISO Base Media File Format white paper - Proposal | publisher = chiariglione.org | date = October 2009 | url = http://mpeg.chiariglione.org/technologies/mpeg-4/mp04-ff/index.htm | accessdate = 2014-10-31 }}
6. ^{{cite web | url = https://web.archive.org/web/20141031153948/https://images.apple.com/quicktime/pdf/MPEG4_v3.pdf | title = MPEG-4 Fact Sheet | author = Apple Computer}}
7. ^RE: QT vs MPEG-4
8. ^{{cite web | url = http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=38538 | author = International Organization for Standardization | title = MPEG-4 Part 14: MP4 file format; ISO/IEC 14496-14:2003 | year = 2003 | accessdate = 2009-06-11}}
9. ^{{cite web | url = https://developer.apple.com/standards/classicquicktime.html | author = Apple Inc. | title = Classic Version of the QuickTime File Format Specification | year = 2001 | accessdate = 2009-06-14}}
10. ^{{cite web | url = http://www.digitalpreservation.gov/formats/fdd/fdd000037.shtml | author = Library of Congress | title = MPEG-4 File Format, Version 1 | year = 2001 | accessdate = 2009-06-14}}
11. ^{{cite web | url = http://tools.ietf.org/html/rfc4337#page-4 | author = Network Working Group | title = MIME Type Registration for MPEG-4 | year = 2006 | accessdate = 2009-06-14}}
12. ^{{cite web | url = http://www.iso.org/iso/iso_catalogue/catalogue_ics/catalogue_detail_ics.htm?csnumber=34903 | author = International Organization for Standardization | title = MPEG-4 Part 1: Systems; ISO/IEC 14496-1:2001 | year = 2001 | accessdate = 2009-06-11}}
13. ^{{cite web | url = http://www.digitalpreservation.gov/formats/fdd/fdd000155.shtml | author = Library of Congress | title = MPEG-4 File Format, Version 2 | year = 2003 | accessdate = 2009-06-14}}
14. ^{{cite web |url=http://mpeg.chiariglione.org/faq/mp4-sys/sys-faq-sys4gen.htm |title=MPEG-4 Systems General Issues |date=July 2001 |publisher=chiariglione.org |accessdate=2010-04-11}}
15. ^{{cite paper | author = ISO | title = ISO/IEC 14496-12:2008, Information technology -- Coding of audio-visual objects -- Part 12: ISO base media file format | publisher = International Organization for Standardization | year = 2008 | url = http://standards.iso.org/ittf/PubliclyAvailableStandards/c051533_ISO_IEC_14496-12_2008.zip | format = PDF | pages = 88, 94 | accessdate = 2009-05-30 }}
16. ^{{cite web | url = http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=38539 | author = International Organization for Standardization | title = MPEG-4 Part 12: ISO base media file format; ISO/IEC 14496-12:2004 | year = 2004 | accessdate = 2009-06-11 }}
17. ^{{cite paper |author = 3GPP2 |title = 3GPP2 C.S0050-B Version 1.0, 3GPP2 File Formats for Multimedia Services |publisher = 3GPP2 |date = 18 May 2007 |url = http://www.3gpp2.org/Public_html/specs/C.S0050-B_v1.0_070521.pdf |format = PDF |pages = 67, 68 |accessdate = 2009-06-12 |deadurl = yes |archiveurl = https://web.archive.org/web/20091007071048/http://www.3gpp2.org/Public_html/specs/C.S0050-B_v1.0_070521.pdf |archivedate = 7 October 2009 |df = }}
18. ^{{cite web | url = http://www.ftyps.com/mp4reg.html | author = Steven Greenberg | title = Registration of ftyp's | year = 2009 | accessdate = 2009-06-15}}
19. ^{{cite web | url = http://www.ftyps.com/ | author = Steven Greenberg | title = Complete List of all known MP4 / QuickTime 'ftyp' designations | year = 2009 | accessdate = 2009-06-15}}
20. ^M4b Definition - mp3.about.com
21. ^Doom9's Forum, MP4 FAQ, Retrieved on 2009-07-15
22. ^mp4ra.org - MP4 Registration authority, Registered Types - Codecs - ISO Code Points, Retrieved on 2009-07-14.
23. ^{{cite book|last1=Chapman|first1=Nigel|last2=Chapman|first2=Jenny|title=Digital multimedia|date=2004|publisher=Wiley|location=Chichester [u.a.]|isbn=9780470858905|edition=2.}}
24. ^{{cite web|title=DataDistiller™ Engine|url=http://www.digitalconfidence.com/DataDistiller-Metadata-Removal-Engine.html|publisher=Digital Confidence Ltd|accessdate=9 June 2014|quote=MP4 metadata can contain various details about the file author, the software used in its creation, and the time and date in which it was created. The metadata can also be structured in XMP format.}}

External links

  • The MP4 registration authority
  • RFC 4337 - MIME Type Registration for MPEG-4
  • Elements of the H.264 Video/AAC Audio MP4 Movie
{{Compression formats}}{{MPEG}}{{ISO standards}}MPEG-4 część 14

3 : Computer-related introductions in 2003|Digital container formats|MPEG-4

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 19:20:28