<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Espes</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Espes"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Espes"/>
		<updated>2026-04-22T04:58:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/MP4</id>
		<title>MP4</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/MP4"/>
				<updated>2014-11-11T04:29:27Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|mp4}}, {{ext|m4a}}, {{ext|m4p}}, {{ext|m4b}}, {{ext|m4r}}, {{ext|m4v}}&lt;br /&gt;
|mimetypes={{mimetype|audio/mp4}}, {{mimetype|video/mp4}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000037}}, {{LoCFDD|fdd000155}}&lt;br /&gt;
|pronom={{PRONOM|fmt/199}}&lt;br /&gt;
}}&lt;br /&gt;
'''MP4''' usually refers to the multimedia file format defined in Part 14 (and to a lesser extent Part 1) of the MPEG-4 standard.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;MP4&amp;quot; could also mean the entire [[MPEG-4]] standard, or some other subset of MPEG-4. This article only covers the Part 14 file format.&lt;br /&gt;
&lt;br /&gt;
MPEG-4 Part 14 is an application of [[ISO Base Media File Format|Part 12]]. The recommended extension for it is &amp;quot;.mp4&amp;quot;, though &amp;quot;.m4a&amp;quot; is often used for audio-only files. It is standardized by ISO/IEC 14496-14.&lt;br /&gt;
&lt;br /&gt;
Imgur uses an MP4 video format for converting animated [[GIF]]s uploaded by users into its own &amp;quot;[[GIFV]]&amp;quot; format, which is actually an MPR referenced in a video element of an [[HTML]] 5 document, which is served with a .gifv extension from their servers.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]], for the related format defined in MPEG-4 Part 15&lt;br /&gt;
* [[ISO Base Media File Format]]&lt;br /&gt;
* [[AAC]]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.iso.org/iso/catalogue_detail.htm?csnumber=38538 ISO/IEC 14496-14:2003 (MP4 file format)]  (not free to download)&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://samples.libav.org/MPEG-4/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 14|Wikipedia article: MPEG-4 Part 14]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=MP4 MultimediaWiki: MP4]&lt;br /&gt;
* [http://xhelmboyx.tripod.com/formats/mp4-layout.txt mp4-layout.txt]&lt;br /&gt;
* [http://www.mp4ra.org/ MP4 Registration Authority]&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music]]&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ISO_Base_Media_File_Format</id>
		<title>ISO Base Media File Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ISO_Base_Media_File_Format"/>
				<updated>2014-11-11T04:25:55Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Metaformats&lt;br /&gt;
|locfdd={{LoCFDD|fdd000079}}&lt;br /&gt;
}}&lt;br /&gt;
'''ISO Base Media File Format''' (occasionally abbreviated ''BMFF'') is a metaformat for &amp;quot;time-based&amp;quot; media formats (mainly audio and video). It is based on the more-general metaformat we're calling [[boxes/atoms format]].&lt;br /&gt;
&lt;br /&gt;
It is defined by Part 12 of the [[MPEG-4]] standard, and also by Part 12 of the [[JPEG 2000]] standard.&lt;br /&gt;
&lt;br /&gt;
Files always have an &amp;quot;&amp;lt;code&amp;gt;ftyp&amp;lt;/code&amp;gt;&amp;quot; box, which contains a list of &amp;quot;brands&amp;quot; that give information about the specific file format.  See the [[Boxes/atoms format#Brands|boxes/atoms]] article for more about brands.&lt;br /&gt;
&lt;br /&gt;
Much of the format was copied from [[QuickTime]] format, though not all QuickTime files use ISO Base Media File Format.&lt;br /&gt;
&lt;br /&gt;
Among the formats based on it are [[MJ2]] and [[MP4]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Files use [[boxes/atoms format]], and have both an &amp;quot;&amp;lt;code&amp;gt;ftyp&amp;lt;/code&amp;gt;&amp;quot; box and an &amp;quot;&amp;lt;code&amp;gt;moov&amp;lt;/code&amp;gt;&amp;quot; box. (We're not aware of any other standard formats that meet these conditions.)&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ISO Publicly Available Standards] → &amp;quot;ISO/IEC 14496-12...&amp;quot;&lt;br /&gt;
* [http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ISO Publicly Available Standards] → &amp;quot;ISO/IEC 15444-12...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:ISO base media file format|Wikipedia article]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG-4]]&lt;br /&gt;
[[Category:JPEG 2000]]&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Audio and Music]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ISO_Base_Media_File_Format</id>
		<title>ISO Base Media File Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ISO_Base_Media_File_Format"/>
				<updated>2014-11-11T04:19:52Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Metaformats&lt;br /&gt;
