VVD: VCR operations for Video on Demand

Size: px
Start display at page:

Download "VVD: VCR operations for Video on Demand"

Transcription

1 VVD: VCR operations for Video on Demand Ravi T. Rao, Charles B. Owen* Michigan State University, Engineering Building, East Lansing, MI ABSTRACT Current Video on Demand (VoD) systems do not provide for interactive VCR-like scan operations such as rewind or fastforward. Pre-storing the entire movie on a set-top box for implementation of such operations is currently neither practical nor feasible. Other approaches to VCR-like controls are either computationally complex on the server or consume large amounts of bandwidth during the operation. This paper proposes a novel technique, VVD, for real-time implementation of VCR-like operations, supporting multiple scan speeds, for Video on Demand with low latency and overhead. VVD uses multi-level compression of movie files to encode the same movie at a hierarchy of playout rates. Depending on the rate at which a scan operation is requested, the corresponding compressed movie file is transmitted. Frame dropping and repetition are used to provide smooth speed transitions among the multiple levels. The overhead of this scheme can be controlled to be less than 100% of the movie storage size. Keywords: VVD, Video on demand, VCR operations, fast-forward, rewind, multi-level compression, MPEG, scan files 1. INTRODUCTION Video on Demand (VoD) services allow users to decide the programs they want to watch and play the movies ondemand"2'3'4. These systems have received a great deal of attention in recent years, particularly in Intranet and educational applications. In these applications, training materials may need to be paused or elements of a lesson repeated, so scan controls are very useful to users. However, existing systems provide only limited facilities for scan operations such as fast forward and rewind. This paper proposes VCR Operations for Video On Demand (VVD), an approach to providing VCRlike scan operations in an MPEG-based VoD system. The system utilizes hierarchical representations of the movie, video playout rate modification, and simple annotation data to provide for interactive rewind and fast-forward at varying speeds. From a user's perspective, VCR functionality of fast-forward and rewind are highly desirable features. Providing these features has typically required download and buffering of an entire video or server synthesis of scan streams. Video presentations have very large data file sizes, so download is both time consuming and requires extensive buffer space. Server synthesis of scan streams from video data requires complex analysis and re-creation of underlying frame sequences as well as recompression for transmission and besides, it is computationally demanding. Video on Demand has two related issues. The first is support for VCR-like scan operations (such as rewind and fast-forward). The second is the ability to broadcast many different movies to different users at regular intervals within the constraints of limited bandwidth. Shenoy and Vin' propose scan operations through the use of a base stream and an enhancement stream as a means of providing VCR functionality for video servers. The base stream carries basic information and is combined with the enhanced stream before being transmitted during normal playout. When the user requests a scan operation, only the base stream is transmitted since quality of the movie may not be very important during such operations. A problem with this approach is that it allows only a single rate of rewind or fast forward. Besides, regular transmission now involves processing of two different streams, which might make real-time applicability of this solution non-trivial. Chen et a!.2 suggest the use of a disk array for VCR operations. For this purpose, a movie is divided into segments that correspond to a GOP, and each successive segment is stored on the next available disk in the disk array. In this way, segments to be transmitted can be retrieved in parallel thus increasing throughput. Accessing the correct disk segments can simulate rewind and fast forward operations. As an example, if a viewer requests a fast-forward at twice the regular playout speed, the server accesses the first, third, fifth disks and transmits the segments from them. The level of granularity for this solution is a segment and the display to the user could be choppy even if the scan speeds are low. * Correspondence: cbowen@cse.msu.edu; WWW: Telephone: Part of the SPIE Conference on Multimedia Systems and Applications II 192 Boston, Massachusetts September 1999 SPIE Vol X/99/$1 0.00

2 Another problem typically faced by cable operators is that they may have multiple viewers watching the same movie at different points in time. This problem is addressed in Basu et al.3 where the authors suggest altering the playout rates of a movie so as to allow a stream to catch up to another in time. Viewers are grouped into multicast clusters and those behind are merged with the next cluster by dropping frames from the movie. As a result, a channel can be freed and bandwidth is conserved. The authors also suggest merging through content insertion (such as commercials) for the viewers whose streams are ahead of larger groups watching the same movie. Bandwidth considerations for scan operations are addressed in Dey- Sircar et al.4 where the authors associate a Quality of Service (QoS) guarantee with scan operations. A rewind or a fastforward operation is allowed only if there is sufficient bandwidth for transmission of the stream at the required higher rate. Otherwise, the request is rejected. Bandwidth constraints clearly complicate a real-time solution for scan operation support by video servers. However, even in the presence of infinite bandwidth, it would still be difficult to support both rewind and fast-forward. The rewind operation, in particular, is quite tricky to support in real time in compression formats such as MPEG. MPEG, which is discussed in more detail in the next section, utilizes inter-frame compression techniques that require reordering of frames and induces a large amount of dependency among the transmitted frames. A rewind operation requires a massive reordering of frames each time it is requested. It may be possible to download large segments of a movie into a set-top box and process user requests locally. However, it will still take some time for the correct frames to be referenced before they can be displayed. Scan operations at increased playout rates require very high bandwidths, both on the communications channel and to the set-top buffer device. Rewind is further complicated in compression environments such as MPEG by the recursive dependencies of frames. Determining the previous frame when playing in reverse may require recreation of a large number of frames that the frame is dependent upon, leading to choppy playback that is clearly noticeable to the user. Real time support for scan operations, therefore, is best facilitated if pre-processing at the server (such as merging two different streams or reordering of frames in a GOP) is minimized. Similarly, it is desirable that the client-side set-top box not be responsible either for reordering frames or for displaying frames at varying rates. Finally, it is critical that scan operations not require significantly higher bandwidth than ordinary play operations. VVD enables support for varying rate scanoperations at the video server with minimal processing at both the client (viewer) and the server by storing a hierarchy of playout rates and frame location annotation information. Access to frames is fast and requires little server processing resources. The client system need only present the frames as received, though it may require modification to accommodate the varying bit-rates. The transmission bandwidth requirement is little changed from that of normal transmission. This paper focuses on forward and reverse playback of content at normal or faster speeds. Slow motion is easily implemented at the client by simply repeating displayed frames. The server need only reduce the transmission rate of the video appropriately. Reverse slow motion is symmetrical in that VVD supports normal rate reverse playback, which can be easily slowed by the client. 2. MPEG COMPRESSION FORMAT The Motion Picture Experts Group (MPEG) has developed several standards for transmission of compressed digital video and audio5'6'7. The MPEG-i and MPEG-2 family of standards describe the compression of audio and video information for streaming applications, i.e. it can be played as it appears on the hard drive or is received on a communications channel. MPEG also supports a number of different layers and levels, depending on such factors as how many channels are transmitted (including audio) and the transmission speed of the medium the information is travelling across. This discussion will focus on the MPEG-i standard, though the concepts are equally applicable to MPEG MPEG video An MPEG video stream utilizes intra-frame and inter-frame coding techniques to compress a digital video stream. Intraframe coding (or intra-coding) techniques compress a single frame of video without regard to any surrounding frames. Nondependent frames are necessary to provide starting points for decompression of sequences and as locations where cumulative errors in reconstruction can be cancelled. Inter-frame coding (or inter-coding) exploits the large amount of redundancy between video frames to increase the compression ratio. Previous or future frames provide a template that can be used to reconstruct the inter-coded frame without transmission of as much data. Typically, MPEG video streams consist of a mix of intra- and inter-coding to provide high quality video with a vastly reduced bandwidth. MPEG stores image information in three different types of frames: I, P. and B. I (information) frames are intra-coded, i.e. the various compression techniques are applied relative to information in the current frame and not relative to any other frame in 193

