SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING

Size: px
Start display at page:

Download "SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING"

Transcription

1 SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING J. Sastre*, G. Castelló, V. Naranjo Communications Department Polytechnic Univ. of Valencia Valencia, Spain J.M. López, A. Ferreras Multimedia Tech. Div., Inform. Soc. Devel. Sector Telefónica I+D, Telefónica Soluciones Telefónica, Madrid, Spain ABSTRACT This paper presents a low-complexity shot detection method for real-time low bit-rate video coding. It is oriented on compression efficiency instead of indexing purposes or scene analysis. Based on the macroblock intra/inter decision information and two thresholds, one fixed and one adaptive, it provides robust scene change detection on camera motion, zoom, high motion scenes and low values of the frame rate, setting the minimum number of necessary but heavy refreshing points (intra frames) in the stream. Its excellent results lead Telefónica Spanish company to implement it in several low bit-rate video mobile transmission applications. This is the case of the application presented in this communication, called Miravideo, which transmits audio and video via GPRS and UMTS using the new shot detection method. KEY WORDS Low bit-rate video coding, real-time, shot detection. 1 Introduction There is an increasing need to extract key information automatically from video for indexing, fast retrieval and scene analysis [1, 2, 3]. To support these purposes, reliable scene change detection algorithms have been developed [4, 5, 6, 7]. In most of the algorithms the movie (uncompressed or compressed video sequences) is previously saved (or encoded). In this paper a real-time method to detect shot changes while video is being encoded is presented. As inter-coded shot changes reduce subsequent video compression, it is important to detect them in order to improve the quality of the compressed video. On the other hand, in very low bitrate video coding it is important to minimize the number of key frames, as they need much more bits than motion compensated and predicted frames. The objective of the algorithm is that the encoder code the first picture of each shot as an intra frame, improving efficiency and quality, and setting the minimum number of refreshing points (intra-coded pictures) in the stream. Figure 1. Frame numbers and shot changes of QCIF 1 and CIF 1 sequences. 2 Shot detection method When a cut happens quality and/or coding efficiency decrease because the video encoder tries to encode the first picture of the new shot based on the last picture of the previous one, and they are very low correlated. It is better this first picture to be encoded as an independent intra frame (I) and following pictures of the same sequence to be encoded based on the previous coded pictures via motion compensation (inter P, bidirectional B, etc.). So, it is desirable the encoder to detect automatically shot changes while it is encoding a sequence, specially in low bit-rate video coding, where compression efficiency is the main objective, instead of coding pictures as intra frames periodically to refresh and protect the video stream against errors. The proposed shot detection algorithm is based on the intra MB (macroblock) decision information and two thresholds, one fixed and the other adaptive. It detects shots depending on the number of intra MB s which appear in inter frames. Previous algorithms took that decision based on absolute thresholds, and where oriented to already encoded video [8]. A low complexity encoding oriented technique is presented in this paper. We have used two generated sequences for initial testing. The first generated sequence, named CIF 1 or QCIF 1 depending on the format, consists of the concatenation of fragments of the high and low motion sequences Flower

2 (a) Q = 4, 15 fps Figure 2. Frame numbers and shot changes of QCIF 2 and CIF 2 sequences. Garden, Akiyo, Stephan, Hall, Snow, Container Ship (see fig. 1). The second one, named CIF 2 or QCIF 2, consists of fragments of the high and moderate motion sequences Flower Garden, Fun Fair Left, Coastguard, Mobile & Calendar, Stephan, Snow, where all of these sequences have high and moderate camera motion and/or zoom, apart from high and moderate motion of the video elements (see fig. 2). After initial testing, different kind of sequences (commercials, films, news reports), with several hundreds of shots, have been used finally for fixing the algorithm parameters. All the sequences are in CIF and QCIF formats, as the method is addressed to low bit-rate video coding. Figures 3 and 4 present the number of intra MB in inter frames vs. the number of frame in a H.263+ [9] coding of the CIF 2 sequence, with different quantization parameter Q and number of frames per second (fps). For Q = 4 and 15 fps, cuts are easily detected in high bit-rate video coding using a fixed threshold of 198, 50% of the total MB in the picture (CIF format 396 MB), as the number of intra MB increases significantly when coding the first picture of the new shot. The number of intra MB increases also on high motion, zooms and high camera motion but this increase is usually progressive. In spite of that, note that in the last shot of the sequence the number of MB increases almost until the threshold, due to the high motion of the Snow sequence, which shows people skying. For Q = 31 and 15 fps the number of intra MB increases slightly, specially in high camera motion, zooms, etc., and the last fixed threshold has to be increased to avoid false detections in the last shot. For low frame rates the number of intra MB increases significantly, and in most cases it is impossible to obtain a proper fixed threshold for shot detection that provide a low number of false and miss detections. To illustrate this situation figure 5 presents an example of the number of false and missed detections using only a fixed threshold T 2 in coding QCIF 2 sequence. As can be seen, with only one fixed threshold is not possible to avoid false and missed (b) Q = 31, 15 fps Figure 3. Number of intra MB vs. number of frame in a H.263+ coding of CIF 2 sequence. shot detections, i. e. there is no value of T 2 that gives zero false and missed detections. This situation is even worse when coding at low values of the frame rate and in the case of moderate and high camera motion (pan, tilt, zoom, etc.). So, instead of using a fixed threshold, we propose to use two thresholds, T 1 and T 2, and the new detection method consists of: Update an average m k of the number of intra MB of the past coded pictures with the number of intra MB of the last coded picture: m k = m k 1 (1 α) + MB k α, where k is the number of coded pictures since the last intra-coded picture, m 0 = 0, 0 < α < 1 and MB k is the number of intra MB in the last coded picture. When coding the next picture (k + 1), after the intra/inter macroblock decision of each MB, if (MB k+1 m k + T 1 and k + 1 > n) or (MB k+1 T 2 ), then the current coding is aborted and the picture is coded as an intra frame. n is the minimum number of not intra frames between two consecutive intra frames to be detected by means of the first threshold T 1. It avoids the detection of false consecutive cuts. Note that the value m k + T 1 is an adaptive threshold that adapts to the increase of intra MB in the case of high motion, zoom, high camera motion, etc. So, the algorithm produces a detection if an abrupt increase over the average number of intra MB m k takes place, and the last n frames are not intra frames. The other threshold, T 2, is fixed and will take large values. A picture will be always intra coded