|extensions={{ext|mp4}}, {{ext|m4a}}, {{ext|m4p}}, {{ext|m4b}}, {{ext|m4r}}, {{ext|m4v}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000079}}&lt;br /&gt;
}}&lt;br /&gt;
'''ISO Base Media File Format''' (occasionally abbreviated ''BMFF'') is a metaformat for &amp;quot;time-based&amp;quot; media formats (mainly audio and video). It is based on the more-general metaformat we're calling [[boxes/atoms format]].&lt;br /&gt;
&lt;br /&gt;
It is defined by Part 12 of the [[MPEG-4]] standard, and also by Part 12 of the [[JPEG 2000]] standard.&lt;br /&gt;
&lt;br /&gt;
Files always have an &amp;quot;&amp;lt;code&amp;gt;ftyp&amp;lt;/code&amp;gt;&amp;quot; box, which contains a list of &amp;quot;brands&amp;quot; that give information about the specific file format.  See the [[Boxes/atoms format#Brands|boxes/atoms]] article for more about brands.&lt;br /&gt;
&lt;br /&gt;
Much of the format was copied from [[QuickTime]] format, though not all QuickTime files use ISO Base Media File Format.&lt;br /&gt;
&lt;br /&gt;
Among the formats based on it are [[MJ2]] and [[MP4]].&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Files use [[boxes/atoms format]], and have both an &amp;quot;&amp;lt;code&amp;gt;ftyp&amp;lt;/code&amp;gt;&amp;quot; box and an &amp;quot;&amp;lt;code&amp;gt;moov&amp;lt;/code&amp;gt;&amp;quot; box. (We're not aware of any other standard formats that meet these conditions.)&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ISO Publicly Available Standards] → &amp;quot;ISO/IEC 14496-12...&amp;quot;&lt;br /&gt;
* [http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ISO Publicly Available Standards] → &amp;quot;ISO/IEC 15444-12...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:ISO base media file format|Wikipedia article]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG-4]]&lt;br /&gt;
[[Category:JPEG 2000]]&lt;br /&gt;
[[Category:Video]]&lt;br /&gt;
[[Category:Audio and Music]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/MP4</id>
		<title>MP4</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/MP4"/>
				<updated>2014-11-11T04:10:08Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|mp4}}, {{ext|m4a}}, {{ext|m4p}}, {{ext|m4b}}, {{ext|m4r}}, {{ext|m4v}}&lt;br /&gt;