3 the video sequence. Coding of such frames is based on the discrete cosine transform of successive 8x8 blocks. The compression algorithm exploits the visual response of the human eye to different characteristics of images. MPEG also exploits temporal redundancy of data between successive frames through the use of inter-coded frames: P and B. P (prediction) frames are predicted in a forward manner from an I frame or the frame constructed by a previous P frame. B frames are the bi-directional informational prediction frames, which are interpolated between lip frames. B frames lead to increased coding efficiency, however the use of interpolation requires that the reference frame that was used for backward prediction be transmitted first, out of order. As seen in Figure 1 below, the transmission and storage order is different than the order in which the frames are displayed. Frame 9 is a B frame and, as such, is dependent upon frame 10, the following I frame. Hence, frame 10 must be transmitted first. Likewise, frames 11 and 12 are dependent upon the picture constructed by the combination of frame 10, an I frame and frame 13, a P frame, so frame 13 must precede frames 11 and 12. Transmission Order 10 B I BBPBBPBB I Frame Type Display Order Figure 1: Transmission order The result of having a transmission order that is different from the order in which the frames are displayed is that the implementation of scan operations, in particular the rewind operation, becomes tricky. For the encoding pattern and display order shown in Figure 1, the order in which frames need to be transmitted for a rewind operation is shown in Figure 2. B I B B P B B P B B I Frame Type Display Order Transmission order Rewind order Figure 2: Transmission order for the rewind operation As can be seen, recursive reordering of the frames is required to ensure that the I frames that form a GOP are transmitted first followed by the P frames so that these can be used for decoding the B frames. This massive reordering could take up significant amounts of time, which may not be tolerable to the viewer that requested the scan operation. More significantly, the reconstruction of frame 1 8 requires the reconstruction of frames 10, 1 3, and 1 6. Longer IPB sequences will have an even more significant overhead. 194

4 An MPEG video stream is structured as a hierarchy of layers that provide for error handling, random search and editing, and synchronization. The top layer is the video sequence layer, which represents a video stream as a sequence of segments. A segment is a set of sequential frames called a group ofpictures (GOP). The GOP layer consists of one or more groups of intra-coded (I) frames and inter-coded (PIB) frames. The next layer is the picture layer itself, which contains the video frames. This layer is subdivided into slice layers, with each slice consisting of macroblocks, which are 16x16 arrays of luminance pixels, or picture data elements, with 2 8x8 arrays of associated chrominance pixels. Macroblocks can be further divided into distinct 8x8 blocks, for further processing such as transform coding. An interesting characteristic of the data format is that elements of each layer are proceeded by a start code that is byte aligned, simplifying random access to elements of each layer MPEG audio and systems streams In MPEG, the video stream is independent of the audio stream. The compression algorithm used for audio is based on characteristics of the human hearing model. The main advantage of having the audio stream separate from the video stream is that it can be easily filtered out if required. The MPEG Systems standard specifies how to multiplex MPEG Video and Audio bit streams into a single stream. An MPEG Systems stream contains the proper timing information so that MPEG players (or decoders) can play back the Video and the Audio properly synchronized. This paper assumes that the audio is discarded during scan operations. No attempt is made to play the audio in reverse or at a higher rate of speed. Discarding the audio during scan operations results releases at least 10% of the available bandwidth and requires that less information be stored in support of scan operations. 3. VVD OVERVIEW Current Video on Demand systems have only limited support for rewind and fast-forward. In addition, the techniques suggested are not very effective for the rewind operation. VVD defines an architecture that can seamlessly support both rewind and fast-forward at varying rates. The architecture of the system is divided into three parts as shown in Figure VVD client The client (viewer) is the set-top box or personal computer at the viewer side. The client is responsible for requesting a movie it wishes to watch. While watching the movie, the client can request scan operations, i.e. rewind and fast-forward. The client is assumed to have some interface similar to a 'scan dial" which can rotate in either direction. Rotating to the left requests a rewind and the right a fast-forward. Rotating the dial farther in the direction of the scan request increases the speed of the scan request. The client also includes an MPEG decoder that decodes the incoming MPEG stream and displays it to the viewer Multi-level compressed files The VVD video server maintains two hierarchies of movie files that enable the server to quickly service scan requests. One hierarchy contains copies of the movie in the forward direction, the other contains copies in the reverse direction. Each file is compressed at a playout rate that is twice that of the previous compressed file. Only the 1X playout rate in the forward direction includes audio. The disk space required for each higher-playout file reduces exponentially. In addition, the scansupport movie files need not be able to produce the equivalent quality as the full-rate playout. Each file represents the entire movie itself with fewer frames and lower resolution due to higher compression. In Figure 2, HF- 1 is compressed at 2X, FF-2 at 4X and FF-3 at 8X. Similarly, the video server maintains a version of the movie files (RW- 1, RW-2, RW-3) that are accessed when the client requests a rewind. These files, therefore, correspond to movies that are at given scan speeds either in fast-forward or rewind. Transmitting frames from these files is equivalent to showing a movie that is either in fast-forward or rewind at the specified rate (determined from the compression ratio). The server movie file hierarchy directly solves the scan problem for forward and reverse access at the hierarchy playout rates. Additional file annotation information, described in the following section, allows for smooth transitions between the playout speeds though the use of frame dropping. Maintaining several versions of the movie enables easy support for scan operations. However, it does require additional disk storage overhead. If we assume that each successive version of the movie is half the size of the previous one (since it is half as long), then VVD requires less than 100% storage overhead for maintaining all the files relevant for the fast-forward version of the movie. An additional 200% (extra 100% for the original movie in rewind) storage overhead is required for maintaining all files relevant for the rewind version of the movie. Therefore, with 300% extra disk space, VVD can achieve high quality displays for the viewer on any scan request. However, in practice it is possible to significantly reduce this usage by using several simple techniques. The scan-support streams do not need the audio component. This is a significant 195