3 (c) Q = 4, fps (d) Q = 31, fps Figure 4. Number of intra MB vs. number of frame in a H.263+ coding of CIF 2 sequence. tions. We will give the values of the thresholds T 1 and T 2 in % of the total MB in the format (396 MB CIF, 99 MB QCIF). The H.263+ optional modes enabled where Advanced Intra Coding, Unrestricted Motion Vectors, Advanced Prediction, Syntax-based Arithmetic Coding and Deblocking Filter [9], and the motion estimation algorithm used was that described in [10]. The coding scheme was I P P P. The sequences CIF 1, CIF 2, QCIF 1 and QCIF 2 were coded at 15, 7.5, 5, 3.75 and fps with fixed Q = 4, 5,, 31. Figure 6 presents the number of intra MB vs. the number of frame in a H.263+ coding of the CIF 2 sequence for Q = 4 and 15 fps, and the detected cuts, 17, for T 1 = 15%, n = 10 frames, α = 75%, eliminating the effect of the fixed threshold T 2, T 2 = 100%. For so low values of T 1 false detections happen, that are reduced by the condition imposed by the parameter n, which prevents from contiguous detections due to the condition of the adaptive threshold. We will see that the optimum values of T 1 lie between 42 and 50%. On the other hand, so high values of the parameter α (75%) can cause too much oscillations in the average m k. Low values of α make the average m k not to follow correctly the variations on the number of intra MB. Both situations produce the increase of false detections. if the number of intra MB, while inter coding, exceeds T 2, independently on the coding type (intra/inter) of the previous frames. T 2 limit will be as high as intra-coding is more efficient than inter-coding for an inter picture with T 2 intra MB. So the main number of shot detections will take place by means of the adaptive threshold m k +T 1. The other one is only used to detect very fast and clear shot changes (very near in time). 3 Results The algorithm parameters T 1, T 2, and α have been tuned coding the test sequences named above with a H.263+ coder and testing the number of missed and false detec- Figure 5. False and missed detections using only a fixed threshold T 2 in a H.263+ coding of QCIF 2 sequence. Figure 6. Shot detections (marked with *) over the number of intra MB vs. number of frame in a H.263+ coding of CIF 2 sequence, Q = 4, 15 fps, α = 75%, T 1 = 15%, n = 10, T 2 = 100%. Figures 7, 8 and 9 present the number of shot detections varying both thresholds T 1 and T 2, for QCIF 2 sequence coded taking [Q = 4, 15 fps, α = 25%],[Q = 15, 5 fps, α = 25%], and [Q = 31, fps, α = 25%], respectively. In the bottom right corner miss detections happen (number of detections < 5, the sequence has 5 cuts) and in the left and in the top false detections happen (> 5). Results show that the algorithm is not very sensitive in high quality and high frame rate as a wide range of both thresholds gives proper results. This is because very defined peaks over the adaptive mean m k of intra MB happen when there is a shot change in that conditions. The zone of correct detection decreases if the quality reduces (quantization step Q increasing), but the decrease is much more important with low values of fps. It is important to note that in that case some theoretically false detections would

