Content deleted Content added
m Date maintenance tags and general fixes: build 443: |
m →top: HTTP to HTTPS for SourceForge |
||
(48 intermediate revisions by 33 users not shown) | |||
Line 1:
{{short description|Container format for multiplexing digital audio, video and more}}
{{Infobox file format
| name = MPEG Program Stream
| icon =
| logo =
| extension = .mpg, .mpeg, .m2p, .ps
| mime = video/MP2P,<ref name="rfc3555"/> video/MP1S,<ref name="rfc3555">{{cite web |url=http://tools.ietf.org/html/rfc3555#page-39 |title=RFC 3555 - MIME Type Registration of RTP Payload Formats |date=July 2003
| type code =
| uniform type = public.mpeg<ref name="pronom-mpeg2ps"/><ref name="pronom-mpeg1ps"/>
| magic =
| owner = [[MPEG]]
| released = {{Start date
| latest release version = ISO/IEC 13818-1:2019
| latest release date =
| type = [[Container format (digital)|Container format]]
| container for = Audio, video, data
| contained by =
| extended from =
| extended to = [[VOB]], [[Enhanced VOB|EVO]], [[MOD and TOD (video format)|MOD]]
| standard = ISO/IEC 11172-1,<ref name="11172-1" />
| open = Yes
| free = Yes<ref>{{cite tech report |publisher=Library of Congress |___location=Washington, D.C. |series=Sustainability of Digital Formats |type=Full draft |title=MPEG-2 Encoding Family |date=14 February 2012 |url=https://www.loc.gov/preservation/digital/formats/fdd/fdd000335.shtml |access-date=13 December 2021 |quote=Licenses pertain to tools and not to streams or files per se.}}</ref>
}}
'''Program stream''' ('''PS''' or '''MPEG-PS''') is a [[container format (digital)|container format]] for [[multiplexing]] [[digital audio]], [[video]] and more.
Program streams are used on [[DVD-Video]] discs and [[HD DVD]] video discs, but with some restrictions and extensions.<ref name="mpeg-dvd">[https://dvd.sourceforge.net/dvdinfo/dvdmpeg.html DVD - MPeg differences], Retrieved on 2009-07-24</ref><ref>MPEG.org (July 21, 1996) [http://www.mpeg.org/MPEG/DVD/Book_B/Video.html DVD Technical Notes - Video Data Specifications] {{Webarchive|url=https://web.archive.org/web/20150621150928/http://www.mpeg.org/MPEG/DVD/Book_B/Video.html |date=2015-06-21 }}, Retrieved on 2009-07-25</ref> The filename extensions are [[VOB]] and [[Enhanced VOB|EVO]] respectively.
Program streams are created by combining one or more [[Packetized Elementary Stream]]s (PES), which have a common time base, into a single stream. It is designed for reasonably reliable media such as disks, in contrast to [[MPEG transport stream]] which is for data transmission in which loss of data is likely. Program streams have variable size records and minimal use of [[start code]]s which would make over the air reception difficult, but has less overhead. Program stream coding layer allows only one [[MPEG transport stream#Programs|program]] of one or more elementary streams to be combined into a single stream, in contrast to transport stream, which allows multiple programs.<ref name="iso13818" />▼
==Coding structure==
MPEG-2 Program stream can contain MPEG-1 Part 2 video, [[MPEG-2 Part 2]] video, MPEG-1 Part 3 audio ([[MPEG-1 Audio Layer III|MP3]], [[MPEG-1 Audio Layer II|MP2]], [[MPEG-1 Audio Layer I|MP1]]) or MPEG-2 Part 3 audio.<ref name="iso13818"/> It can also contain [[MPEG-4 Part 2]] video, MPEG-2 Part 7 audio ([[Advanced audio coding|AAC]]) or MPEG-4 Part 3 (AAC) audio,<ref name="iso13818"/> but they are rarely used.{{Citation needed|reason=MPEG-4 Part 2 streams can be found in many countries and increasingly so as ASO continues worldwide|date=August 2010}} The MPEG-2 Program stream has provisions for non-standard data (e.g. [[AC-3]] audio or subtitles) in the form of so-called private streams.<ref name="whatisvob">[http://www.mpucoder.com/DVD/vobov.html What is a VOB file], Retrieved on 2009-07-26</ref> International Organization for Standardization authorized [[SMPTE]] Registration Authority, LLC as the registration authority for MPEG-2 format identifiers. It publishes list of compression formats which can be encapsulated in MPEG-2 transport stream and program stream.<ref>[http://smpte-ra.org/mpegreg/mpeg.html SMPTE Registration Authority, LLC - registration authority for MPEG-2 format identifiers] Retrieved on 2009-07-06</ref>▼
▲Program streams are created by combining one or more [[Packetized Elementary Stream]]s (PES), which have a common time base, into a single stream.
▲MPEG-2 Program stream can contain MPEG-1 Part 2 video, [[MPEG-2 Part 2]] video, MPEG-1 Part 3 audio ([[MPEG-1 Audio Layer III|MP3]], [[MPEG-1 Audio Layer II|MP2]], [[MPEG-1 Audio Layer I|MP1]]) or MPEG-2 Part 3 audio.<ref name="iso13818"/> It can also contain [[MPEG-4 Part 2]] video, MPEG-2 Part 7 audio ([[Advanced audio coding|AAC]]) or MPEG-4 Part 3 (AAC) audio,<ref name="iso13818"/> but they are rarely used.{{Citation needed|reason=MPEG-4 Part 2 streams can be found in many countries and increasingly so as ASO continues worldwide|date=August 2010}} The MPEG-2 Program stream has provisions for non-standard data (e.g. [[Dolby AC-3|AC-3]] audio or subtitles) in the form of so-called private streams.<ref name="whatisvob">[http://www.mpucoder.com/DVD/vobov.html What is a VOB file], Retrieved on 2009-07-26</ref> International Organization for Standardization authorized [[SMPTE]] Registration Authority, LLC as the registration authority for MPEG-2 format identifiers. It publishes a list of compression formats which can be encapsulated in MPEG-2 transport stream and program stream.<ref>
==Coding
{|class="wikitable"
|+ Partial MPEG-2 Program Stream
!Name
!Number<br/>of [[bit]]s
!Description
|-
|[[sync byte]]s||32||0x000001BA
|-
|marker bits||2||01[[binary numeral system|b]] for MPEG-2 version. The marker bits for the MPEG-1 version are 4 bits with value 0010[[binary numeral system|b]].
|-
|System clock [32..30]||3||
|-
|marker bit||1||1 Bit always set.
Line 72 ⟶ 75:
|+ Partial system header format
!Name
!Number<br/>of [[bytes]]
!Description
|-
Line 83 ⟶ 86:
|audio bound and flags||1||
|-
|flags,
|-
|Packet rate restriction and reserved byte||1||
Line 91 ⟶ 94:
*[[Elementary stream]]
*[[MPEG transport stream]]
*[[MPEG-1]]▼
==References==
Line 98 ⟶ 99:
==External links==
* [http://mpeg.chiariglione.org/standards/mpeg-2/mpeg-2.htm MPEG-2] {{Webarchive|url=https://web.archive.org/web/20130421094015/http://mpeg.chiariglione.org/standards/mpeg-2/mpeg-2.htm |date=2013-04-21 }}
* [http://mpeg.chiariglione.org/ Official MPEG web site]
* [https://web.archive.org/web/20121113135154/http://www.bbc.co.uk/rd/pubs/papers/index-mpeg-vision.shtml BBC On MPEG]
* [http://tools.ietf.org/html/rfc3555#page-40 RFC 3555] - MIME Type Registration of RTP Payload Formats (video/MP2P, video/MP1S)
{{Compression
{{MPEG}}
{{DEFAULTSORT:Mpeg Program Stream}}
[[Category:
[[Category:MPEG]]
[[Category:ITU-T recommendations]]
|