5 decrease in the storage requirement (about 10-20%). Typically the quality of the movie during a scan request is not as significant as during normal-rate playout. Hence, high compression factors can be selected for scan operations, so the files will be significantly smaller. Finally, elements of the stream can be shared, particularly I-frames. The reverse playback stream can reference the I-frames in the forward stream and the faster-playout streams can reference a subset of the I-frames from the lower-speed streams. The combination of these techniques can drop the overhead for scan support to less than 100%. Details on achieving this level of overhead are discussed in Section 5. This overhead may seem significant, but a doubling in disk storage capacity per unit cost occurs about every 1.5 years. In addition, the scan-support streams will generally have significantly smaller access frequency than the underlying movie and are unlikely to require additional caching and replication for high-frequency playback requests. Finally, this is an idea method to use on DVD, where the considerable amounts of space are already available for value-added functions VVD video server The Video server is responsible for accepting incoming movie requests, processing client scan requests, and transmitting the MPEG stream to the client. It consists of three components: the MPEG Transmitter, Rewind Processor, and Fast-forward Processor. On receiving a movie request, the server copies a movie support file describing the available components into memory, initializes some tables (discussed later), and invokes the MPEG Transmitter to start transmitting the MPEG stream to the client. The Rewind Processor is responsible for processing rewind requests from the client during the movie. On receipt of a rewind request, the Rewind Processor processes the request to determine the rate at which the rewind is requested. The server now determines if it has an MPEG file for the movie that is at the desired rate/compression level. If it has this file, it directs the MPEG transmitter to offset to the correct location in the file and start transmitting from that point on, until it receives another request. If there is no MPEG file for the scan rate in the request, the server chooses the closest MPEG file slower than the requested rate and drops frames in order to achieve a playout rate approximating the effective rate requested by the client. The Fast-forward Processor is responsible for processing fast-forward requests from the client in a manner similar to the Rewind Processor. For both scan operations, the video server filters out the audio stream since audio is not an important component during a scan. CLIENT SERVER FF1 FF2 FF3 M P E G C L I E N T D R E E C Q 0 U D E E S R T S Fast Forward Request Show Movie MPEG Movie Stream Rewind Reauest p I '1 Fast-Forward Processor MPEG Movie Transmitter Rewind Processor Original Movie RW 1 RW2 RW3 Figure 3: VVD System Architecture 196

6 4. FILE ANNOTATIONS FOR VVD A common problem in systems that can provide VCR operations for Video on demand is that they try to reorder the frames when the user does a rewind or a fast-forward. The rewind operation, whether it is done at the server or locally at the client can lead to choppy display for the viewer. VVD avoids this problem by maintaining the multi-level file hierarchy. The video server maintains the same movie at different compression levels for both rewind and fast-forward. The Berkeley encoder9 was used to create files in the desired format from YUV files of a movie. Client requests for, say, a rewind at a twice the original movie rate will be equivalent to transmitting frames from the rewind version of the movie whose compression level is twice that of the original movie. Since the server does not have to reorder frames to service a scan request, but, instead just offsets to the correct location in the file, VVD is suitable for use in large-scale real time video servers. On receiving a scan request, the server needs to start transmitting frames from the correct location in the corresponding scan support file. For this purpose, the server maintains tables that map location of frames in the various rewind and fast-forward scan support files. This table is created on initialization and startup of the video server and is stored in memory. On receiving a scan request, the server checks the table for the location of the closest I frame in the corresponding file. The entry in the table is a pointer to a location in the file from where the video server should start transmitting. Once the server has the position in the file, it simply starts transmitting from there on. The only operations that need to be done during a scan is a table lookup and a seek operation to the correct position on the disk. These operations are not time consuming. A further reduction in disk space can be achieved if instead of maintaining actual scan support files, we maintain tables that reference the I frames in the original version of the movie and only create the P and B frames in-between the two. Thus, for a file to be compressed at 2X, table entry for the new file will point to alternate I frames, and P and B frames could be predicted between these I frames. Since I frames are approximately twice the size of P frames and typically five times the size of B frames8, such a technique leads to a drastic reduction in the amount of extra disk space required. 5. PLAYOUT OPERATION ANDTRANSITIONS The video server keeps transmitting the original MPEG movie stream until it receives a scan request from the client. On receipt of such a request, the server checks to see if it has the scan file at the rate requested. If it has, the serversimply offsets to the correct location in that file and starts transmitting from there until it receives some other request from the client. However, since the client uses a dial for scan requests, it is possible (and likely) that the client will request a scan rate for which the server does not have any scan support file. In situations where the server cannot directly transmit from a specified file, the video server creates a rate/compression level on the fly that corresponds as closely as possible with the actual rate the client requested. For this purpose, the server selects the scan support file whose playout rate is the greatest available rate less than the requested rate. Therefore, if the client requests a 5X rate, the server uses the 4X file. Instead of transmitting all the frames from this file, the server instead drops frames in a way so that the effective rate is approximately the same as that requested by the client. The server cannot randomly drop frames. Since I frames are the information frames and both P and B frames depend on it, it is not possible to drop them unless we drop two consecutive groups of pictures. This can be done when the scan rate requested is extremely high; however at low rates, this will lead to large holes in the movie making it difficult for the viewer to seek to its desired location. P frames can only be dropped when all successive P and B frames until the next I frame have also been dropped. B frames are interpolated from I and P frames, however no frames depend on B frames. Therefore, B frames can be dropped without having to drop any extra frames. On receiving a scan request from a client for which the server does not have a scan file, the server computes the percentage of frames that need to be dropped to achieve the effective scan rate that the client is requesting. Therefore, if the requested rate is 9X, the server computes that approximately 1 1 % of the frames need to be dropped in every GOP. It next checks to seeif it is possible to achieve the percentage drop rate by just dropping B frames. If it is possible, then B frames are dropped uniformly across the GOP. If the required rate cannot be achieved by this technique, then in addition to the B frames, the P frames are dropped as well starting from the rightmost P frame in a GOP and this is repeated if necessary. An entire GOP can be dropped as well if the required rate is still not satisfied. Dropping of frames in this manner does not involve a lot of processing since every frame is clearly demarcated by start codes that can be located easily. In this way, the server adapts the scan rate to the rate requested by the client. Since the hierarchy always contains a file that has a playout rate twice that of the current file, the maximum frame drop rate is 50%, which cart nearly always be accommodated using B frames only. In the frame pattern distribution discovered by Acharya and Smith8, only content recorded using the I, ILP, and IPPP frame patterns 197