4 be right detections because of the low correlation of consecutive coded frames taken in pannings, tilts, zooms, etc. at so low number of frames per second. Figure 10 presents the results for [Q = 31, fps, α = 75%]. It shows that the number of false detections increases and the zone of correct detection decreases if the value of the memory parameter α of the average m k is excessively large. Figure 9. Number of shot detections varying T 1 (horizontal) and T 2 (vertical) of QCIF 2 sequence (5 cuts), with Q = 31, fps, α = 25%, n = 10. Figure 7. Number of shot detections varying T 1 (horizontal) and T 2 (vertical) of QCIF 2 sequence (5 cuts), with Q = 4, 15 fps, α = 25%, n = 10. Zone filled with 5 indicates correct detection of the 5 cuts. Figure 10. Shot detections varying T 1 (horizontal) and T 2 (vertical) of QCIF 2 sequence (5 cuts), Q = 31, fps, α = 75%, n = 10. Figure 8. Number of shot detections varying T 1 (horizontal) and T 2 (vertical) of QCIF 2 sequence (5 cuts), with Q = 15, 5 fps, α = 25%, n = 10. Figure 11 presents the number of shot detections in QCIF 2 sequence, varying T 2, for n = 10, Q = 4,,31, and fps = 15, 7.5, 5, 3.75, For that case, i.e. α = 35%, T 1 = 50% and T 2 65%, the shot detections are correct for the 140 combinations of Q and fps, including the low fps ones. It is important to note that the sequences used to build the complete QCIF 2 are very different. In the real sequences tested the shots between cuts are sometimes similar. Think for example about the shot changes in a dialog in a homogeneus background, or about dark scenes. In fact, testing the algorithm with them leads to lower values of T 1 to detect properly. The statistical performance of temporal segmentation applied to obtain the recommended parameter values has been based on the number of missed detections (MD s) and false alarms (FA s), expressed as recall and precision [5]: Recall = Detects Detects + MD s, Prec. = Detects Detects + FA s, (1) and finally, fixed n = 4, the recommended values for the parameters α, T 1 and T 2 in terms of maximization of recall and precision have been α=32%, T 1 =42% and T 2 =75%, in the case of QCIF sequences, and α=35%, T 1 =50% and T 2 =75% in the case of CIF sequences. Note that giving

5 Recall Prec. CM/Z/ST t I /t P t T MQ MQ LQ Table 1. Shot change detection results (%): recall and precision of abrupt shot changes; % of undesired detections due to high camera motion (CM), zoom (Z), or special transitions (ST, wipes, dissolves, etc.); average time processing relation of coding the cuts as intra frames (t I, with detection) and as inter frames (t P, without detection); and increasing of the total processing time t T of coding with and without the shot detection method (scheme I P P P ). Figure 11. Shot detection results varying T 2, fixed T 1 = 50% and n = 10, for QCIF 2 sequence coded with Q = 4,,31, and fps= 15, 7.5, 5, 3.75, 1.875, (140 combinations of Q and fps). The zone filled with 140 and 100% below 5 indicates correct detection (the 5 cuts properly detected). lower values to T 1 and T 2 will make the algorithm more sensitive to the detection of new shots. It is important to note that the method does not detect special transitions as fades, dissolves, wipes, etc. Wipes are generated by translating a line across the frame in some direction, where the content on the two sides of the line belong to the two shots separated by the edit. In a fade, the luminance gradually decreases to, or increases from zero. In a dissolve, two shots are mixed, one increasing in intensity and the other decreasing. These special effects cannot detected with the use of the MB types alone, since they occur gradually over a series of pictures and the MB tend to remain bidirectionally or inter predicted more than intracoded over this span. But in low bit-rate video coding it is not desirable to detect gradual transitions as the correlation between a pair of contiguous pictures in that case is not low and the encoder can profit this correlation to improve coding efficiency. So, the encoder should only detect them if they are not so gradual due to a low value of the frame rate. Table 1 gives the recall and precision results using the recommended values of the algorithm parameters given above considering only the detection of abrupt shot changes (cuts). The tests have been made with three kind of sequences and coding conditions: MQ: medium quality coding. Sequences from films in CIF format, 25 fps, quantification parameter Q = 4. Mainly abrupt changes (115 shots). Alternation of high, moderate and low motion scenes; moderate camera motion and zooms, kbps average. MQ 2 : medium quality coding. News reports and commercials in CIF format, 25 fps, Q = 4. All kind of changes: cuts, fades, dissolves, etc. Very fast and short shots (52 shots). High motion, and high camera motion and zooms, so higher average bitrate: kbps (constant quantification parameter Q). LQ: low quality coding. Sequences in QCIF format, 5 fps, Q = 15. Mainly abrupt changes (200 shots). Moderate and low motion, and moderate camera motion and zooms, kbps average. Table 1 also gives the % of undesired detections due to high camera motion (CM), zoom (Z), or special transitions (ST, wipes, dissolves, etc.). Finally it presents the average processing time relation (%) of coding the first picture of a cut as an intra frame, including the time to detect it, (t I ) and as inter frame (t P, without detection), and the increase in % of the total processing time t T of coding with and without the shot detection method (scheme I P P P ). Table 2 presents the improvement of the average PSNR (db) of the next 10 pictures after the shot change for CIF 1 sequence coded with Q = 4, 15 fps, showing improvements between 0.17 and 0.8 db. The shot change detection procedure shows excellent results over 91% and near 100% in most cases for both the medium and low quality coding applications. The number of undesired detections, due to high camera motion (pan, tilt, zoom, etc.) and gradual transitions (wipe, dissolve, etc.) are below 3.03% in all tests. The processing load of the algorithm is very low ( 0.59%), and the time to code part of the cut picture as an inter frame, abort it, and recode it as an intra picture is almost the same as inter code in very low bit-rate video coding (104.20%, LQ sequences). The compression gain for the MQ, MQ 2 and LQ sequences was 0.74, 0.08 and 3.41%, respectively, greater for the low bit-rate coding one, LQ. If B frames are used (not the case of low delay and low complexity applications), it is possible to detect where is a cut using the information of the number of forward, backward or bidirectionally-predicted MB, besides the number of intra MB MB k, see [8, p. 8-10]. If the first picture of a new shot is coded as a B frame there will be a significant increase of the backward prediction of its MB. If this first picture is an inter frame, there will be a significant increase of the forward prediction of the MB of the