|mimetypes={{mimetype|audio/mp4}}, {{mimetype|video/mp4}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000037}}, {{LoCFDD|fdd000155}}&lt;br /&gt;
|pronom={{PRONOM|fmt/199}}&lt;br /&gt;
}}&lt;br /&gt;
'''MP4''' usually refers to the multimedia file format defined in Part 14 (and to a lesser extent Part 1) of the MPEG-4 standard.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;MP4&amp;quot; could also mean the entire [[MPEG-4]] standard, or some other subset of MPEG-4. This article only covers the Part 14 file format.&lt;br /&gt;
&lt;br /&gt;
MPEG-4 Part 14 is an application of [[ISO Base Media File Format|Part 12]]. The recommended extension for it is &amp;quot;.mp4&amp;quot;, though &amp;quot;.m4a&amp;quot; is often used for audio-only files. It is standardized by ISO/IEC 14496-14.&lt;br /&gt;
&lt;br /&gt;
Imgur uses an MP4 video format for converting animated [[GIF]]s uploaded by users into its own &amp;quot;[[GIFV]]&amp;quot; format, which is actually an MPR referenced in a video element of an [[HTML]] 5 document, which is served with a .gifv extension from their servers.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]], for the related format defined in MPEG-4 Part 15&lt;br /&gt;
* [[ISO Base Media File Format]]&lt;br /&gt;
* [[AAC]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://samples.libav.org/MPEG-4/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 14|Wikipedia article: MPEG-4 Part 14]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=MP4 MultimediaWiki: MP4]&lt;br /&gt;
* [http://xhelmboyx.tripod.com/formats/mp4-layout.txt mp4-layout.txt]&lt;br /&gt;
* [http://www.mp4ra.org/ MP4 Registration Authority]&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music]]&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/H.264</id>
		<title>H.264</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/H.264"/>
				<updated>2014-11-11T04:08:32Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|locfdd={{LoCFDD|fdd000081}}&lt;br /&gt;
}}&lt;br /&gt;
'''H.264''' is a standard for video compression and one of the most widely used HD video formats. Software routines which implement standards such as this one are known as &amp;quot;codecs&amp;quot; (for &amp;quot;coder-decoders&amp;quot;) because the encode and decode video data. They are an essential part of any system that plays or creates digital videos, and can be a component of systems that deal with all sorts of file formats that use a particular standard for encoding or compression as a part of their format.&lt;br /&gt;
&lt;br /&gt;
H.264 is controversial for being patent-encumbered, and hence subject to royalty requirements. In 2013, Cisco is attempting to partially remedy this by producing a freely distributed executable H.264 codec for many platforms for which they have paid the royalty, allowing anybody to download and use it in unmodified form royalty-free. The source code is also openly available, but any altered versions that anybody might create from it would require separate licensing, as would any distribution of the executables other than direct download from Cisco. Thus, the only way to use it as part of a product without additional license fees is to have the product's installer download the executable from Cisco during the install process, rather than including it directly in your own product (whether on disk or downloadable from your site).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]]&lt;br /&gt;
* [[MPEG-4]]&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* [http://www.itu.int/rec/T-REC-H.264 H.264 official specification page]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://www.videolan.org/developers/x264.html x264]&lt;br /&gt;
* [http://www.openh264.org/ OpenH264]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Wikipedia:H.264/MPEG-4 AVC|H.264-MPEG-4 Wikipedia entry]]&lt;br /&gt;
* [http://blogs.cisco.com/collaboration/open-source-h-264-removes-barriers-webrtc Cisco open-sources H-264 codec]&lt;br /&gt;
* [https://blog.mozilla.org/blog/2013/10/30/video-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec/ Mozilla to use H.264 codec from Cisco]&lt;br /&gt;
&lt;br /&gt;
== Commentary==&lt;br /&gt;
* [http://xiphmont.livejournal.com/61927.html Comments on Cisco, Mozilla, and H.264]&lt;br /&gt;
* [http://blogs.computerworlduk.com/open-enterprise/2013/10/is-cisco-open-sourcing-its-code---or-openwashing/index.htm More commentary]&lt;br /&gt;
* [http://blogs.computerworlduk.com/open-enterprise/2013/10/living-in-a-post-h264-world/index.htm Towards a post-H.264 world]&lt;br /&gt;
* [http://gigaom.com/2013/10/30/google-sticks-with-vp8-opposes-ciscos-push-for-h-264/ Google sticks with VP8, opposes Cisco’s push to make H.264 the default codec for WebRTC]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://wiki.multimedia.cx/?title=H.264 MultimediaWiki: H.264]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/H.264</id>
		<title>H.264</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/H.264"/>
				<updated>2014-11-11T04:08:11Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|locfdd={{LoCFDD|fdd000081}}&lt;br /&gt;
}}&lt;br /&gt;
'''H.264''' is a standard for video compression and one of the most widely used HD video formats. Software routines which implement standards such as this one are known as &amp;quot;codecs&amp;quot; (for &amp;quot;coder-decoders&amp;quot;) because the encode and decode video data. They are an essential part of any system that plays or creates digital videos, and can be a component of systems that deal with all sorts of file formats that use a particular standard for encoding or compression as a part of their format.&lt;br /&gt;
&lt;br /&gt;
H.264 is controversial for being patent-encumbered, and hence subject to royalty requirements. In 2013, Cisco is attempting to partially remedy this by producing a freely distributed executable H.264 codec for many platforms for which they have paid the royalty, allowing anybody to download and use it in unmodified form royalty-free. The source code is also openly available, but any altered versions that anybody might create from it would require separate licensing, as would any distribution of the executables other than direct download from Cisco. Thus, the only way to use it as part of a product without additional license fees is to have the product's installer download the executable from Cisco during the install process, rather than including it directly in your own product (whether on disk or downloadable from your site).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]]&lt;br /&gt;
* [[MPEG-4]]&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* [http://www.itu.int/rec/T-REC-H.264 H.264 official specification page]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
[https://www.videolan.org/developers/x264.html x264]&lt;br /&gt;
[http://www.openh264.org/ OpenH264]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Wikipedia:H.264/MPEG-4 AVC|H.264-MPEG-4 Wikipedia entry]]&lt;br /&gt;
* [http://blogs.cisco.com/collaboration/open-source-h-264-removes-barriers-webrtc Cisco open-sources H-264 codec]&lt;br /&gt;
* [https://blog.mozilla.org/blog/2013/10/30/video-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec/ Mozilla to use H.264 codec from Cisco]&lt;br /&gt;
&lt;br /&gt;
== Commentary==&lt;br /&gt;
* [http://xiphmont.livejournal.com/61927.html Comments on Cisco, Mozilla, and H.264]&lt;br /&gt;
* [http://blogs.computerworlduk.com/open-enterprise/2013/10/is-cisco-open-sourcing-its-code---or-openwashing/index.htm More commentary]&lt;br /&gt;
* [http://blogs.computerworlduk.com/open-enterprise/2013/10/living-in-a-post-h264-world/index.htm Towards a post-H.264 world]&lt;br /&gt;
* [http://gigaom.com/2013/10/30/google-sticks-with-vp8-opposes-ciscos-push-for-h-264/ Google sticks with VP8, opposes Cisco’s push to make H.264 the default codec for WebRTC]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://wiki.multimedia.cx/?title=H.264 MultimediaWiki: H.264]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/MP4</id>
		<title>MP4</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/MP4"/>
				<updated>2014-11-11T03:58:21Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|mp4}}, {{ext|m4a}}, {{ext|m4p}}, {{ext|m4b}}, {{ext|m4r}}, {{ext|m4v}}&lt;br /&gt;
|mimetypes={{mimetype|audio/mp4}}, {{mimetype|video/mp4}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000037}}, {{LoCFDD|fdd000155}}&lt;br /&gt;
|pronom={{PRONOM|fmt/199}}&lt;br /&gt;
}}&lt;br /&gt;
'''MP4''' usually refers to the multimedia file format defined in Part 14 (and to a lesser extent Part 1) of the MPEG-4 standard.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;MP4&amp;quot; could also mean the entire [[MPEG-4]] standard, or some other subset of MPEG-4. This article only covers the Part 14 file format.&lt;br /&gt;
&lt;br /&gt;
MPEG-4 Part 14 is an application of [[ISO Base Media File Format|Part 12]]. The recommended extension for it is &amp;quot;.mp4&amp;quot;, though &amp;quot;.m4a&amp;quot; is often used for audio-only files. It is standardized by ISO/IEC 14496-14.&lt;br /&gt;
&lt;br /&gt;
Imgur uses an MP4 video format for converting animated [[GIF]]s uploaded by users into its own &amp;quot;[[GIFV]]&amp;quot; format, which is actually an MPR referenced in a video element of an [[HTML]] 5 document, which is served with a .gifv extension from their servers.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]], for the related format defined in MPEG-4 Part 15&lt;br /&gt;
* [[AAC]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://samples.libav.org/MPEG-4/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 14|Wikipedia article: MPEG-4 Part 14]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=MP4 MultimediaWiki: MP4]&lt;br /&gt;
* [http://xhelmboyx.tripod.com/formats/mp4-layout.txt mp4-layout.txt]&lt;br /&gt;
* [http://www.mp4ra.org/ MP4 Registration Authority]&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music]]&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/MP4</id>
		<title>MP4</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/MP4"/>
				<updated>2014-11-11T03:56:13Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|mp4}}, {{ext|m4a}}, {{ext|m4p}}, {{ext|m4b}}, {{ext|m4r}}, {{ext|m4v}}&lt;br /&gt;
|mimetypes={{mimetype|audio/mp4}}, {{mimetype|video/mp4}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000037}}, {{LoCFDD|fdd000155}}&lt;br /&gt;
|pronom={{PRONOM|fmt/199}}&lt;br /&gt;
}}&lt;br /&gt;
'''MP4''' usually refers to the multimedia file format defined in Part 14 (and to a lesser extent Part 1) of the MPEG-4 standard.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;MP4&amp;quot; could also mean the entire [[MPEG-4]] standard, or some other subset of MPEG-4. This article only covers the Part 14 file format.&lt;br /&gt;
&lt;br /&gt;
MPEG-4 Part 14 is an application of [[ISO Base Media File Format|Part 12]]. The recommended extension for it is &amp;quot;.mp4&amp;quot;, though &amp;quot;.m4a&amp;quot; is often used for audio-only files. It is standardized by ISO/IEC 14496-14.&lt;br /&gt;
&lt;br /&gt;
Imgur uses an MP4 video format for converting animated [[GIF]]s uploaded by users into its own &amp;quot;[[GIFV]]&amp;quot; format, which is actually an MPR referenced in a video element of an [[HTML]] 5 document, which is served with a .gifv extension from their servers.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[AVC (file format)]], for the related format defined in MPEG-4 Part 15&lt;br /&gt;
* [[AAC]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://samples.libav.org/MPEG-4/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 14|Wikipedia article: MPEG-4 Part 14]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=MP4 MultimediaWiki: MP4]&lt;br /&gt;
* [http://www.mp4ra.org/ MP4 Registration Authority]&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music]]&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/AAC</id>
		<title>AAC</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/AAC"/>
				<updated>2014-11-11T03:52:05Z</updated>
		
		<summary type="html">&lt;p&gt;Espes: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|released=1997&lt;br /&gt;
|extensions={{ext|aac}}, {{ext|mp4}}, {{ext|m4a}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000114}}, others&lt;br /&gt;
}}&lt;br /&gt;
'''AAC''' ('''Advanced Audio Coding''') is a compressed audio format defined in [[MPEG-2]] Part 7 (ISO/IEC 13818-7), and in an updated form in [[MPEG-4]] Part 3 (ISO/IEC 14496-3). It was designed to be the successor to [[MP3]].&lt;br /&gt;
&lt;br /&gt;
An AAC file may contain only the raw AAC format, or it may use a multimedia container format such [[MP4]] or [[QuickTime]]. AAC is often used for the audio component of a video file.&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
Raw AAC files typically use the file extension '''.aac'''. In formats based on [[ISO Base Media File Format]], the brand &amp;quot;&amp;lt;code&amp;gt;M4A &amp;lt;/code&amp;gt;&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! LoCFDD&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-2) || {{LoCFDD|fdd000036}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-2), ADIF || {{LoCFDD|fdd000112}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-4) || {{LoCFDD|fdd000114}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-4) Low Complexity Object || {{LoCFDD|fdd000233}}&lt;br /&gt;
|-&lt;br /&gt;
|MPEG-4 File Format, V.2, with AAC || {{LoCFDD|fdd000234}}&lt;br /&gt;
|-&lt;br /&gt;
|QuickTime Audio, AAC Codec || {{LoCFDD|fdd000110}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.iso.org/iso/catalogue_detail.htm?csnumber=43345 ISO/IEC 13818-7:2006] (MPEG-2 Part 7) (not free to download)&lt;br /&gt;
* [http://www.iso.org/iso/catalogue_detail?csnumber=53943 ISO/IEC 14496-3:2009] (MPEG-4 Part 3) (not free to download)&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://ffmpeg.org/ FFmpeg]&lt;br /&gt;
* [[VLC]]&lt;br /&gt;
* [http://www.audiocoding.com/faad2.html FAAD2]&lt;br /&gt;
* [http://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html Fraunhofer FDK AAC]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://download.wavetlan.com/SVV/Media/HTTP/http-aac.htm&lt;br /&gt;
* http://samples.libav.org/A-codecs/AAC/&lt;br /&gt;
* http://samples.libav.org/A-codecs/suite/MP4A&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Advanced Audio Coding|Wikipedia: Advanced Audio Coding]]&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 3|Wikipedia: MPEG-4 Part 3]]&lt;br /&gt;
* [[Wikipedia:MPEG-2|Wikipedia: MPEG-2]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=Advanced_Audio_Coding MultimediaWiki: Advanced Audio Coding]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=Understanding_AAC MultimediaWiki: Understanding AAC]&lt;br /&gt;
* [http://www.jiscdigitalmedia.ac.uk/guide/aac-audio-and-the-mp4-media-format JISC Digital Media guide: AAC Audio and the MP4 Media Format]&lt;br /&gt;
* [http://www.vialicensing.com/licensing/aac-overview.aspx AAC licensing]&lt;br /&gt;
* [http://inkdroid.org/journal/2014/05/23/realaudio-aac-and-archivy/ RealAudio, AAC and Archivy]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG-4]]&lt;/div&gt;</summary>
		<author><name>Espes</name></author>	</entry>

	</feed>