7 could not accommodate 50% drop rates in B frames only and these easily accommodate the drop rate using P or I frames directly. Highly sophisticated encoders tend to use a greater percentage of B frames. Set of frames to drop to discard a P frame IBBPBBPBBPBBPBBIBBPBBPBBPBBPBBI 1' Set of frames to drop to discard an I frame Figure 4: Dropping frames An additional way to adapt the scan rate would be to add frames to a scan file that is compressed more than what is requested by the client. The server can repeat B frames to achieve the requested scan rate or the server could create additional B frames and P frames using prediction algorithms. Predictive frame interpolation algorithms are time-intensive and unlikely to achieve real-time performance. Adding B frames is simple, but can yield a jerky presentation. It would also be easy to modify the protocol to indicate that the client should playout slightly slower. Decreased playout is useful when the client requests a rate such as 3 1X. In such a case, instead of dropping a large percentage of frames from the 16X file, we couldadd some frames to the 32X file. Adding B frames, which are the smallest frame units, actually decreases the baiidwidth requirement for playout, since the file is transmitted slower and has a lower average bits-per-frame ratio. A combination of the two techniques: dropping frames and adding frames provides a way in which the server can adapt the scan rate regardless of what scan files it maintains. It also helps in removing some scan files and conserving disk space as well. We only tested frame drop-based solutions in our implementation. As an example, assume a 3Mbps base video file. In order to support fast-forward operations, VVD stores the base video file and a hierarchy of 2X, 4X, 8X, etc. (Experiments have limited fast-forward speeds to 64X). The 2X scan support file need not be stored at the same bit-rate, since the quality during scans is less important. For this example, assume scan support files are encoded at 1Mbps. The decoder must be modified to accommodate the switching bit-rates, but this is a simple modification. Because the bit-rate is 1/3 that of the base stream and half the length, the 2X scan support file requires 1/6 the storage. The next levels of the hierarchy require 1/12, 1/24, etc. With this structure, the scan support files for forward scan require less than 33% overhead. If a 1Mbps reverse scan support file is assumed, the total overhead for forward and reverse scan support is about 100%. Sharing of I frames among the scan support files can further reduce that overhead. When B frames are dropped in order to increase the playout speed of a video sequence, the bit-rate increases. Since B frames are the smallest and most efficient unit of picture storage, dropping B frames negatively impacts the average compression ratio for the sequence. The worst case of 50% frame drops and 0-length B frames would double the frame rate. In practical systems, B frames are about 0.5 of the average frame size, so dropping 50% of frames would drop about 25% of the data for a bandwidth increase of 50% during 2X playback. In VVD, this is only an issue for playout in the range 1X to 2X, since all remaining streams are compressed at lower bitrates and do not exceed 1.5Mbps for this example. For playout in the 1X to 2X ranges, the audio content is discarded, allowing from a decrease in data requirements of from 10-20%, but the bit rate can still exceed 4Mbps. Solutions for this problem include disallowing scan speeds from about 1.5X to 2X, providing an additional scan support file at 1.5X, or only allowing 2X or greater scans. When compared to conventional VCR controls, the limiting of scan support in the 1.5X to 2X range would be a minimal inconvenience. 6. CONCLUSIONS MPEG is a common standard for the transmission of audio/video information. Since it is a high-quality and efficient compression algorithm, it is likely to be used by video servers for movies, educational materials, and other Video on Demand applications. With the advent of HDTV, which is based on MPEG compression, viewers will have MPEG decoders in their televisions and its use, along with technologies such as WebTV, will increase the popularity of VoD not only on cable but over the Internet as well. With rapidly declining memory prices and the arrival of DVD players that can store nearly 100GB of data, the overhead incurred by VVD might well be more than offset by the flexibility that it provides at providing varying 198

8 rate scan operations in real time. VVD can also be used in tandem with dynamic service aggregation3 to provide a complete solution for video on demand over limited bandwidth networks. Some significant questions remain open about this technology. Future work will examine the minimum possible overhead for the VVD movie hierarchy and the most efficient means of transitioning among streams. The latency of transmitting scan requests, buffering video responses, and presenting the result does slow the appearance of the operation, though not as much as in some common tape machines. The transfer of some of the VVD operation to the client can help alleviate this latency by allowing operations to appear immediate. REFERENCES 1. P. 3. Shenoy, H. M. Vin, "Efficient support for interactive operations in multi-resolution video servers" ACM Multimedia Systems Journal, 1999 (to appear). 2. M. Chen, D. D. Kandlur, and P. S. Yu, "Support for fully interactive playout in a disk-array-based video server," Proceedings ofacm Multimedia pp , October 15-20, 1994, San Francisco, CA. 3. P. Basu, A. Narayanan, R. Krishnan, T. D.C. Little, "An implementation of dynamic service aggregation for interactive video delivery," Proceedings ofmultimedia Computing and Networking 1998, pp , January 26-28, 1998, San Jose, CA. 4. J. K. Dey-Sircar, J. Salehi, J. F. Kurose, D. Towsley, "Providing VCR capabilities in large-scale video servers", Proceedings ofacm Multimedia 1994, pp , October 15-20, 1994, San Francisco, CA. 5. Information technology - Coding ofmoving pictures and associated audiofor digital storage media at up to about 1.5Mbit/s - Part 2: Video, International standard ISO/IEC D. Le Gall, "MPEG: A Video Compression Standard for Multimedia Applications", Communications ofthe ACM, 34(4):46-58, April, L. A. Rowe, K. D. Patel, B. C Smith, K. Liu, "MPEG video in software: Representation, transmission, and playback", In Proceedings ofhigh speed networking and multimedia computing, February, Acharya, B. Smith, "An experiment to characterize videos stored on the web", Proceedings of SPIE Multimedia Computing and Networking 1998, pp , January 26-28, 1998, San Jose, CA. 9. K. L. Gong and L. A. Rowe, "Parallel MPEG-i video encoding," Proceedings of 1994 Picture Coding Symposium, Sacramento, CA, September,

Implementation of MPEG-2 Trick Modes

Implementation of MPEG-2 Trick Modes Implementation of MPEG-2 Trick Modes Matthew Leditschke and Andrew Johnson Multimedia Services Section Telstra Research Laboratories ABSTRACT: If video on demand services delivered over a broadband network

More information

Motion Video Compression