6 Shot Sequence PSNR lum PSNR Cr PSNR Cb Akiyo Stephan Hall Snow Container Table 2. Improvement of the average PSNR (db) of the next 10 pictures after the cut, CIF 1 seq., Q = 4, 15 fps. previous B frame. In both cases there will be a significant decrease of the number of bidirectionally-predicted MB in the B frame, and it is necessary to fix new thresholds for this new variables, which are beyond of the scope of this paper. Figure 12. Miravideo Application. Figure 12 presents the receiver of the Miravideo Application developed by Telefónica I+D, a company from the Telefónica Group. This application transmits synchronized audio and video over GPRS/UMTS channels. Receiver and transmiter of the application work on a PC or Notebook with a GPRS/UMTS modem and use the proposed detection method. The encoder can code real-time video from a camera or other sources inserting the minimum number of intra frames. 4 Conclusions An algorithm based on fixed and adaptive thresholds in order to detect shot changes automatically in low bit-rate video coding, has been presented. Results about its excellent performance in high and low bit-rate video coding, processing time and quality improvement have been given. The advantages of this algorithm are better quality in the coded sequence, low processing time, lower bit rate, and more stable performance due to coding as intra frames the pictures that are not correlated with the previous ones, better than coding pictures as intra frames periodically to refresh the stream. Moreover it can be used with all codecs that take the MB intra/inter decision such as H.26X and MPEGX codecs. Acknowledgements This work has been partially supported by the Generalitat Valenciana grant GV04B-478 and the Polytechnic University of Valencia interdisciplinary project References [1] Philippe Aigrain, HongJiang Zhang, and Dragutin Petkovic, Content-based representation and retrieval of visual media: A state-of-the-art review, Multimedia Tools and Applications, 3(3), 1996, [2] G. Ahanger and T.D.C. Little, A survey of technologies for parsing and indexing digital video, Journal of Visual Communications and Image Representations, 7(1), 1996, [3] R. Brunelli, O. Mich, and C.M.Modena, A survey on the automatic indexing of video data, Journal of Visual Comunication and Image Representation, 10, 1999, [4] W. A. C. Fernando, C. N. Canagarajah, and D. R. Bull, A unified approach to scene change detection in uncompressed and compressed video, IEEE Transactions on Consumer Electronics, 46, [5] J. Calic and E. Izquierdo, Towards real-time shot detection in the mpeg compressed domain, in WIAMIS 2001-Workshop on Image Analysis for Multimedia Interactive Services, Tampere, Finland, [6] B. Yeo and B. Liu, Rapid scene analysis on compressed video, IEEE Transactions on Circuits and Systems for Video Technology, 5(6), 1995, [7] Antonio Albiol, Valery Naranjo, and Jess Angulo, Low complexity cut detection in the presence of flicker, in Proc. of International Conference of Image Processing 2000, IEEE, Ed., [8] V. Kobla, D. Doermann, and A. Rosenfeld, Compressed domain video segmentation, CfAR Technical Report CAR-TR-839 (CS-TR-3688), 1996, citeseer.nj.nec.com/vikrant96compressed.html. [9] Draft 21 Recommendation H.263+, Video coding for low bit rate communication, ITU-T, [10] J. Sastre, A. Ferreras, and J.F. Hernández-Gil, Motion vector size-compensation based method for very low bit rate video coding, IEEE Transactions on Circuits and Systems for Video Technology, 10(7), 2000,

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

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

Improved Error Concealment Using Scene Information

Improved Error Concealment Using Scene Information Improved Error Concealment Using Scene Information Ye-Kui Wang 1, Miska M. Hannuksela 2, Kerem Caglar 1, and Moncef Gabbouj 3 1 Nokia Mobile Software, Tampere, Finland 2 Nokia Research Center, Tampere,

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

Wipe Scene Change Detection in Video Sequences

Wipe Scene Change Detection in Video Sequences Wipe Scene Change Detection in Video Sequences W.A.C. Fernando, C.N. Canagarajah, D. R. Bull Image Communications Group, Centre for Communications Research, University of Bristol, Merchant Ventures Building,

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

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

Dual frame motion compensation for a rate switching network

Dual frame motion compensation for a rate switching network Dual frame motion compensation for a rate switching network Vijay Chellappa, Pamela C. Cosman and Geoffrey M. Voelker Dept. of Electrical and Computer Engineering, Dept. of Computer Science and Engineering

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

Color Quantization of Compressed Video Sequences. Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 CSVT

Color Quantization of Compressed Video Sequences. Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 CSVT CSVT -02-05-09 1 Color Quantization of Compressed Video Sequences Wan-Fung Cheung, and Yuk-Hee Chan, Member, IEEE 1 Abstract This paper presents a novel color quantization algorithm for compressed video

More information

Reduced complexity MPEG2 video post-processing for HD display

Reduced complexity MPEG2 video post-processing for HD display Downloaded from orbit.dtu.dk on: Dec 17, 2017 Reduced complexity MPEG2 video post-processing for HD display Virk, Kamran; Li, Huiying; Forchhammer, Søren Published in: IEEE International Conference on

More information

AN IMPROVED ERROR CONCEALMENT STRATEGY DRIVEN BY SCENE MOTION PROPERTIES FOR H.264/AVC DECODERS

