[Not Applicable]
[Not Applicable]
[Not Applicable]
The MPEG-2 standard represents video sequences by video elementary streams. Video elementary streams represent the raw output of a video encoder that compresses the video sequences and can be associated with other elementary streams, such as an audio elementary stream. The video elementary stream and associated other elementary streams after PES packetisation form what is known as a program. The PES streams so formed from Video and associated other streams are packetized into fixed length transport packets for transmission over a communication medium. The transport packets are transported as a stream (a transport stream) over a communication channel for decoding by a decoder.
The transport stream can include any number of programs multiplexed together for transport over a communication channel. Each program may use a different compression factor and bit rate that can change dynamically, even though the overall bit rate stays constant. The foregoing is known as statistical multiplexing. A decoder must be able to change from one program to the next and correctly select the appropriate video, audio, and other associated elementary streams.
The decoder demultiplexes the transport packets using a combination of parameters and tables. The transport packets include a header with packet identification parameter. The packet identification parameters correspond to entries in a program access table and Program Map Table that is present in the transport stream.
Once the video and audio elementary streams are demultiplexed and extracted from the transport stream, the video and audio elementary streams can be stored separately for future playback. The video and audio elementary streams are usually stored in a high capacity memory, such as a hard disc drive.
Some trick mode schemes now allow for simultaneous playback of multiple video elementary streams. For example, a feature known as Picture in Picture includes a primary video with another video displayed in a small section of the screen. The foregoing can be achieved in decoders with multiple playback channels. Additional playback channels are needed because after the video elementary streams are extracted from the transport stream, the video elementary streams are not readily distinguishable from one another.
However, addition of playback channels to decoder systems requires additional hardware and increases costs.
Further limitations and disadvantages of convention and traditional systems will become apparent to one of skill in the art through comparison of such systems with the invention as set forth in the remainder of the present application with reference to the drawings.
Aspects of the present invention are directed to a system, method, and apparatus for playing back a plurality of video elementary streams with one playback channel is presented herein. A video decoder decodes and displays a plurality of video elementary streams stored in a hard disc drive. During playback of the plurality of video elementary streams, a host processor modifies the video elementary streams to allow remaining hardware and software to distinguish the various portions of one video elementary stream from another.
In one embodiment, the host processor breaks the video elementary stream into fixed length packets, wherein the pictures in the video elementary stream are aligned with the start of the fixed length packets. The host processor provides packets containing single pictures from each video elementary stream in a predetermined ordering scheme. The predetermined ordering scheme can include, for example, a round robin scheme. Responsive thereto, a transport demultiplexer places the data from each of the video elementary streams into a corresponding plurality of buffers.
In another embodiment, the Host processor breaks the video elementary stream into fixed length packets. It only prepends the fixed length packet that starts with a non-slice start code (that indicates the beginning of a picture (or Video Access Unit) with a header information. The header information tells the number of fixed length packets after which another picture (or Video Access Unit) starts. This method ensures that the host processor need not to do too much processing.
In another embodiment, the host processor breaks the video elementary stream into fixed length packets and prepends each fixed length packet with a header byte containing an identifier identifying the video elementary stream.
These and other advantages and novel features of the present invention, as well as illustrated embodiments thereof will be more fully understood from the following description and drawings.
Referring now to
Each frame 110 comprises a two-dimensional grid of pixels 111. The two-dimensional grid of pixels 111 is divided into 8×8 segments 112. The MPEG standard takes advantage of spatial and temporal redundancy to compress the 8×8 segments. Each 8×8 segment is represented by a data structure known as a macroblock 113. The first macroblock in each row includes a row start code 113a.
The macroblocks 113 are grouped in what are known as slice groups. Each of the macroblocks 113 belonging to a slice group is stored in a data structure known as a slice 114. A slice 114 is commenced by a slice start code 114a. Each of the slices 114 associated with the frame are stored together in a data structure known as a picture 115. The picture 115 is a compressed representation of a frame and is also referred to as a video access unit (VAU). The pictures 115 are then grouped together as a group of pictures 120. Groups of pictures 120 are then stored, forming what is known as a video elementary stream 125.
The video elementary stream 125 is then broken into variable size segments that are packetized, forming packetized elementary stream (PES) packets 130. The PES 135 is then broken into fixed length segments. In MPEG-2, the fixed length is usually 188 bytes. Each fixed length segment forms a payload 140a portion of a transport packet 140. The transport packet 140 also includes at least four header bytes 140b with various parameters. The transport packets 140 are transported as a stream (a transport stream) over a communication channel for decoding by a decoder.
Any number of program streams can be multiplexed together for transport over a transmission over a communication channel. Each program may use a different compression factor and bit rate that can change dynamically even though the overall bit rate stays constant. The foregoing is known as statistical multiplexing. A decoder must be able to change from one program to the next and correctly select the appropriate audio and data channels.
Referring now to
The transport demultiplexer 225 receives any number of input channels 240 carrying transport streams 140. The transport streams 140 are processed by the transport demultiplexer 225 to extract elementary streams 125 and stored in the buffer 220. The transport demultiplexer 225 is also used for video playback.
The buffer 220 comprises a pre-hard disc drive buffer 220a, a post hard disc drive buffer 220b, and a video buffer 220c. The extracted elementary streams 125 are stored in the pre-hard disc drive buffer. The host processor 205 transfers the extracted elementary streams 125 from the pre-hard disc drive and writes the extracted elementary streams 125 to the hard disc drive 235.
When the extracted elementary stream is written to the pre-hard disc drive buffer 220a, an entry is logged into the index table 237. The index table stores start codes, such as, for example, pictures start codes, stream header start codes, and GOP header start codes. Each start code stored in the index table 237 is associated with an address indicator storing the address in the pre-hard disc drive 220a where the start code is stored.
During playback, the host processor 205 puts the video elementary stream 125 stored in the hard disc drive 235 into the post hard disc drive buffer 220b. The playback data feeder 230 feeds the data from the post hard disc drive buffer 220b to the transport demultiplexer 225. The transport demultiplexer 225 places the played back stream into the video buffer 220c. The data in the video buffer 220c is decoded and displayed by the video decoder 210.
The video buffer 220c can be configured by the host processor 205 to comprise any number of other buffers 220c(1) . . . 220c(n), wherein each buffer stores a particular video elementary stream 125 for playback. When a plurality of video elementary streams 125 are played back, the demultiplexer stores each of the video elementary streams 125 played back in a particular one of the buffers 220c(1) . . . 220c(n).
Referring now to
Although the decoder system 200 may only include a single playback data feeder 230, the decoder system 200 can play back a plurality of video elementary streams 125. During the playback of the plurality of video elementary streams 125, the host processor 205 modifies the video elementary streams 125 to allow the transport demultiplexer 205 to identify the different played back video elementary streams.
In one embodiment, the host processor 205 aligns the start of the first non-slice start code in the pictures of the video elementary streams with the start of virtual 188-byte packets. The host processor 205 then feeds single pictures from the different video elementary streams 125 in a predetermined ordering scheme. In another embodiment, the host processor 205 provides the elementary stream in the form of 188 byte packets, wherein the first byte of the packet identifies the video elementary stream.
Referring now to
In order for the host processor 205 to provide single pictures, the host processor 205 aligns the first non-slice start codes 410 to the start of the fixed length packets 405. Accordingly, as the host processor 205 breaks the video elementary streams 125 into fixed length packets, the host processor 205 examines the video elementary stream for the first non-slice start codes 410. When the host processor 205 finds a first non-slice start code 410, after a Slice start code, the host processor 205 breaks the packet 405 into two portions—the portion containing the data prior to the first non-slice start code 410 and the portion containing the first non-slice start code 410 and the following data. The portion containing the data prior to the first non-slice start code 410 is padded with 0's until the portion contains the fixed length of bytes.
The portion containing the first non-slice start code 410 commences a new fixed length packet 405. The fixed length packet 405 comprises the fixed length portion of the video elementary stream 125 beginning with the first non-slice start code.
The host processor 205 can provide a single picture in a series of fixed length packets 405 to the playback data feeder 235. When playing back multiple video elementary streams 125, the host processor 205 can provide packets comprising single pictures from each of the played back video elementary streams in a predetermined ordering scheme. The predetermined order scheme can comprise, for example, a round robin scheme.
Referring now to
After sending the picture from the selected video elementary stream 125 at 515, the host processor 205 determines at 520, whether the selected video elementary stream 125 is the last video elementary stream 125 in the sorted order. If the selected video elementary stream 125 is not the last video elementary stream 125 in the sorted order, the next video elementary stream 125 in the sorted order is selected at 525, and 515 is repeated. If the selected video elementary stream 125 is the last video elementary stream 125 in the sorted order, 515 (selecting the first video elementary stream 125 in the sorted order) is repeated.
As host processor 205 provides each picture to the playback data feeder 230, the transport demultiplexer 225 places the pictures of the video elementary streams in the particular one of the plurality of buffers 220c(1) . . . 220c(n) associated with the video elementary stream.
Referring now to
As the host processor 205 provides the modified video elementary stream 125 to the playback data feeder 230, the transport demultiplexer 225 examines the header bytes 605a of incoming packets 605. The transport demultiplexer 225 places the packets from the video elementary streams in the particular one of the plurality of buffers 220c(1) . . . 220c(n) associated with the video elementary stream.
The decoder system as described herein may be implemented as a board level product, as a single chip, application specific integrated circuit (ASIC), or with varying levels of the decoder system integrated with other portions of the system as separate components. The degree of integration of the decoder system will primarily be determined by the speed and cost considerations. Because of the sophisticated nature of modern processor, it is possible to utilize a commercially available processor, which may be implemented external to an ASIC implementation. Alternatively, if the processor is available as an ASIC core or logic block, then the commercially available processor can be implemented as part of an ASIC device wherein the flow diagram of
While the invention has been described with reference to certain embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the scope of the invention. In addition, many modifications may be made to adapt particular situation or material to the teachings of the invention without departing from its scope. Therefore, it is intended that the invention not be limited to the particular embodiment(s) disclosed, but that the invention will include all embodiments falling within the scope of the appended claims.
Number | Date | Country | |
---|---|---|---|
Parent | 10610247 | Jun 2003 | US |
Child | 14279873 | US |