MPEG Program Stream
Program stream (PS or MPEG-PS) is a container format (digital), container format for multiplexing digital audio, video and more. The PS format is specified in MPEG-1 Part 1 (ISO/IEC 11172-1) and MPEG-2 Part 1, Systems (ISO/IEC standard 13818-1/ITU-T H.222.0). The MPEG-2 Program Stream is analogous and similar to ISO/IEC 11172 Systems layer and it is forward compatible.ISO (2000-12-01ISO/IEC 13818-1 : 2000, Second editionPage X, Retrieved on 2009-07-25 Program streams are used on DVD-Video discs and HD DVD video discs, but with some restrictions and extensions.DVD - MPeg differences Retrieved on 2009-07-24 The filename extensions are VOB and Enhanced VOB, EVO respectively. Coding structure Program streams are created by combining one or more Packetized Elementary Streams (PES), which have a common time ...[...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
The National Archives (United Kingdom)
The National Archives (TNA; ) is a non-ministerial government department, non-ministerial department of the Government of the United Kingdom. Its parent department is the Department for Culture, Media and Sport of the United Kingdom, United Kingdom of Great Britain and Northern Ireland. It is the official National archives, national archive of the UK Government and for England and Wales; and "guardian of some of the nation's most iconic documents, dating back more than 1,000 years." There are separate national archives for Scotland (the National Records of Scotland) and Northern Ireland (the Public Record Office of Northern Ireland). TNA was formerly four separate organisations: the Public Record Office (PRO), the Royal Commission on Historical Manuscripts, Historical Manuscripts Commission, the Office of Public Sector Information (OPSI) and Office of Public Sector Information, His Majesty's Stationery Office (HMSO). The Public Record Office still exists as a legal entity, as ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
MPEG-2 Part 2
H.262 or MPEG-2 Part 2 (formally known as ITU-T Recommendation H.262 and ISO/IEC 13818-2, also known as MPEG-2 Video) is a video coding format standardised and jointly maintained by ITU-T Study Group 16 Video Coding Experts Group (VCEG) and ISO/ IEC Moving Picture Experts Group (MPEG), and developed with the involvement of many companies. It is the second part of the ISO/IEC MPEG-2 standard. The ITU-T Recommendation H.262 and ISO/IEC 13818-2 documents are identical. The standard is available for a fee from the ITU-T and ISO. MPEG-2 Video is very similar to MPEG-1, but also provides support for interlaced video (an encoding technique used in analog NTSC, PAL and SECAM television systems). MPEG-2 video is not optimized for low bit-rates (e.g., less than 1 Mbit/s), but somewhat outperforms MPEG-1 at higher bit rates (e.g., 3 Mbit/s and above), although not by a large margin unless the video is interlaced. All standards-conforming MPEG-2 Video decoders are also fully capab ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Elementary Stream
An elementary stream (ES) as defined by the MPEG communication protocol is usually the output of an audio encoder or video encoder. An ES contains only one kind of data (e.g. audio, video, or closed caption). An elementary stream is often referred to as "elementary", "data", "audio", or "video" bitstreams or streams. The format of the elementary stream depends upon the codec or data carried in the stream, but will often carry a common header when packetized into a packetized elementary stream. Header for MPEG-2 video elementary stream General layout of MPEG-1 audio elementary stream The digitized sound signal is divided up into blocks of 384 samples in Layer I and 1152 samples in Layers II and III. The sound sample block is encoded within an audio frame: * header * error check * audio data * ancillary data The header of a frame contains general information such as the MPEG Layer, the sampling frequency, the number of channels, whether the frame is CRC protected, whether ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Bytes
The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit of memory in many computer architectures. To disambiguate arbitrarily sized bytes from the common 8-bit definition, network protocol documents such as the Internet Protocol () refer to an 8-bit byte as an octet. Those bits in an octet are usually counted with numbering from 0 to 7 or 7 to 0 depending on the bit endianness. The size of the byte has historically been hardware-dependent and no definitive standards existed that mandated the size. Sizes from 1 to 48 bits have been used. The six-bit character code was an often-used implementation in early encoding systems, and computers using six-bit and nine-bit bytes were common in the 1960s. These systems often had memory words of 12, 18, 24, 30, 36, 48, or 60 bits, corresponding to ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Bit Rate
In telecommunications and computing, bit rate (bitrate or as a variable ''R'') is the number of bits that are conveyed or processed per unit of time. The bit rate is expressed in the unit bit per second (symbol: bit/s), often in conjunction with an SI prefix such as kilo (1 kbit/s = 1,000 bit/s), mega (1 Mbit/s = 1,000 kbit/s), giga (1 Gbit/s = 1,000 Mbit/s) or tera (1 Tbit/s = 1,000 Gbit/s). The non-standard abbreviation bps is often used to replace the standard symbol bit/s, so that, for example, 1 Mbps is used to mean one million bits per second. In most computing and digital communication environments, one byte per second (symbol: B/s) corresponds roughly to 8 bit/s. However if stop bits, start bits, and parity bits need to be factored in, a higher number of bits per second will be required to achieve a throughput of the same number of bytes. Prefixes When quantifying large or small bit rates, SI ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Binary Numeral System
A binary number is a number expressed in the base-2 numeral system or binary numeral system, a method for representing numbers that uses only two symbols for the natural numbers: typically "0" ( zero) and "1" ( one). A ''binary number'' may also refer to a rational number that has a finite representation in the binary numeral system, that is, the quotient of an integer by a power of two. The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit, or binary digit. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by almost all modern computers and computer-based devices, as a preferred system of use, over various other human techniques of communication, because of the simplicity of the language and the noise immunity in physical implementation. History The modern binary number system was studied in Europe in the 16th and 17th centuries by Thomas Harrio ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Sync Byte
In computer networks, a syncword, sync character, sync sequence or preamble is used to synchronize a data transmission by indicating the end of header information and the start of data. The syncword is a known sequence of data used to identify the start of a frame, and is also called ''reference signal'' or ''midamble'' in wireless communications. Prefix codes allow unambiguous identification of synchronization sequences and may serve as self-synchronizing code. Examples In an audio receiver receiving a bit stream of data, an example of a syncword is 0x0B77 for an AC-3 encoded stream. An Ethernet packet with the Ethernet preamble, 56 bits of alternating 1 and 0 bits, allowing the receiver to synchronize its clock to the transmitter, followed by a one-octet start frame delimiter byte and then the header. All USB packets begin with a sync field (8 bits long at low speed, 32 bits long at high speed) used to synchronize the receiver's clock to the transmitter's clock. A ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
SMPTE
The Society of Motion Picture and Television Engineers (SMPTE) (, rarely ), founded by Charles Francis Jenkins in 1916 as the Society of Motion Picture Engineers or SMPE, is a global professional association of engineers, technologists, and executives working in the media and entertainment industry. As an internationally recognized standards organization, SMPTE has published more than 800 technical standards and related documents for broadcast, filmmaking, digital cinema, audio recording, information technology (IT), and medical imaging. SMPTE also publishes the ''SMPTE Motion Imaging Journal'', provides networking opportunities for its members, produces academic conferences and exhibitions, and performs other industry-related functions. SMPTE membership is open to any individual or organization with an interest in the subject matter. In the US, SMPTE is a 501(c)(3) organization, 501(c)3 non-profit charitable organization. History An informal organizational meeting was hel ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Dolby AC-3
Dolby Digital, originally synonymous with Dolby AC-3 (see below), is the name for a family of audio compression technologies developed by Dolby Laboratories. Called Dolby Stereo Digital until 1995, it is lossy compression (except for Dolby TrueHD). The first use of Dolby Digital was to provide digital sound in cinemas from 35 mm film prints. It has since also been used for TV broadcast, radio broadcast via satellite, digital video streaming, DVDs, Blu-ray discs and game consoles. Dolby AC-3 was the original version of the Dolby Digital codec. The basis of the Dolby AC-3 multi-channel audio coding standard is the modified discrete cosine transform (MDCT), a lossy audio compression algorithm. It is a modification of the discrete cosine transform (DCT) algorithm, which was proposed by Nasir Ahmed in 1972 for image compression. The DCT was adapted into the MDCT by J.P. Princen, A.W. Johnson and Alan B. Bradley at the University of Surrey in 1987. Dolby Laborator ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
Advanced Audio Coding
Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. It was developed by Dolby, AT&T, Fraunhofer and Sony, originally as part of the MPEG-2 specification but later improved under MPEG-4.ISO (2006ISO/IEC 13818-7:2006 – Information technology — Generic coding of moving pictures and associated audio information — Part 7: Advanced Audio Coding (AAC), Retrieved on 2009-08-06ISO (2006, Retrieved on 2009-08-06 AAC was designed to be the successor of the MP3 format (MPEG-2 Audio Layer III) and generally achieves higher sound quality than MP3 at the same bit rate. AAC encoded audio files are typically packaged in an MP4 container most commonly using the filename extension .m4a. The basic profile of AAC (both MPEG-4 and MPEG-2) is called AAC-LC (''Low Complexity''). It is widely supported in the industry and has been adopted as the default or standard audio format on products including Apple's iTunes Store, Nintendo's Wii, DSi and ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
MPEG-4 Part 2
MPEG-4 Part 2, MPEG-4 Visual (formally International Organization for Standardization, ISO/International Electrotechnical Commission, IEC 14496-2) is a video encoding specification designed by the Moving Picture Experts Group (MPEG). It belongs to the MPEG-4 ISO/IEC family of encoders. It uses block-wise motion compensation and a discrete cosine transform (DCT), similar to previous encoders such as MPEG-1#Part 2: Video, MPEG-1 Part 2 and H.262/MPEG-2 Part 2. Examples of popular implementations of the encoder specifications include DivX, Xvid and Nero Digital. MPEG-4 Part 2 is H.263 compatible in the sense that a basic H.263 bitstream is correctly decoded by an MPEG-4 Video decoder. (MPEG-4 Video decoder is natively capable of decoding a basic form of H.263.) In MPEG-4 Visual, there are two types of video object layers: the video object layer that provides full MPEG-4 functionality, and a reduced functionality video object layer, the video object layer with short headers (which prov ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |
|
MPEG-1 Audio Layer I
MPEG-1 Audio Layer I, commonly abbreviated to MP1, is a lossy audio codec and one of three audio formats included in the MPEG-1 standard. For files only containing MP1 audio, the file extension .mp1 is used. It is a deliberately simplified version of MPEG-1 Audio Layer II (MP2), created for applications where lower compression efficiency could be tolerated in return for a less complex algorithm that could be executed with simpler hardware requirements. While supported by most media players, the codec is considered largely obsolete due to wider acceptance of the more complex Layer II (MP2) and Layer III (MP3) MPEG-1 codecs. A limited version of MPEG-1 layer I was also used by the Digital Compact Cassette format, in the form of the PASC (Precision Adaptive Subband Coding) audio compression codec. The bit rate of PASC was fixed at 384 kilobits per second, and when encoding audio at a sample frequency of 44.1 kHz, PASC regards the padding slots as 'dummy' and sets them to ... [...More Info...] [...Related Items...] OR: [Wikipedia] [Google] [Baidu] |