AN IMPROVED ERROR CONCEALMENT STRATEGY DRIVEN BY SCENE MOTION PROPERTIES FOR H.264/AVC DECODERS AN IMPROVED ERROR CONCEALMENT STRATEGY DRIVEN BY SCENE MOTION PROPERTIES FOR H.264/AVC DECODERS Susanna Spinsante, Ennio Gambi, Franco Chiaraluce Dipartimento di Elettronica, Intelligenza artificiale e

More information

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions 1128 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 11, NO. 10, OCTOBER 2001 An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions Kwok-Wai Wong, Kin-Man Lam,

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

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

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

H.261: A Standard for VideoConferencing Applications. Nimrod Peleg Update: Nov. 2003

H.261: A Standard for VideoConferencing Applications. Nimrod Peleg Update: Nov. 2003 H.261: A Standard for VideoConferencing Applications Nimrod Peleg Update: Nov. 2003 ITU - Rec. H.261 Target (1990)... A Video compression standard developed to facilitate videoconferencing (and videophone)

More information

Visual Communication at Limited Colour Display Capability

Visual Communication at Limited Colour Display Capability Visual Communication at Limited Colour Display Capability Yan Lu, Wen Gao and Feng Wu Abstract: A novel scheme for visual communication by means of mobile devices with limited colour display capability

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

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005. Wang, D., Canagarajah, CN., & Bull, DR. (2005). S frame design for multiple description video coding. In IEEE International Symposium on Circuits and Systems (ISCAS) Kobe, Japan (Vol. 3, pp. 19 - ). Institute

More information

Dual Frame Video Encoding with Feedback

Dual Frame Video Encoding with Feedback Video Encoding with Feedback Athanasios Leontaris and Pamela C. Cosman Department of Electrical and Computer Engineering University of California, San Diego, La Jolla, CA 92093-0407 Email: pcosman,aleontar

More information

Dual frame motion compensation for a rate switching network

Dual frame motion compensation for a rate switching network Dual frame motion compensation for a rate switching network Vijay Chellappa, Pamela C. Cosman and Geoffrey M. Voelker Dept. of Electrical and Computer Engineering, Dept. of Computer Science and Engineering

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

MULTI-STATE VIDEO CODING WITH SIDE INFORMATION. Sila Ekmekci Flierl, Thomas Sikora

MULTI-STATE VIDEO CODING WITH SIDE INFORMATION. Sila Ekmekci Flierl, Thomas Sikora MULTI-STATE VIDEO CODING WITH SIDE INFORMATION Sila Ekmekci Flierl, Thomas Sikora Technical University Berlin Institute for Telecommunications D-10587 Berlin / Germany ABSTRACT Multi-State Video Coding

More information

Video Transmission. Thomas Wiegand: Digital Image Communication Video Transmission 1. Transmission of Hybrid Coded Video. Channel Encoder.

Video Transmission. Thomas Wiegand: Digital Image Communication Video Transmission 1. Transmission of Hybrid Coded Video. Channel Encoder. Video Transmission Transmission of Hybrid Coded Video Error Control Channel Motion-compensated Video Coding Error Mitigation Scalable Approaches Intra Coding Distortion-Distortion Functions Feedback-based

More information

WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY

WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY (Invited Paper) Anne Aaron and Bernd Girod Information Systems Laboratory Stanford University, Stanford, CA 94305 {amaaron,bgirod}@stanford.edu Abstract

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

The H.26L Video Coding Project

The H.26L Video Coding Project The H.26L Video Coding Project New ITU-T Q.6/SG16 (VCEG - Video Coding Experts Group) standardization activity for video compression August 1999: 1 st test model (TML-1) December 2001: 10 th test model

More information

Selective Intra Prediction Mode Decision for H.264/AVC Encoders

Selective Intra Prediction Mode Decision for H.264/AVC Encoders Selective Intra Prediction Mode Decision for H.264/AVC Encoders Jun Sung Park, and Hyo Jung Song Abstract H.264/AVC offers a considerably higher improvement in coding efficiency compared to other compression

More information

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4 Contents List of figures List of tables Preface Acknowledgements xv xxi xxiii xxiv 1 Introduction 1 References 4 2 Digital video 5 2.1 Introduction 5 2.2 Analogue television 5 2.3 Interlace 7 2.4 Picture

More information

Research Topic. Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks

Research Topic. Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks Research Topic Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks July 22 nd 2008 Vineeth Shetty Kolkeri EE Graduate,UTA 1 Outline 2. Introduction 3. Error control

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

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

Performance Evaluation of Error Resilience Techniques in H.264/AVC Standard

Performance Evaluation of Error Resilience Techniques in H.264/AVC Standard Performance Evaluation of Error Resilience Techniques in H.264/AVC Standard Ram Narayan Dubey Masters in Communication Systems Dept of ECE, IIT-R, India Varun Gunnala Masters in Communication Systems Dept

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

Error concealment techniques in H.264 video transmission over wireless networks

Error concealment techniques in H.264 video transmission over wireless networks Error concealment techniques in H.264 video transmission over wireless networks M U L T I M E D I A P R O C E S S I N G ( E E 5 3 5 9 ) S P R I N G 2 0 1 1 D R. K. R. R A O F I N A L R E P O R T Murtaza

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

Adaptive Key Frame Selection for Efficient Video Coding