Motion Video Compression 7 Motion Video Compression 7.1 Motion video Motion video contains massive amounts of redundant information. This is because each image has redundant information and also because there are very few changes

More information

Chapter 10 Basic Video Compression Techniques

Chapter 10 Basic Video Compression Techniques Chapter 10 Basic Video Compression Techniques 10.1 Introduction to Video compression 10.2 Video Compression with Motion Compensation 10.3 Video compression standard H.261 10.4 Video compression standard

More information

Pattern Smoothing for Compressed Video Transmission

Pattern Smoothing for Compressed Video Transmission Pattern for Compressed Transmission Hugh M. Smith and Matt W. Mutka Department of Computer Science Michigan State University East Lansing, MI 48824-1027 {smithh,mutka}@cps.msu.edu Abstract: In this paper

More information

Stream Conversion to Support Interactive Playout of. Videos in a Client Station. Ming-Syan Chen and Dilip D. Kandlur. IBM Research Division

Stream Conversion to Support Interactive Playout of. Videos in a Client Station. Ming-Syan Chen and Dilip D. Kandlur. IBM Research Division Stream Conversion to Support Interactive Playout of Videos in a Client Station Ming-Syan Chen and Dilip D. Kandlur IBM Research Division Thomas J. Watson Research Center Yorktown Heights, New York 10598

More information

An Interactive Broadcasting Protocol for Video-on-Demand

An Interactive Broadcasting Protocol for Video-on-Demand An Interactive Broadcasting Protocol for Video-on-Demand Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 7724-3475 paris@acm.org Abstract Broadcasting protocols reduce

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

Network. Decoder. Display

Network. Decoder. Display On the Design of a Low-Cost Video-on-Demand Storage System Banu Ozden Rajeev Rastogi Avi Silberschatz AT&T Bell Laboratories 600 Mountain Avenue Murray Hill NJ 07974-0636 fozden, rastogi, avig@research.att.com

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 24 MPEG-2 Standards Lesson Objectives At the end of this lesson, the students should be able to: 1. State the basic objectives of MPEG-2 standard. 2. Enlist the profiles

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards COMP 9 Advanced Distributed Systems Multimedia Networking Video Compression Standards Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill jeffay@cs.unc.edu September,

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 27 H.264 standard Lesson Objectives At the end of this lesson, the students should be able to: 1. State the broad objectives of the H.264 standard. 2. List the improved

More information

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and Video compression principles Video: moving pictures and the terms frame and picture. one approach to compressing a video source is to apply the JPEG algorithm to each frame independently. This approach

More information

MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1

MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1 MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1 Toshiyuki Urabe Hassan Afzal Grace Ho Pramod Pancha Magda El Zarki Department of Electrical Engineering University of Pennsylvania Philadelphia,

More information

Analysis of MPEG-2 Video Streams

Analysis of MPEG-2 Video Streams Analysis of MPEG-2 Video Streams Damir Isović and Gerhard Fohler Department of Computer Engineering Mälardalen University, Sweden damir.isovic, gerhard.fohler @mdh.se Abstract MPEG-2 is widely used as

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

06 Video. Multimedia Systems. Video Standards, Compression, Post Production

06 Video. Multimedia Systems. Video Standards, Compression, Post Production Multimedia Systems 06 Video Video Standards, Compression, Post Production Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com Lectures

More information

Combining Pay-Per-View and Video-on-Demand Services

Combining Pay-Per-View and Video-on-Demand Services Combining Pay-Per-View and Video-on-Demand Services Jehan-François Pâris Department of Computer Science University of Houston Houston, TX 77204-3475 paris@cs.uh.edu Steven W. Carter Darrell D. E. Long

More information

Content storage architectures

Content storage architectures Content storage architectures DAS: Directly Attached Store SAN: Storage Area Network allocates storage resources only to the computer it is attached to network storage provides a common pool of storage

More information

Chapter 2 Introduction to

Chapter 2 Introduction to Chapter 2 Introduction to H.264/AVC H.264/AVC [1] is the newest video coding standard of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The main improvements

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

Multimedia Communications. Video compression

Multimedia Communications. Video compression Multimedia Communications Video compression Video compression Of all the different sources of data, video produces the largest amount of data There are some differences in our perception with regard to

More information

An Efficient Implementation of Interactive Video-on-Demand

An Efficient Implementation of Interactive Video-on-Demand An Efficient Implementation of Interactive Video-on-Demand Steven Carter and Darrell Long University of California, Santa Cruz Jehan-François Pâris University of Houston Why Video-on-Demand? Increased

More information

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come 1 Introduction 1.1 A change of scene 2000: Most viewers receive analogue television via terrestrial, cable or satellite transmission. VHS video tapes are the principal medium for recording and playing

More information

MPEG has been established as an international standard

MPEG has been established as an international standard 1100 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 9, NO. 7, OCTOBER 1999 Fast Extraction of Spatially Reduced Image Sequences from MPEG-2 Compressed Video Junehwa Song, Member,

More information

16.5 Media-on-Demand (MOD)