Adaptive Key Frame Selection for Efficient Video Coding Adaptive Key Frame Selection for Efficient Video Coding Jaebum Jun, Sunyoung Lee, Zanming He, Myungjung Lee, and Euee S. Jang Digital Media Lab., Hanyang University 17 Haengdang-dong, Seongdong-gu, Seoul,

More information

A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding

A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding Min Wu, Anthony Vetro, Jonathan Yedidia, Huifang Sun, Chang Wen

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

Error Resilient Video Coding Using Unequally Protected Key Pictures

Error Resilient Video Coding Using Unequally Protected Key Pictures Error Resilient Video Coding Using Unequally Protected Key Pictures Ye-Kui Wang 1, Miska M. Hannuksela 2, and Moncef Gabbouj 3 1 Nokia Mobile Software, Tampere, Finland 2 Nokia Research Center, Tampere,

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

Analysis of a Two Step MPEG Video System

Analysis of a Two Step MPEG Video System Analysis of a Two Step MPEG Video System Lufs Telxeira (*) (+) (*) INESC- Largo Mompilhet 22, 4000 Porto Portugal (+) Universidade Cat61ica Portnguesa, Rua Dingo Botelho 1327, 4150 Porto, Portugal Abstract:

More information

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Ju-Heon Seo, Sang-Mi Kim, Jong-Ki Han, Nonmember Abstract-- In the H.264, MBAFF (Macroblock adaptive frame/field) and PAFF (Picture

More information

Video Over Mobile Networks

Video Over Mobile Networks Video Over Mobile Networks Professor Mohammed Ghanbari Department of Electronic systems Engineering University of Essex United Kingdom June 2005, Zadar, Croatia (Slides prepared by M. Mahdi Ghandi) INTRODUCTION

More information

Drift Compensation for Reduced Spatial Resolution Transcoding

Drift Compensation for Reduced Spatial Resolution Transcoding MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com Drift Compensation for Reduced Spatial Resolution Transcoding Peng Yin Anthony Vetro Bede Liu Huifang Sun TR-2002-47 August 2002 Abstract

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

Study of AVS China Part 7 for Mobile Applications. By Jay Mehta EE 5359 Multimedia Processing Spring 2010

Study of AVS China Part 7 for Mobile Applications. By Jay Mehta EE 5359 Multimedia Processing Spring 2010 Study of AVS China Part 7 for Mobile Applications By Jay Mehta EE 5359 Multimedia Processing Spring 2010 1 Contents Parts and profiles of AVS Standard Introduction to Audio Video Standard for Mobile Applications

More information

Bit Rate Control for Video Transmission Over Wireless Networks

Bit Rate Control for Video Transmission Over Wireless Networks Indian Journal of Science and Technology, Vol 9(S), DOI: 0.75/ijst/06/v9iS/05, December 06 ISSN (Print) : 097-686 ISSN (Online) : 097-5 Bit Rate Control for Video Transmission Over Wireless Networks K.

More information

Constant Bit Rate for Video Streaming Over Packet Switching Networks

Constant Bit Rate for Video Streaming Over Packet Switching Networks International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Constant Bit Rate for Video Streaming Over Packet Switching Networks Mr. S. P.V Subba rao 1, Y. Renuka Devi 2 Associate professor

More information

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 Delay Constrained Multiplexing of Video Streams Using Dual-Frame Video Coding Mayank Tiwari, Student Member, IEEE, Theodore Groves,

More information

Research Article An Optimized Dynamic Scene Change Detection Algorithm for H.264/AVC Encoded Video Sequences

Research Article An Optimized Dynamic Scene Change Detection Algorithm for H.264/AVC Encoded Video Sequences Digital Multimedia Broadcasting Volume 21, Article ID 864123, 9 pages doi:1.1155/21/864123 Research Article An Optimized Dynamic Scene Change Detection Algorithm for H.264/AVC Encoded Video Sequences Giorgio

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

PERCEPTUAL QUALITY OF H.264/AVC DEBLOCKING FILTER

PERCEPTUAL QUALITY OF H.264/AVC DEBLOCKING FILTER PERCEPTUAL QUALITY OF H./AVC DEBLOCKING FILTER Y. Zhong, I. Richardson, A. Miller and Y. Zhao School of Enginnering, The Robert Gordon University, Schoolhill, Aberdeen, AB1 1FR, UK Phone: + 1, Fax: + 1,

More information

PACKET-SWITCHED networks have become ubiquitous

PACKET-SWITCHED networks have become ubiquitous IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 7, JULY 2004 885 Video Compression for Lossy Packet Networks With Mode Switching and a Dual-Frame Buffer Athanasios Leontaris, Student Member, IEEE,

More information

Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences

Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences , pp.120-124 http://dx.doi.org/10.14257/astl.2017.146.21 Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences Mona A. M. Fouad 1 and Ahmed Mokhtar A. Mansour

More information

Interleaved Source Coding (ISC) for Predictive Video Coded Frames over the Internet

Interleaved Source Coding (ISC) for Predictive Video Coded Frames over the Internet Interleaved Source Coding (ISC) for Predictive Video Coded Frames over the Internet Jin Young Lee 1,2 1 Broadband Convergence Networking Division ETRI Daejeon, 35-35 Korea jinlee@etri.re.kr Abstract Unreliable

More information

Multiview Video Coding

Multiview Video Coding Multiview Video Coding Jens-Rainer Ohm RWTH Aachen University Chair and Institute of Communications Engineering ohm@ient.rwth-aachen.de http://www.ient.rwth-aachen.de RWTH Aachen University Jens-Rainer

More information

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0 General Description Applications Features The OL_H264MCLD core is a hardware implementation of the H.264 baseline video compression

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

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

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING Harmandeep Singh Nijjar 1, Charanjit Singh 2 1 MTech, Department of ECE, Punjabi University Patiala 2 Assistant Professor, Department

More information

ROBUST ADAPTIVE INTRA REFRESH FOR MULTIVIEW VIDEO

ROBUST ADAPTIVE INTRA REFRESH FOR MULTIVIEW VIDEO ROBUST ADAPTIVE INTRA REFRESH FOR MULTIVIEW VIDEO Sagir Lawan1 and Abdul H. Sadka2 1and 2 Department of Electronic and Computer Engineering, Brunel University, London, UK ABSTRACT Transmission error propagation

More information

Reducing False Positives in Video Shot Detection

Reducing False Positives in Video Shot Detection Reducing False Positives in Video Shot Detection Nithya Manickam Computer Science & Engineering Department Indian Institute of Technology, Bombay Powai, India - 400076 mnitya@cse.iitb.ac.in Sharat Chandran

More information

STUDY OF AVS CHINA PART 7 JIBEN PROFILE FOR MOBILE APPLICATIONS

STUDY OF AVS CHINA PART 7 JIBEN PROFILE FOR MOBILE APPLICATIONS EE 5359 SPRING 2010 PROJECT REPORT STUDY OF AVS CHINA PART 7 JIBEN PROFILE FOR MOBILE APPLICATIONS UNDER: DR. K. R. RAO Jay K Mehta Department of Electrical Engineering, University of Texas, Arlington

More information

DCT Q ZZ VLC Q -1 DCT Frame Memory

DCT Q ZZ VLC Q -1 DCT Frame Memory Minimizing the Quality-of-Service Requirement for Real-Time Video Conferencing (Extended abstract) Injong Rhee, Sarah Chodrow, Radhika Rammohan, Shun Yan Cheung, and Vaidy Sunderam Department of Mathematics

More information

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0 General Description Applications Features The OL_H264e core is a hardware implementation of the H.264 baseline video compression algorithm. The core

More information

Analysis of Video Transmission over Lossy Channels

Analysis of Video Transmission over Lossy Channels 1012 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 18, NO. 6, JUNE 2000 Analysis of Video Transmission over Lossy Channels Klaus Stuhlmüller, Niko Färber, Member, IEEE, Michael Link, and Bernd

More information

Free Viewpoint Switching in Multi-view Video Streaming Using. Wyner-Ziv Video Coding

Free Viewpoint Switching in Multi-view Video Streaming Using. Wyner-Ziv Video Coding Free Viewpoint Switching in Multi-view Video Streaming Using Wyner-Ziv Video Coding Xun Guo 1,, Yan Lu 2, Feng Wu 2, Wen Gao 1, 3, Shipeng Li 2 1 School of Computer Sciences, Harbin Institute of Technology,

More information

CONSTRAINING delay is critical for real-time communication

CONSTRAINING delay is critical for real-time communication 1726 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 16, NO. 7, JULY 2007 Compression Efficiency and Delay Tradeoffs for Hierarchical B-Pictures and Pulsed-Quality Frames Athanasios Leontaris, Member, IEEE,

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

ENCODING OF PREDICTIVE ERROR FRAMES IN RATE SCALABLE VIDEO CODECS USING WAVELET SHRINKAGE. Eduardo Asbun, Paul Salama, and Edward J.

ENCODING OF PREDICTIVE ERROR FRAMES IN RATE SCALABLE VIDEO CODECS USING WAVELET SHRINKAGE. Eduardo Asbun, Paul Salama, and Edward J. ENCODING OF PREDICTIVE ERROR FRAMES IN RATE SCALABLE VIDEO CODECS USING WAVELET SHRINKAGE Eduardo Asbun, Paul Salama, and Edward J. Delp Video and Image Processing Laboratory (VIPER) School of Electrical

More information

Introduction to Video Compression Techniques. Slides courtesy of Tay Vaughan Making Multimedia Work

Introduction to Video Compression Techniques. Slides courtesy of Tay Vaughan Making Multimedia Work Introduction to Video Compression Techniques Slides courtesy of Tay Vaughan Making Multimedia Work Agenda Video Compression Overview Motivation for creating standards What do the standards specify Brief

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

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

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks Video Basics Jianping Pan Spring 2017 3/10/17 csc466/579 1 Video is a sequence of images Recorded/displayed at a certain rate Types of video signals component video separate

More information

Joint source-channel video coding for H.264 using FEC

Joint source-channel video coding for H.264 using FEC Department of Information Engineering (DEI) University of Padova Italy Joint source-channel video coding for H.264 using FEC Simone Milani simone.milani@dei.unipd.it DEI-University of Padova Gian Antonio

More information

Interframe Bus Encoding Technique and Architecture for MPEG-4 AVC/H.264 Video Compression

Interframe Bus Encoding Technique and Architecture for MPEG-4 AVC/H.264 Video Compression Interframe Encoding Technique and Architecture for MPEG-4 AVC/H.264 Video Compression Asral Bahari, Tughrul Arslan and Ahmet T. Erdogan Abstract In this paper, we propose an implementation of a data encoder

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

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

Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder.

Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder. EE 5359 MULTIMEDIA PROCESSING Subrahmanya Maira Venkatrav 1000615952 Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder. Wyner-Ziv(WZ) encoder is a low

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

Modeling and Optimization of a Systematic Lossy Error Protection System based on H.264/AVC Redundant Slices

Modeling and Optimization of a Systematic Lossy Error Protection System based on H.264/AVC Redundant Slices Modeling and Optimization of a Systematic Lossy Error Protection System based on H.264/AVC Redundant Slices Shantanu Rane, Pierpaolo Baccichet and Bernd Girod Information Systems Laboratory, Department

More information

SCENE CHANGE ADAPTATION FOR SCALABLE VIDEO CODING

SCENE CHANGE ADAPTATION FOR SCALABLE VIDEO CODING 17th European Signal Processing Conference (EUSIPCO 2009) Glasgow, Scotland, August 24-28, 2009 SCENE CHANGE ADAPTATION FOR SCALABLE VIDEO CODING Tea Anselmo, Daniele Alfonso Advanced System Technology

More information

ITU-T Video Coding Standards

ITU-T Video Coding Standards An Overview of H.263 and H.263+ Thanks that Some slides come from Sharp Labs of America, Dr. Shawmin Lei January 1999 1 ITU-T Video Coding Standards H.261: for ISDN H.263: for PSTN (very low bit rate video)

More information

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION

FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION FAST SPATIAL AND TEMPORAL CORRELATION-BASED REFERENCE PICTURE SELECTION 1 YONGTAE KIM, 2 JAE-GON KIM, and 3 HAECHUL CHOI 1, 3 Hanbat National University, Department of Multimedia Engineering 2 Korea Aerospace

More information

Story Tracking in Video News Broadcasts. Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004

Story Tracking in Video News Broadcasts. Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004 Story Tracking in Video News Broadcasts Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004 Acknowledgements Motivation Modern world is awash in information Coming from multiple sources Around the clock

More information

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm International Journal of Signal Processing Systems Vol. 2, No. 2, December 2014 Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm Walid

More information

INTRA-FRAME WAVELET VIDEO CODING

INTRA-FRAME WAVELET VIDEO CODING INTRA-FRAME WAVELET VIDEO CODING Dr. T. Morris, Mr. D. Britch Department of Computation, UMIST, P. O. Box 88, Manchester, M60 1QD, United Kingdom E-mail: t.morris@co.umist.ac.uk dbritch@co.umist.ac.uk

More information

HDTV compression for storage and transmission over Internet

HDTV compression for storage and transmission over Internet Proceedings of the 5th WSEAS Int. Conf. on DATA NETWORKS, COMMUNICATIONS & COMPUTERS, Bucharest, Romania, October 16-17, 26 57 HDTV compression for storage and transmission over Internet 1 JAIME LLORET

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

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

A Linear Source Model and a Unified Rate Control Algorithm for DCT Video Coding

A Linear Source Model and a Unified Rate Control Algorithm for DCT Video Coding 970 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 12, NO. 11, NOVEMBER 2002 A Linear Source Model and a Unified Rate Control Algorithm for DCT Video Coding Zhihai He, Member, IEEE,

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

DWT Based-Video Compression Using (4SS) Matching Algorithm

DWT Based-Video Compression Using (4SS) Matching Algorithm DWT Based-Video Compression Using (4SS) Matching Algorithm Marwa Kamel Hussien Dr. Hameed Abdul-Kareem Younis Assist. Lecturer Assist. Professor Lava_85K@yahoo.com Hameedalkinani2004@yahoo.com Department

More information

CONTEMPORARY hybrid video codecs use motion-compensated

CONTEMPORARY hybrid video codecs use motion-compensated IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 18, NO. 2, FEBRUARY 2008 249 Transactions Letters Dual Frame Motion Compensation With Uneven Quality Assignment Vijay Chellappa, Pamela

More information

Midterm Review. Yao Wang Polytechnic University, Brooklyn, NY11201

Midterm Review. Yao Wang Polytechnic University, Brooklyn, NY11201 Midterm Review Yao Wang Polytechnic University, Brooklyn, NY11201 yao@vision.poly.edu Yao Wang, 2003 EE4414: Midterm Review 2 Analog Video Representation (Raster) What is a video raster? A video is represented

More information

Evaluation of Automatic Shot Boundary Detection on a Large Video Test Suite

Evaluation of Automatic Shot Boundary Detection on a Large Video Test Suite Evaluation of Automatic Shot Boundary Detection on a Large Video Test Suite Colin O Toole 1, Alan Smeaton 1, Noel Murphy 2 and Sean Marlow 2 School of Computer Applications 1 & School of Electronic Engineering

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

Analysis of Packet Loss for Compressed Video: Does Burst-Length Matter?

Analysis of Packet Loss for Compressed Video: Does Burst-Length Matter? Analysis of Packet Loss for Compressed Video: Does Burst-Length Matter? Yi J. Liang 1, John G. Apostolopoulos, Bernd Girod 1 Mobile and Media Systems Laboratory HP Laboratories Palo Alto HPL-22-331 November

More information