16.5 Media-on-Demand (MOD) 16.5 Media-on-Demand (MOD) Interactive TV (ITV) and Set-top Box (STB) ITV supports activities such as: 1. TV (basic, subscription, pay-per-view) 2. Video-on-demand (VOD) 3. Information services (news,

More information

Seamless Workload Adaptive Broadcast

Seamless Workload Adaptive Broadcast Seamless Workload Adaptive Broadcast Yang Guo, Lixin Gao, Don Towsley, and Subhabrata Sen Computer Science Department ECE Department Networking Research University of Massachusetts University of Massachusetts

More information

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 Audio and Video II Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 1 Video signal Video camera scans the image by following

More information

Evaluation of SGI Vizserver

Evaluation of SGI Vizserver Evaluation of SGI Vizserver James E. Fowler NSF Engineering Research Center Mississippi State University A Report Prepared for the High Performance Visualization Center Initiative (HPVCI) March 31, 2000

More information

17 October About H.265/HEVC. Things you should know about the new encoding.

17 October About H.265/HEVC. Things you should know about the new encoding. 17 October 2014 About H.265/HEVC. Things you should know about the new encoding Axis view on H.265/HEVC > Axis wants to see appropriate performance improvement in the H.265 technology before start rolling

More information

Principles of Video Compression

Principles of Video Compression Principles of Video Compression Topics today Introduction Temporal Redundancy Reduction Coding for Video Conferencing (H.261, H.263) (CSIT 410) 2 Introduction Reduce video bit rates while maintaining an

More information

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide ATI Theater 650 Pro: Bringing TV to the PC Perfecting Analog and Digital TV Worldwide Introduction: A Media PC Revolution After years of build-up, the media PC revolution has begun. Driven by such trends

More information

White Paper. Video-over-IP: Network Performance Analysis

White Paper. Video-over-IP: Network Performance Analysis White Paper Video-over-IP: Network Performance Analysis Video-over-IP Overview Video-over-IP delivers television content, over a managed IP network, to end user customers for personal, education, and business

More information

Real-Time Parallel MPEG-2 Decoding in Software

Real-Time Parallel MPEG-2 Decoding in Software Real-Time Parallel MPEG-2 Decoding in Software Angelos Bilas, Jason Fritts, Jaswinder Pal Singh Princeton University, Princeton NJ 8544 fbilas@cs, jefritts@ee, jps@csg.princeton.edu Abstract The growing

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

A Video Frame Dropping Mechanism based on Audio Perception

A Video Frame Dropping Mechanism based on Audio Perception A Video Frame Dropping Mechanism based on Perception Marco Furini Computer Science Department University of Piemonte Orientale 151 Alessandria, Italy Email: furini@mfn.unipmn.it Vittorio Ghini Computer

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

AUDIOVISUAL COMMUNICATION

AUDIOVISUAL COMMUNICATION AUDIOVISUAL COMMUNICATION Laboratory Session: Recommendation ITU-T H.261 Fernando Pereira The objective of this lab session about Recommendation ITU-T H.261 is to get the students familiar with many aspects

More information

Chapter 2. Advanced Telecommunications and Signal Processing Program. E. Galarza, Raynard O. Hinds, Eric C. Reed, Lon E. Sun-

Chapter 2. Advanced Telecommunications and Signal Processing Program. E. Galarza, Raynard O. Hinds, Eric C. Reed, Lon E. Sun- Chapter 2. Advanced Telecommunications and Signal Processing Program Academic and Research Staff Professor Jae S. Lim Visiting Scientists and Research Affiliates M. Carlos Kennedy Graduate Students John

More information

MULTIMEDIA TECHNOLOGIES

MULTIMEDIA TECHNOLOGIES MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR VIDEO Video streams are made up of a series of still images (frames) played one after another at high speed This fools the eye into

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Relative frequency. I Frames P Frames B Frames No. of cells

Relative frequency. I Frames P Frames B Frames No. of cells In: R. Puigjaner (ed.): "High Performance Networking VI", Chapman & Hall, 1995, pages 157-168. Impact of MPEG Video Trac on an ATM Multiplexer Oliver Rose 1 and Michael R. Frater 2 1 Institute of Computer

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

AN MPEG-4 BASED HIGH DEFINITION VTR

AN MPEG-4 BASED HIGH DEFINITION VTR AN MPEG-4 BASED HIGH DEFINITION VTR R. Lewis Sony Professional Solutions Europe, UK ABSTRACT The subject of this paper is an advanced tape format designed especially for Digital Cinema production and post

More information

Multimedia Communications. Image and Video compression

Multimedia Communications. Image and Video compression Multimedia Communications Image and Video compression JPEG2000 JPEG2000: is based on wavelet decomposition two types of wavelet filters one similar to what discussed in Chapter 14 and the other one generates

More information

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing ATSC vs NTSC Spectrum ATSC 8VSB Data Framing 22 ATSC 8VSB Data Segment ATSC 8VSB Data Field 23 ATSC 8VSB (AM) Modulated Baseband ATSC 8VSB Pre-Filtered Spectrum 24 ATSC 8VSB Nyquist Filtered Spectrum ATSC

More information

Digital Television Fundamentals

Digital Television Fundamentals Digital Television Fundamentals Design and Installation of Video and Audio Systems Michael Robin Michel Pouiin McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogota Caracas Lisbon London

More information

Storage and Retrieval Methods to Support Fully Interactive. Playout in a Disk-Array-Based Video Server

Storage and Retrieval Methods to Support Fully Interactive. Playout in a Disk-Array-Based Video Server Storage and Retrieval Methods to Support Fully Interactive Playout in a Disk-Array-Based Video Server Ming-Syan Chen, Dilip D. Kandlur and Philip S. Yu IBM Research Division Thomas J. Watson Research Center

More information

Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes. Digital Signal and Image Processing Lab

Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes. Digital Signal and Image Processing Lab Joint Optimization of Source-Channel Video Coding Using the H.264/AVC encoder and FEC Codes Digital Signal and Image Processing Lab Simone Milani Ph.D. student simone.milani@dei.unipd.it, Summer School

More information

A variable bandwidth broadcasting protocol for video-on-demand

A variable bandwidth broadcasting protocol for video-on-demand A variable bandwidth broadcasting protocol for video-on-demand Jehan-François Pâris a1, Darrell D. E. Long b2 a Department of Computer Science, University of Houston, Houston, TX 77204-3010 b Department

More information

Video coding standards

Video coding standards Video coding standards Video signals represent sequences of images or frames which can be transmitted with a rate from 5 to 60 frames per second (fps), that provides the illusion of motion in the displayed

More information

COSC3213W04 Exercise Set 2 - Solutions

COSC3213W04 Exercise Set 2 - Solutions COSC313W04 Exercise Set - Solutions Encoding 1. Encode the bit-pattern 1010000101 using the following digital encoding schemes. Be sure to write down any assumptions you need to make: a. NRZ-I Need to

More information

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique Dhaval R. Bhojani Research Scholar, Shri JJT University, Jhunjunu, Rajasthan, India Ved Vyas Dwivedi, PhD.

More information

Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape

Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape Analysis of Retrieval of Multimedia Data Stored on Magnetic Tape Olav Sandstå and Roger Midtstraum Department of Computer and Information Science Norwegian University of Science and Technology N-734 Trondheim,

More information

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Michael Smith and John Villasenor For the past several decades,

More information

Synchronization-Sensitive Frame Estimation: Video Quality Enhancement

Synchronization-Sensitive Frame Estimation: Video Quality Enhancement Multimedia Tools and Applications, 17, 233 255, 2002 c 2002 Kluwer Academic Publishers. Manufactured in The Netherlands. Synchronization-Sensitive Frame Estimation: Video Quality Enhancement SHERIF G.

More information

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Digital video, in both standard definition and high definition, is rapidly setting the standard for the highest quality television viewing experience.

More information

A Real-Time MPEG Software Decoder

A Real-Time MPEG Software Decoder DISCLAIMER This report was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees,

More information

Modeling and Evaluating Feedback-Based Error Control for Video Transfer

Modeling and Evaluating Feedback-Based Error Control for Video Transfer Modeling and Evaluating Feedback-Based Error Control for Video Transfer by Yubing Wang A Dissertation Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE In partial fulfillment of the Requirements

More information

PAL uncompressed. 768x576 pixels per frame. 31 MB per second 1.85 GB per minute. x 3 bytes per pixel (24 bit colour) x 25 frames per second

PAL uncompressed. 768x576 pixels per frame. 31 MB per second 1.85 GB per minute. x 3 bytes per pixel (24 bit colour) x 25 frames per second 191 192 PAL uncompressed 768x576 pixels per frame x 3 bytes per pixel (24 bit colour) x 25 frames per second 31 MB per second 1.85 GB per minute 191 192 NTSC uncompressed 640x480 pixels per frame x 3 bytes

More information

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Mohamed Hassan, Taha Landolsi, Husameldin Mukhtar, and Tamer Shanableh College of Engineering American

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV

SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV SWITCHED INFINITY: SUPPORTING AN INFINITE HD LINEUP WITH SDV First Presented at the SCTE Cable-Tec Expo 2010 John Civiletto, Executive Director of Platform Architecture. Cox Communications Ludovic Milin,

More information

HEVC: Future Video Encoding Landscape

HEVC: Future Video Encoding Landscape HEVC: Future Video Encoding Landscape By Dr. Paul Haskell, Vice President R&D at Harmonic nc. 1 ABSTRACT This paper looks at the HEVC video coding standard: possible applications, video compression performance

More information

Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding. Abstract. I. Introduction

Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding. Abstract. I. Introduction Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding Jun Xin, Ming-Ting Sun*, and Kangwook Chun** *Department of Electrical Engineering, University of Washington **Samsung Electronics Co.

More information

MPEG-2. ISO/IEC (or ITU-T H.262)

MPEG-2. ISO/IEC (or ITU-T H.262) 1 ISO/IEC 13818-2 (or ITU-T H.262) High quality encoding of interlaced video at 4-15 Mbps for digital video broadcast TV and digital storage media Applications Broadcast TV, Satellite TV, CATV, HDTV, video

More information

Video-on-Demand. Nick Caggiano Walter Phillips

Video-on-Demand. Nick Caggiano Walter Phillips Video-on-Demand Nick Caggiano Walter Phillips Video-on-Demand What is Video-on-Demand? Storage, transmission, and display of archived video files in a networked environment Most popularly used to watch

More information

Introduction to image compression

Introduction to image compression Introduction to image compression 1997-2015 Josef Pelikán CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ Compression 2015 Josef Pelikán, http://cgg.mff.cuni.cz/~pepca 1 / 12 Motivation

More information

A look at the MPEG video coding standard for variable bit rate video transmission 1

A look at the MPEG video coding standard for variable bit rate video transmission 1 A look at the MPEG video coding standard for variable bit rate video transmission 1 Pramod Pancha Magda El Zarki Department of Electrical Engineering University of Pennsylvania Philadelphia PA 19104, U.S.A.

More information

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure Representations Multimedia Systems and Applications Video Compression Composite NTSC - 6MHz (4.2MHz video), 29.97 frames/second PAL - 6-8MHz (4.2-6MHz video), 50 frames/second Component Separation video

More information

FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS

FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS ABSTRACT FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS P J Brightwell, S J Dancer (BBC) and M J Knee (Snell & Wilcox Limited) This paper proposes and compares solutions for switching and editing

More information

Impact of scan conversion methods on the performance of scalable. video coding. E. Dubois, N. Baaziz and M. Matta. INRS-Telecommunications

Impact of scan conversion methods on the performance of scalable. video coding. E. Dubois, N. Baaziz and M. Matta. INRS-Telecommunications Impact of scan conversion methods on the performance of scalable video coding E. Dubois, N. Baaziz and M. Matta INRS-Telecommunications 16 Place du Commerce, Verdun, Quebec, Canada H3E 1H6 ABSTRACT The

More information

Frame Processing Time Deviations in Video Processors

Frame Processing Time Deviations in Video Processors Tensilica White Paper Frame Processing Time Deviations in Video Processors May, 2008 1 Executive Summary Chips are increasingly made with processor designs licensed as semiconductor IP (intellectual property).

More information

In MPEG, two-dimensional spatial frequency analysis is performed using the Discrete Cosine Transform

In MPEG, two-dimensional spatial frequency analysis is performed using the Discrete Cosine Transform MPEG Encoding Basics PEG I-frame encoding MPEG long GOP ncoding MPEG basics MPEG I-frame ncoding MPEG long GOP encoding MPEG asics MPEG I-frame encoding MPEG long OP encoding MPEG basics MPEG I-frame MPEG

More information

Workload Prediction and Dynamic Voltage Scaling for MPEG Decoding

Workload Prediction and Dynamic Voltage Scaling for MPEG Decoding Workload Prediction and Dynamic Voltage Scaling for MPEG Decoding Ying Tan, Parth Malani, Qinru Qiu, Qing Wu Dept. of Electrical & Computer Engineering State University of New York at Binghamton Outline

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video

INTERNATIONAL TELECOMMUNICATION UNION. SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video INTERNATIONAL TELECOMMUNICATION UNION CCITT H.261 THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE (11/1988) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Coding of moving video CODEC FOR

More information

8 Concluding Remarks. random disk head seeks, it requires only small. buered in RAM. helped us understand details about MPEG.

8 Concluding Remarks. random disk head seeks, it requires only small. buered in RAM. helped us understand details about MPEG. cur buf is the viewer buer containing the FF-version of the movie from the movie buer that output the bits being transmitted In [2], we present a scheme that eliminates the delay associated with all of

More information

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a

Abstract WHAT IS NETWORK PVR? PVR technology, also known as Digital Video Recorder (DVR) technology, is a NETWORK PVR VIDEO SERVER ARCHITECTURE Jay Schiller, Senior VP Broadband Strategy and Product Management Michael Fallon, Senior Technical Writer ncube Corporation Abstract Set-top Personal Video Recording

More information

The H.263+ Video Coding Standard: Complexity and Performance

The H.263+ Video Coding Standard: Complexity and Performance The H.263+ Video Coding Standard: Complexity and Performance Berna Erol (bernae@ee.ubc.ca), Michael Gallant (mikeg@ee.ubc.ca), Guy C t (guyc@ee.ubc.ca), and Faouzi Kossentini (faouzi@ee.ubc.ca) Department

More information

Video 1 Video October 16, 2001

Video 1 Video October 16, 2001 Video Video October 6, Video Event-based programs read() is blocking server only works with single socket audio, network input need I/O multiplexing event-based programming also need to handle time-outs,

More information

Multicore Design Considerations

Multicore Design Considerations Multicore Design Considerations Multicore: The Forefront of Computing Technology We re not going to have faster processors. Instead, making software run faster in the future will mean using parallel programming

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

A low-power portable H.264/AVC decoder using elastic pipeline

A low-power portable H.264/AVC decoder using elastic pipeline Chapter 3 A low-power portable H.64/AVC decoder using elastic pipeline Yoshinori Sakata, Kentaro Kawakami, Hiroshi Kawaguchi, Masahiko Graduate School, Kobe University, Kobe, Hyogo, 657-8507 Japan Email:

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure ITU-T Rec. H.261 ISO/IEC MPEG-1 ISO/IEC MPEG-2 State-of-the-art: H.264/AVC Video Coding Standards no. 1 Applications

More information

MPEG Video Streaming with VCR Functionality

MPEG Video Streaming with VCR Functionality IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 11, NO. 3, MARCH 2001 415 MPEG Video Streaming with VCR Functionality Chia-Wen Lin, Member, IEEE, Jian Zhou, Student Member, IEEE, Jeongnam

More information

Color Image Compression Using Colorization Based On Coding Technique

Color Image Compression Using Colorization Based On Coding Technique Color Image Compression Using Colorization Based On Coding Technique D.P.Kawade 1, Prof. S.N.Rawat 2 1,2 Department of Electronics and Telecommunication, Bhivarabai Sawant Institute of Technology and Research

More information

CODING EFFICIENCY IMPROVEMENT FOR SVC BROADCAST IN THE CONTEXT OF THE EMERGING DVB STANDARDIZATION

CODING EFFICIENCY IMPROVEMENT FOR SVC BROADCAST IN THE CONTEXT OF THE EMERGING DVB STANDARDIZATION 17th European Signal Processing Conference (EUSIPCO 2009) Glasgow, Scotland, August 24-28, 2009 CODING EFFICIENCY IMPROVEMENT FOR SVC BROADCAST IN THE CONTEXT OF THE EMERGING DVB STANDARDIZATION Heiko

More information

A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension

A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension 05-Silva-AF:05-Silva-AF 8/19/11 6:18 AM Page 43 A Novel Macroblock-Level Filtering Upsampling Architecture for H.264/AVC Scalable Extension T. L. da Silva 1, L. A. S. Cruz 2, and L. V. Agostini 3 1 Telecommunications

More information

H.264/AVC Baseline Profile Decoder Complexity Analysis

H.264/AVC Baseline Profile Decoder Complexity Analysis 704 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 7, JULY 2003 H.264/AVC Baseline Profile Decoder Complexity Analysis Michael Horowitz, Anthony Joch, Faouzi Kossentini, Senior

More information

Lossless Compression Algorithms for Direct- Write Lithography Systems

Lossless Compression Algorithms for Direct- Write Lithography Systems Lossless Compression Algorithms for Direct- Write Lithography Systems Hsin-I Liu Video and Image Processing Lab Department of Electrical Engineering and Computer Science University of California at Berkeley

More information

Film Grain Technology

Film Grain Technology Film Grain Technology Hollywood Post Alliance February 2006 Jeff Cooper jeff.cooper@thomson.net What is Film Grain? Film grain results from the physical granularity of the photographic emulsion Film grain

More information

1. INTRODUCTION. Index Terms Video Transcoding, Video Streaming, Frame skipping, Interpolation frame, Decoder, Encoder.

1. INTRODUCTION. Index Terms Video Transcoding, Video Streaming, Frame skipping, Interpolation frame, Decoder, Encoder. Video Streaming Based on Frame Skipping and Interpolation Techniques Fadlallah Ali Fadlallah Department of Computer Science Sudan University of Science and Technology Khartoum-SUDAN fadali@sustech.edu

More information

Bridging the Gap Between CBR and VBR for H264 Standard

Bridging the Gap Between CBR and VBR for H264 Standard Bridging the Gap Between CBR and VBR for H264 Standard Othon Kamariotis Abstract This paper provides a flexible way of controlling Variable-Bit-Rate (VBR) of compressed digital video, applicable to the

More information

Improving Bandwidth Efficiency on Video-on-Demand Servers y

Improving Bandwidth Efficiency on Video-on-Demand Servers y Improving Bandwidth Efficiency on Video-on-Demand Servers y Steven W. Carter and Darrell D. E. Long z Department of Computer Science University of California, Santa Cruz Santa Cruz, CA 95064 Abstract.

More information

SUMMIT LAW GROUP PLLC 315 FIFTH AVENUE SOUTH, SUITE 1000 SEATTLE, WASHINGTON Telephone: (206) Fax: (206)

SUMMIT LAW GROUP PLLC 315 FIFTH AVENUE SOUTH, SUITE 1000 SEATTLE, WASHINGTON Telephone: (206) Fax: (206) Case 2:10-cv-01823-JLR Document 154 Filed 01/06/12 Page 1 of 153 1 The Honorable James L. Robart 2 3 4 5 6 7 UNITED STATES DISTRICT COURT FOR THE WESTERN DISTRICT OF WASHINGTON AT SEATTLE 8 9 10 11 12

More information

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264 SALIENT SYSTEMS WHITE PAPER How Does H.264 Work? Understanding video compression with a focus on H.264 Salient Systems Corp. 10801 N. MoPac Exp. Building 3, Suite 700 Austin, TX 78759 Phone: (512) 617-4800

More information

Information Transmission Chapter 3, image and video

Information Transmission Chapter 3, image and video Information Transmission Chapter 3, image and video FREDRIK TUFVESSON ELECTRICAL AND INFORMATION TECHNOLOGY Images An image is a two-dimensional array of light values. Make it 1D by scanning Smallest element

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2: Basics Chapter 3: Multimedia Systems Communication Aspects and Services Chapter 4: Multimedia Systems Storage Aspects Optical Storage Media Multimedia File Systems Multimedia Database Systems

More information

How to Manage Video Frame- Processing Time Deviations in ASIC and SOC Video Processors

How to Manage Video Frame- Processing Time Deviations in ASIC and SOC Video Processors WHITE PAPER How to Manage Video Frame- Processing Time Deviations in ASIC and SOC Video Processors Some video frames take longer to process than others because of the nature of digital video compression.

More information

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline Computer Representation of Audio Quantization

More information

A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand

A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand Proc.21 st International Conference on Distributed Computing Systems, Mesa, Arizona, April 2001. A Dynamic Heuristic Broadcasting Protocol for Video-on-Demand Scott R. Carter Jehan-François Pâris Saurabh

More information