SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. III (Jan - Feb. 2015), PP 25-29
www.iosrjournals.org
DOI: 10.9790/2834-10132529 www.iosrjournals.org 25 | Page
Spatial Scalable Video Compression Using H.264
Divya. R 1
, Athilakshmi2
, Fahmitha Soukath. J 3
, Gayathri. P 4
Department of Electronics communication and engineering
Dr.S.J.S Paul Memorial College of Engineering and Technology, Puducherry, India.
Abstract: H.264 is a standard was jointly developed by ITU-T and ISO/IEC Moving Picture Expert Group.
The main goal of H.264 is to achieve spatial scalability and to improve the compression performance compared
to other standards. The H.264 is used to encode the video in a spatial manner, so that the number of the frames
is reduced and its size is being reduce thus it achieve scalability. The compression techniques in H.264 will
compress the video from its original size and produce an efficient output. The video format used in this software
is QCIF video and it is encoded and decoded using the H.264 design.
Keywords: Advanced Video Coding(AVC),H.264,High Efficiency Video Coding(HEVC),Joint Collaborative
Team-Video Coding(JCT-VC),Moving Pictures Expert Group(MPEG).
I. Introduction
In electronics engineering, video processing is a particular case of signal processing, which often
employs video filters and where the input and output signals are video files or video streams. Video
compression algorithms ("codecs") manipulate video signals to dramatically reduce the storage and bandwidth
required while maximizing perceived video quality. The standardization techniques has become higher priority
because only a standard can reduce the cost of video compression codecs. The major problem in high
compression video coding is the operational control of the encoder. This can be compounded by varying the
content and motion found in typical video sequences.H.264 is a method and format for video compression
process of converting digital video into a format that takes up less capacity when it is stored or transmitted.
II. H.261 System
H..261 is a compression has been specifically designed for video telecommunication application. It was
developed by CCITT in 1988-1990. It is meant for video conferencing, video telephone application over ISDN
telephone lines. The base lines of ISDN is 64 kbps and integral multiple of (P×64).It is a ITU video compression
standard . It supports only two video frame sizes CIF(352×288 luma with 176×144 chroma) and QCIF(176×144
luma with 88×72 chroma) using 4:2:0 sampling scheme.
H.261 encoder model
H.261 defines two types of coding. Intra coding where blocks of 8x8 pixels each are encoded only with
reference to themselves and they are sent directly to the block transformation process. A prediction error is
calculated between a 16x16 pixel region (macroblock) and the (recovered) correspondent macroblock in the
previous frame. Prediction error of transmitted blocks (criteria of transmission is not standardized) are then sent
to the block transformation process. H.261 supports motion compensation in the encoder in which a search area
is constructed in the previous (recovered) frame to determine the best reference macroblock . In block
transformation, intra coded frames as well as prediction errors will be composed into 8x8 blocks. Each block
will be processed by a two-dimensional FDCT function. If this sounds expensive, there are fast table driven
algorithms and can be done in software quite easily, as well as very easily in hardware.
Fig.1. Block Diagram of H.261 Encoder System.
Spatial Scalable Video Compression using H.264
DOI: 10.9790/2834-10132529 www.iosrjournals.org 26 | Page
The advantage in H.261 is the maximum frame rate is 30 frames per second but it can be reduced
depending on the application and bandwidth. It supports both temporal and spatial redundancy of video
sequences to achieve high compression ratio. The disadvantage in H.261 is that it does not have good quality as
H.263 and it cannot support for lower end machines.
III. H. 263 System
A. Encoder
Video coding aims at providing a compact representation of the information in the video frames by
removing spatial redundancies that exist within the frames, and also temporal redundancies that exist between
successive frames. As in the case of the H.261 standard, the H.263 standard is based on using the discrete cosine
transform (DCT) to remove spatial redundancies, and motion estimation and compensation to remove temporal
redundancies. When a source frame is coded using the DCT, the encoder is said to be operating in the intra
coding mode, and the corresponding encoded frame is called an I-picture. In the case where temporal prediction
is used, the encoder is said to be operating in the inter coding mode, and the corresponding encoded frame is
called a P-picture. A block diagram for a typical encoder is given in Fig 2.
Fig.2. block diagram of H.263 Encoder.
B. Decoder
A block diagram of a typical decoder is shown in Figure 3. In the case of an intracoded macroblock, the
encoder performs only the inverse quantization and inverse DCT operations to reconstruct the original
macroblock. The reconstructed macroblock is then used in the reconstructed frame.
Fig.3. Block diagram of typical decoder.
IV. H.264 System
H.264 is a video compression format that is currently one of the most commonly used formats for
recording ,compression and distribution of video content.
Spatial Scalable Video Compression using H.264
DOI: 10.9790/2834-10132529 www.iosrjournals.org 27 | Page
Fig.4 H.264 Encoder module.
A video CODEC Fig.4 encodes a source image or video sequence into a compressed form and decodes
this to produce a copy or approximation of the source sequence. A video encoder Fig.4 consists of three main
functional units: a prediction model, a spatial model and an entropy encoder. The input to the prediction model
is an uncompressed ‗raw‘ video sequence. The prediction model attempts to reduce redundancy by exploiting
the similarities between neighboring video frames and neighboring image samples, typically by constructing a
prediction of the current video frame or block of video data. The output of the prediction model is a residual
frame, created by subtracting the prediction from the actual current frame, and a set of model parameters
indicating the intra prediction type or describing how the motion was compensated. The residual frame forms
the input to the spatial model which makes use of similarities between local samples in the residual frame to
reduce spatial redundancy.
V. Stimulation Parameter
Spatial Scalable Video Compression using H.264
DOI: 10.9790/2834-10132529 www.iosrjournals.org 28 | Page
In this paper we use JM (Joint Model) Software to stimulate the output of H.264. The output is
genertated by giving a QCIF format of video sequence as input and the output will be H.264 format video data.
Here the encoded and decoded output values of the given sequence is compared using various parameters. The
video sequence consist of mainly three frames namely Y-frame, U-frame, and V-frame. At the decoder part of
H.264 the input format of video is H.264 and the output is the QCIF form of video. The display parameters of
the YUV frames or fields and their decoding time of each frames were given.
The following table 1 and table 2 shows the parameter comparison in encoder and decoder of H.264.
Table 1 Comparison of SNR, CSNsR, MSE
PSNR CSNR MSE
Y 36.887 36.859 13.40333
U 41.087 41.084 5.06602
V 42.570 42.565 3.6024
The table 1 shows the signal to noise ratio and channel signal to noise ratio of YUV frames and its
Mean Square Error rate.
Table 2 Comparison of various parameters.
The table 2 shows the bit/pic rate, QP and SNR values for various parameters in the video sequences.
VI. Comparison Of Pervious Standards
The H.261 coding algorithm was designed to operate at video bitrates between 40kpbs and 2mbps.
H.261 supports two video sizes CIF and QCIF using 4:2:0 sampling scheme. H.263 is a video compression
standard originally designed as a low bit rate compressed format for video conferencing. The next enhanced
video codec developed by ITU-T VCEG after H.263 is the H.264 standard, also known as AVC and MPEG 4 it
provides a significant improvement in capability beyond H.263.
Spatial Scalable Video Compression using H.264
DOI: 10.9790/2834-10132529 www.iosrjournals.org 29 | Page
Table 3 Comparison of H.261,H.263&H.264
Application Data
Rate
Video Standard
Digital television
broadcasting
2-5 mbps
10-20 mbps
for HD
MPEG-2 H.264/AVC
DVD video,HD-
DVD,Blue ray disk
4 to 8 mbps
10 to 20 mbps
MPEG-2 H.264/AVC,
VC-1
Internet video
streaming
20 to 600 kbps Proprietary similar to
H.263, MPEG-4 of
H.264/AVC,
VC-1
Video conferencing,
telephony
20 to 320 kbps H.261,H.263,
H.264/AVC
Video over 3G
wireless
20 to 200 kbps H.263, MPEG-
4,H.264/AVC, VC-1
VII. Conclusion
The result of this paper indicate that the H.264 standard can provide a significant amount of increased
coding efficiency. The reduction is achieved by the video coding design H.264 using JM Software. . The video
sequence we use in this is quarter video with 176×144 size. This is achieved by removing the similar
neighboring frames and compress the space and improve scalability of the video sequence It provides 31 to
35% of efficiency and bit rate reduction when compared to the previous standards.
Reference
[1]. H. Everett, ―Generalized Lagrange multiplier method for solving problems of optimum allocation of resources,‖ Oper. Res., vol.
11, pp. 399–417, May–Jun. 1963.
[2]. S.-W. Wu and A. Gersho, ―Enhanced video compression with standardized bitstream syntax,‖ in Proc. IEEE Int. Conf. Acoust.,
Syst., Signal Process., vol. I. Apr. 1993, pp. 103–106.
[3]. ITU-T and ISO/IEC JTC 1, Generic Coding of Moving Pictures and Associated Audio Information—Part 2: Video, ITU-T Rec.
H.262 and ISO/IEC 13818-2 (MPEG-2 Video), version 1, 1994.
[4]. K. Ramchandran and M. Vetterli, ―Rate-distortion optimal fast thresholding with complete JPEG/MPEG decoder compatibility,‖
IEEE Trans.Image Process., vol. 3, no. 5, pp. 700–704, Sep. 1994.
[5]. G. J. Sullivan and T. Wiegand, ―Rate-distortion optimization for video compression,‖ IEEE Signal Process. Mag., vol. 15, no. 6, pp.
74–90, Nov. 1998.
[6]. J. L. Mitchell, W. B. Pennebaker, C. E. Fogg, and D. J. LeGall, MPEG Video Compression Standard. Dordrecht, The Netherlands:
Kluwer Academic,2000.
[7]. E.-H. Yang and X. Yu, ―Rate distortion optimization for H.264 inter frame coding: A general framework and algorithms,‖ IEEE
Trans. Image Process., vol. 16, no. 7, pp. 1774–1784, Jul. 2007.
[8]. G. J. Sullivan and J.-R. Ohm, ―Recent developments in standardization of High Efficiency Video Coding (HEVC),‖ in Proc. 33rd
SPIE Appl.Dig. Image Process., vol. 7798. Aug. 2010, pp. 7798–7830.
[9]. T. Wiegand, J.-R. Ohm, G. J. Sullivan, W.-J. Han, R. Joshi, T. K. Tan,and K. Ugur, ―Special section on the joint call for proposals
on High Efficiency Video Coding (HEVC) standardization,‖ IEEE Trans. CircuitsSyst. Video Technol., vol. 20, no. 12, pp. 1661–
1666, Dec. 2010.
[10]. P. Hanhart, M. Rerabek, F. De Simone, and T. Ebrahimi, ―Subjective quality evaluation of the upcoming HEVC video compression
standard,‖in Proc. SPIE Appl. Digital Image Process. XXXV, vol. 8499. Aug. 2012,pp. 84990V-1–84990V-13.
[11]. B. Bross, W.-J. Han, J.-R. Ohm, G. J. Sullivan, and T. Wiegand,High Efficiency Video Coding (HEVC) Text Specification Draft 9,
Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP 3and ISO/IEC JTC 1/SC 29/WG 11, document JCTVC-
K1003, Shanghai, China, Oct. 2012.
[12]. G. J. Sullivan, J.-R. Ohm, W.-J. Han, and T. Wiegand, ―Overview of theHigh Efficiency Video Coding (HEVC) standard,‖ IEEE
Trans. CircuitsSyst. Video Technol., vol. 22, no. 12, pp. 1648–1667, Dec. 2012.

More Related Content

What's hot

High Efficiency Video Codec
High Efficiency Video CodecHigh Efficiency Video Codec
High Efficiency Video CodecTejus Adiga M
 
Presentazione Broadcast H.265 & H.264 Sematron Italia - Maggio 2016
Presentazione Broadcast H.265 & H.264 Sematron Italia  - Maggio 2016Presentazione Broadcast H.265 & H.264 Sematron Italia  - Maggio 2016
Presentazione Broadcast H.265 & H.264 Sematron Italia - Maggio 2016Sematron Italia S.r.l.
 
Overview of the H.264/AVC video coding standard - Circuits ...
Overview of the H.264/AVC video coding standard - Circuits ...Overview of the H.264/AVC video coding standard - Circuits ...
Overview of the H.264/AVC video coding standard - Circuits ...Videoguy
 
HEVC VIDEO CODEC By Vinayagam Mariappan
HEVC VIDEO CODEC By Vinayagam MariappanHEVC VIDEO CODEC By Vinayagam Mariappan
HEVC VIDEO CODEC By Vinayagam MariappanVinayagam Mariappan
 
h.264 video compression standard.
h.264 video compression standard.h.264 video compression standard.
h.264 video compression standard.Videoguy
 
Subjective quality evaluation of the upcoming HEVC video compression standard
Subjective quality evaluation of the upcoming HEVC video compression standard Subjective quality evaluation of the upcoming HEVC video compression standard
Subjective quality evaluation of the upcoming HEVC video compression standard Touradj Ebrahimi
 
H.264 video standard
H.264 video standardH.264 video standard
H.264 video standardSajan Sahu
 
HEVC / H265 Hands-On course
HEVC / H265 Hands-On courseHEVC / H265 Hands-On course
HEVC / H265 Hands-On courseYoss Cohen
 
Applied technology
Applied technologyApplied technology
Applied technologyErica Fressa
 
3D Video Programming for Android
3D Video Programming for Android3D Video Programming for Android
3D Video Programming for AndroidYoss Cohen
 
Development of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderDevelopment of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderIMTC
 
The H.265/MPEG-HEVC Standard
The H.265/MPEG-HEVC StandardThe H.265/MPEG-HEVC Standard
The H.265/MPEG-HEVC StandardIMTC
 

What's hot (20)

High Efficiency Video Codec
High Efficiency Video CodecHigh Efficiency Video Codec
High Efficiency Video Codec
 
Presentazione Broadcast H.265 & H.264 Sematron Italia - Maggio 2016
Presentazione Broadcast H.265 & H.264 Sematron Italia  - Maggio 2016Presentazione Broadcast H.265 & H.264 Sematron Italia  - Maggio 2016
Presentazione Broadcast H.265 & H.264 Sematron Italia - Maggio 2016
 
Feature hevc
Feature hevcFeature hevc
Feature hevc
 
Overview of the H.264/AVC video coding standard - Circuits ...
Overview of the H.264/AVC video coding standard - Circuits ...Overview of the H.264/AVC video coding standard - Circuits ...
Overview of the H.264/AVC video coding standard - Circuits ...
 
HEVC VIDEO CODEC By Vinayagam Mariappan
HEVC VIDEO CODEC By Vinayagam MariappanHEVC VIDEO CODEC By Vinayagam Mariappan
HEVC VIDEO CODEC By Vinayagam Mariappan
 
HEVC overview main
HEVC overview mainHEVC overview main
HEVC overview main
 
HEVC intra coding
HEVC intra codingHEVC intra coding
HEVC intra coding
 
h.264 video compression standard.
h.264 video compression standard.h.264 video compression standard.
h.264 video compression standard.
 
Subjective quality evaluation of the upcoming HEVC video compression standard
Subjective quality evaluation of the upcoming HEVC video compression standard Subjective quality evaluation of the upcoming HEVC video compression standard
Subjective quality evaluation of the upcoming HEVC video compression standard
 
H.264 video standard
H.264 video standardH.264 video standard
H.264 video standard
 
Video coding standards ppt
Video coding standards pptVideo coding standards ppt
Video coding standards ppt
 
HEVC / H265 Hands-On course
HEVC / H265 Hands-On courseHEVC / H265 Hands-On course
HEVC / H265 Hands-On course
 
Applied technology
Applied technologyApplied technology
Applied technology
 
H.263 Video Codec
H.263 Video CodecH.263 Video Codec
H.263 Video Codec
 
3D Video Programming for Android
3D Video Programming for Android3D Video Programming for Android
3D Video Programming for Android
 
H264 final
H264 finalH264 final
H264 final
 
H263.ppt
H263.pptH263.ppt
H263.ppt
 
Development of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW EncoderDevelopment of a 4K H.265/ HEVC HW Encoder
Development of a 4K H.265/ HEVC HW Encoder
 
The H.265/MPEG-HEVC Standard
The H.265/MPEG-HEVC StandardThe H.265/MPEG-HEVC Standard
The H.265/MPEG-HEVC Standard
 
H261
H261H261
H261
 

Viewers also liked

Preventing Malicious Node and Provide Secure Routing In Manet
Preventing Malicious Node and Provide Secure Routing In ManetPreventing Malicious Node and Provide Secure Routing In Manet
Preventing Malicious Node and Provide Secure Routing In ManetIOSR Journals
 
Data mining Algorithm’s Variant Analysis
Data mining Algorithm’s Variant AnalysisData mining Algorithm’s Variant Analysis
Data mining Algorithm’s Variant AnalysisIOSR Journals
 
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...IOSR Journals
 
Best Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueBest Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueIOSR Journals
 
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...IOSR Journals
 
Why And Why Not To Go For HVDC?
Why And Why Not To Go For HVDC?Why And Why Not To Go For HVDC?
Why And Why Not To Go For HVDC?IOSR Journals
 
New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...IOSR Journals
 
Mathematical Relationships between the Compressive Strength and Some Other St...
Mathematical Relationships between the Compressive Strength and Some Other St...Mathematical Relationships between the Compressive Strength and Some Other St...
Mathematical Relationships between the Compressive Strength and Some Other St...IOSR Journals
 
Short-term Load Forecasting using traditional demand forecasting
Short-term Load Forecasting using traditional demand forecastingShort-term Load Forecasting using traditional demand forecasting
Short-term Load Forecasting using traditional demand forecastingIOSR Journals
 
Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...IOSR Journals
 
Modelling of PV Array with MPP Tracking & Boost DC-DC Converter
Modelling of PV Array with MPP Tracking & Boost DC-DC ConverterModelling of PV Array with MPP Tracking & Boost DC-DC Converter
Modelling of PV Array with MPP Tracking & Boost DC-DC ConverterIOSR Journals
 
Determination ofRadiological Quality Parameters Using Optical Densitometer an...
Determination ofRadiological Quality Parameters Using Optical Densitometer an...Determination ofRadiological Quality Parameters Using Optical Densitometer an...
Determination ofRadiological Quality Parameters Using Optical Densitometer an...IOSR Journals
 
Data Usage Monitor for a Shared Wireless Network Connection
Data Usage Monitor for a Shared Wireless Network ConnectionData Usage Monitor for a Shared Wireless Network Connection
Data Usage Monitor for a Shared Wireless Network ConnectionIOSR Journals
 
Design and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightDesign and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightIOSR Journals
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...IOSR Journals
 
A Survey on Mobile Forensic for Android Smartphones
A Survey on Mobile Forensic for Android SmartphonesA Survey on Mobile Forensic for Android Smartphones
A Survey on Mobile Forensic for Android SmartphonesIOSR Journals
 
Analysis of Spending Pattern on Credit Card Fraud Detection
Analysis of Spending Pattern on Credit Card Fraud DetectionAnalysis of Spending Pattern on Credit Card Fraud Detection
Analysis of Spending Pattern on Credit Card Fraud DetectionIOSR Journals
 
Inverse Kinematics Solution for Biped Robot
Inverse Kinematics Solution for Biped RobotInverse Kinematics Solution for Biped Robot
Inverse Kinematics Solution for Biped RobotIOSR Journals
 
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...IOSR Journals
 
Investigation of Thermal Insulation on Ice Coolers
Investigation of Thermal Insulation on Ice CoolersInvestigation of Thermal Insulation on Ice Coolers
Investigation of Thermal Insulation on Ice CoolersIOSR Journals
 

Viewers also liked (20)

Preventing Malicious Node and Provide Secure Routing In Manet
Preventing Malicious Node and Provide Secure Routing In ManetPreventing Malicious Node and Provide Secure Routing In Manet
Preventing Malicious Node and Provide Secure Routing In Manet
 
Data mining Algorithm’s Variant Analysis
Data mining Algorithm’s Variant AnalysisData mining Algorithm’s Variant Analysis
Data mining Algorithm’s Variant Analysis
 
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...
Car Dynamics using Quarter Model and Passive Suspension, Part VI: Sprung-mass...
 
Best Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueBest Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic Technique
 
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...
Experimental Analysis on Performance Improvement of Diesel Engine Utilizing A...
 
Why And Why Not To Go For HVDC?
Why And Why Not To Go For HVDC?Why And Why Not To Go For HVDC?
Why And Why Not To Go For HVDC?
 
New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...New Approach for Determination of Propagation Model Adapted To an Environment...
New Approach for Determination of Propagation Model Adapted To an Environment...
 
Mathematical Relationships between the Compressive Strength and Some Other St...
Mathematical Relationships between the Compressive Strength and Some Other St...Mathematical Relationships between the Compressive Strength and Some Other St...
Mathematical Relationships between the Compressive Strength and Some Other St...
 
Short-term Load Forecasting using traditional demand forecasting
Short-term Load Forecasting using traditional demand forecastingShort-term Load Forecasting using traditional demand forecasting
Short-term Load Forecasting using traditional demand forecasting
 
Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...
 
Modelling of PV Array with MPP Tracking & Boost DC-DC Converter
Modelling of PV Array with MPP Tracking & Boost DC-DC ConverterModelling of PV Array with MPP Tracking & Boost DC-DC Converter
Modelling of PV Array with MPP Tracking & Boost DC-DC Converter
 
Determination ofRadiological Quality Parameters Using Optical Densitometer an...
Determination ofRadiological Quality Parameters Using Optical Densitometer an...Determination ofRadiological Quality Parameters Using Optical Densitometer an...
Determination ofRadiological Quality Parameters Using Optical Densitometer an...
 
Data Usage Monitor for a Shared Wireless Network Connection
Data Usage Monitor for a Shared Wireless Network ConnectionData Usage Monitor for a Shared Wireless Network Connection
Data Usage Monitor for a Shared Wireless Network Connection
 
Design and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightDesign and Analysis of Image as A Street Light
Design and Analysis of Image as A Street Light
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
A Survey on Mobile Forensic for Android Smartphones
A Survey on Mobile Forensic for Android SmartphonesA Survey on Mobile Forensic for Android Smartphones
A Survey on Mobile Forensic for Android Smartphones
 
Analysis of Spending Pattern on Credit Card Fraud Detection
Analysis of Spending Pattern on Credit Card Fraud DetectionAnalysis of Spending Pattern on Credit Card Fraud Detection
Analysis of Spending Pattern on Credit Card Fraud Detection
 
Inverse Kinematics Solution for Biped Robot
Inverse Kinematics Solution for Biped RobotInverse Kinematics Solution for Biped Robot
Inverse Kinematics Solution for Biped Robot
 
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...
The Use of Non Wood Forest Product as Income Generation in Semi Arid Zone Cas...
 
Investigation of Thermal Insulation on Ice Coolers
Investigation of Thermal Insulation on Ice CoolersInvestigation of Thermal Insulation on Ice Coolers
Investigation of Thermal Insulation on Ice Coolers
 

Similar to Spatial Scalable Video Compression Using H.264

Next generation video compression
Next generation video compressionNext generation video compression
Next generation video compressionEricsson
 
H.264 video compression standard.
H.264 video compression standard.H.264 video compression standard.
H.264 video compression standard.Axis Communications
 
H264 video compression explained
H264 video compression explainedH264 video compression explained
H264 video compression explainedcnssources
 
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...csandit
 
Video compressiontechniques&standards lamamahmoud_report#2
Video compressiontechniques&standards lamamahmoud_report#2Video compressiontechniques&standards lamamahmoud_report#2
Video compressiontechniques&standards lamamahmoud_report#2engLamaMahmoud
 
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.pptVideoguy
 
Motion Vector Recovery for Real-time H.264 Video Streams
Motion Vector Recovery for Real-time H.264 Video StreamsMotion Vector Recovery for Real-time H.264 Video Streams
Motion Vector Recovery for Real-time H.264 Video StreamsIDES Editor
 
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODING
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODINGPERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODING
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODINGijma
 
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...Videoguy
 
Effects of gop on multiview video
Effects of gop on multiview videoEffects of gop on multiview video
Effects of gop on multiview videocsandit
 
The H.264/AVC Advanced Video Coding Standard: Overview and ...
The H.264/AVC Advanced Video Coding Standard: Overview and ...The H.264/AVC Advanced Video Coding Standard: Overview and ...
The H.264/AVC Advanced Video Coding Standard: Overview and ...Videoguy
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 

Similar to Spatial Scalable Video Compression Using H.264 (20)

Next generation video compression
Next generation video compressionNext generation video compression
Next generation video compression
 
H.264 video compression standard.
H.264 video compression standard.H.264 video compression standard.
H.264 video compression standard.
 
H264 video compression explained
H264 video compression explainedH264 video compression explained
H264 video compression explained
 
video compression2
video compression2video compression2
video compression2
 
video compression2
video compression2video compression2
video compression2
 
video compression2
video compression2video compression2
video compression2
 
Video QoS
Video QoSVideo QoS
Video QoS
 
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
A REAL-TIME H.264/AVC ENCODER&DECODER WITH VERTICAL MODE FOR INTRA FRAME AND ...
 
Video compressiontechniques&standards lamamahmoud_report#2
Video compressiontechniques&standards lamamahmoud_report#2Video compressiontechniques&standards lamamahmoud_report#2
Video compressiontechniques&standards lamamahmoud_report#2
 
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt
/conferences/spr2004/presentations/eubanks/eubanks_mpeg4.ppt
 
proposal
proposalproposal
proposal
 
Motion Vector Recovery for Real-time H.264 Video Streams
Motion Vector Recovery for Real-time H.264 Video StreamsMotion Vector Recovery for Real-time H.264 Video Streams
Motion Vector Recovery for Real-time H.264 Video Streams
 
Algorithm of standard videocodec H.264
Algorithm of standard videocodec H.264 Algorithm of standard videocodec H.264
Algorithm of standard videocodec H.264
 
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODING
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODINGPERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODING
PERFORMANCE EVALUATION OF H.265/MPEG-HEVC, VP9 AND H.264/MPEGAVC VIDEO CODING
 
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...
Polycom ® Video Communications H.264 and Pro-Motion ™ : The ...
 
C0161018
C0161018C0161018
C0161018
 
C0161018
C0161018C0161018
C0161018
 
Effects of gop on multiview video
Effects of gop on multiview videoEffects of gop on multiview video
Effects of gop on multiview video
 
The H.264/AVC Advanced Video Coding Standard: Overview and ...
The H.264/AVC Advanced Video Coding Standard: Overview and ...The H.264/AVC Advanced Video Coding Standard: Overview and ...
The H.264/AVC Advanced Video Coding Standard: Overview and ...
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Spatial Scalable Video Compression Using H.264

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. III (Jan - Feb. 2015), PP 25-29 www.iosrjournals.org DOI: 10.9790/2834-10132529 www.iosrjournals.org 25 | Page Spatial Scalable Video Compression Using H.264 Divya. R 1 , Athilakshmi2 , Fahmitha Soukath. J 3 , Gayathri. P 4 Department of Electronics communication and engineering Dr.S.J.S Paul Memorial College of Engineering and Technology, Puducherry, India. Abstract: H.264 is a standard was jointly developed by ITU-T and ISO/IEC Moving Picture Expert Group. The main goal of H.264 is to achieve spatial scalability and to improve the compression performance compared to other standards. The H.264 is used to encode the video in a spatial manner, so that the number of the frames is reduced and its size is being reduce thus it achieve scalability. The compression techniques in H.264 will compress the video from its original size and produce an efficient output. The video format used in this software is QCIF video and it is encoded and decoded using the H.264 design. Keywords: Advanced Video Coding(AVC),H.264,High Efficiency Video Coding(HEVC),Joint Collaborative Team-Video Coding(JCT-VC),Moving Pictures Expert Group(MPEG). I. Introduction In electronics engineering, video processing is a particular case of signal processing, which often employs video filters and where the input and output signals are video files or video streams. Video compression algorithms ("codecs") manipulate video signals to dramatically reduce the storage and bandwidth required while maximizing perceived video quality. The standardization techniques has become higher priority because only a standard can reduce the cost of video compression codecs. The major problem in high compression video coding is the operational control of the encoder. This can be compounded by varying the content and motion found in typical video sequences.H.264 is a method and format for video compression process of converting digital video into a format that takes up less capacity when it is stored or transmitted. II. H.261 System H..261 is a compression has been specifically designed for video telecommunication application. It was developed by CCITT in 1988-1990. It is meant for video conferencing, video telephone application over ISDN telephone lines. The base lines of ISDN is 64 kbps and integral multiple of (P×64).It is a ITU video compression standard . It supports only two video frame sizes CIF(352×288 luma with 176×144 chroma) and QCIF(176×144 luma with 88×72 chroma) using 4:2:0 sampling scheme. H.261 encoder model H.261 defines two types of coding. Intra coding where blocks of 8x8 pixels each are encoded only with reference to themselves and they are sent directly to the block transformation process. A prediction error is calculated between a 16x16 pixel region (macroblock) and the (recovered) correspondent macroblock in the previous frame. Prediction error of transmitted blocks (criteria of transmission is not standardized) are then sent to the block transformation process. H.261 supports motion compensation in the encoder in which a search area is constructed in the previous (recovered) frame to determine the best reference macroblock . In block transformation, intra coded frames as well as prediction errors will be composed into 8x8 blocks. Each block will be processed by a two-dimensional FDCT function. If this sounds expensive, there are fast table driven algorithms and can be done in software quite easily, as well as very easily in hardware. Fig.1. Block Diagram of H.261 Encoder System.
  • 2. Spatial Scalable Video Compression using H.264 DOI: 10.9790/2834-10132529 www.iosrjournals.org 26 | Page The advantage in H.261 is the maximum frame rate is 30 frames per second but it can be reduced depending on the application and bandwidth. It supports both temporal and spatial redundancy of video sequences to achieve high compression ratio. The disadvantage in H.261 is that it does not have good quality as H.263 and it cannot support for lower end machines. III. H. 263 System A. Encoder Video coding aims at providing a compact representation of the information in the video frames by removing spatial redundancies that exist within the frames, and also temporal redundancies that exist between successive frames. As in the case of the H.261 standard, the H.263 standard is based on using the discrete cosine transform (DCT) to remove spatial redundancies, and motion estimation and compensation to remove temporal redundancies. When a source frame is coded using the DCT, the encoder is said to be operating in the intra coding mode, and the corresponding encoded frame is called an I-picture. In the case where temporal prediction is used, the encoder is said to be operating in the inter coding mode, and the corresponding encoded frame is called a P-picture. A block diagram for a typical encoder is given in Fig 2. Fig.2. block diagram of H.263 Encoder. B. Decoder A block diagram of a typical decoder is shown in Figure 3. In the case of an intracoded macroblock, the encoder performs only the inverse quantization and inverse DCT operations to reconstruct the original macroblock. The reconstructed macroblock is then used in the reconstructed frame. Fig.3. Block diagram of typical decoder. IV. H.264 System H.264 is a video compression format that is currently one of the most commonly used formats for recording ,compression and distribution of video content.
  • 3. Spatial Scalable Video Compression using H.264 DOI: 10.9790/2834-10132529 www.iosrjournals.org 27 | Page Fig.4 H.264 Encoder module. A video CODEC Fig.4 encodes a source image or video sequence into a compressed form and decodes this to produce a copy or approximation of the source sequence. A video encoder Fig.4 consists of three main functional units: a prediction model, a spatial model and an entropy encoder. The input to the prediction model is an uncompressed ‗raw‘ video sequence. The prediction model attempts to reduce redundancy by exploiting the similarities between neighboring video frames and neighboring image samples, typically by constructing a prediction of the current video frame or block of video data. The output of the prediction model is a residual frame, created by subtracting the prediction from the actual current frame, and a set of model parameters indicating the intra prediction type or describing how the motion was compensated. The residual frame forms the input to the spatial model which makes use of similarities between local samples in the residual frame to reduce spatial redundancy. V. Stimulation Parameter
  • 4. Spatial Scalable Video Compression using H.264 DOI: 10.9790/2834-10132529 www.iosrjournals.org 28 | Page In this paper we use JM (Joint Model) Software to stimulate the output of H.264. The output is genertated by giving a QCIF format of video sequence as input and the output will be H.264 format video data. Here the encoded and decoded output values of the given sequence is compared using various parameters. The video sequence consist of mainly three frames namely Y-frame, U-frame, and V-frame. At the decoder part of H.264 the input format of video is H.264 and the output is the QCIF form of video. The display parameters of the YUV frames or fields and their decoding time of each frames were given. The following table 1 and table 2 shows the parameter comparison in encoder and decoder of H.264. Table 1 Comparison of SNR, CSNsR, MSE PSNR CSNR MSE Y 36.887 36.859 13.40333 U 41.087 41.084 5.06602 V 42.570 42.565 3.6024 The table 1 shows the signal to noise ratio and channel signal to noise ratio of YUV frames and its Mean Square Error rate. Table 2 Comparison of various parameters. The table 2 shows the bit/pic rate, QP and SNR values for various parameters in the video sequences. VI. Comparison Of Pervious Standards The H.261 coding algorithm was designed to operate at video bitrates between 40kpbs and 2mbps. H.261 supports two video sizes CIF and QCIF using 4:2:0 sampling scheme. H.263 is a video compression standard originally designed as a low bit rate compressed format for video conferencing. The next enhanced video codec developed by ITU-T VCEG after H.263 is the H.264 standard, also known as AVC and MPEG 4 it provides a significant improvement in capability beyond H.263.
  • 5. Spatial Scalable Video Compression using H.264 DOI: 10.9790/2834-10132529 www.iosrjournals.org 29 | Page Table 3 Comparison of H.261,H.263&H.264 Application Data Rate Video Standard Digital television broadcasting 2-5 mbps 10-20 mbps for HD MPEG-2 H.264/AVC DVD video,HD- DVD,Blue ray disk 4 to 8 mbps 10 to 20 mbps MPEG-2 H.264/AVC, VC-1 Internet video streaming 20 to 600 kbps Proprietary similar to H.263, MPEG-4 of H.264/AVC, VC-1 Video conferencing, telephony 20 to 320 kbps H.261,H.263, H.264/AVC Video over 3G wireless 20 to 200 kbps H.263, MPEG- 4,H.264/AVC, VC-1 VII. Conclusion The result of this paper indicate that the H.264 standard can provide a significant amount of increased coding efficiency. The reduction is achieved by the video coding design H.264 using JM Software. . The video sequence we use in this is quarter video with 176×144 size. This is achieved by removing the similar neighboring frames and compress the space and improve scalability of the video sequence It provides 31 to 35% of efficiency and bit rate reduction when compared to the previous standards. Reference [1]. H. Everett, ―Generalized Lagrange multiplier method for solving problems of optimum allocation of resources,‖ Oper. Res., vol. 11, pp. 399–417, May–Jun. 1963. [2]. S.-W. Wu and A. Gersho, ―Enhanced video compression with standardized bitstream syntax,‖ in Proc. IEEE Int. Conf. Acoust., Syst., Signal Process., vol. I. Apr. 1993, pp. 103–106. [3]. ITU-T and ISO/IEC JTC 1, Generic Coding of Moving Pictures and Associated Audio Information—Part 2: Video, ITU-T Rec. H.262 and ISO/IEC 13818-2 (MPEG-2 Video), version 1, 1994. [4]. K. Ramchandran and M. Vetterli, ―Rate-distortion optimal fast thresholding with complete JPEG/MPEG decoder compatibility,‖ IEEE Trans.Image Process., vol. 3, no. 5, pp. 700–704, Sep. 1994. [5]. G. J. Sullivan and T. Wiegand, ―Rate-distortion optimization for video compression,‖ IEEE Signal Process. Mag., vol. 15, no. 6, pp. 74–90, Nov. 1998. [6]. J. L. Mitchell, W. B. Pennebaker, C. E. Fogg, and D. J. LeGall, MPEG Video Compression Standard. Dordrecht, The Netherlands: Kluwer Academic,2000. [7]. E.-H. Yang and X. Yu, ―Rate distortion optimization for H.264 inter frame coding: A general framework and algorithms,‖ IEEE Trans. Image Process., vol. 16, no. 7, pp. 1774–1784, Jul. 2007. [8]. G. J. Sullivan and J.-R. Ohm, ―Recent developments in standardization of High Efficiency Video Coding (HEVC),‖ in Proc. 33rd SPIE Appl.Dig. Image Process., vol. 7798. Aug. 2010, pp. 7798–7830. [9]. T. Wiegand, J.-R. Ohm, G. J. Sullivan, W.-J. Han, R. Joshi, T. K. Tan,and K. Ugur, ―Special section on the joint call for proposals on High Efficiency Video Coding (HEVC) standardization,‖ IEEE Trans. CircuitsSyst. Video Technol., vol. 20, no. 12, pp. 1661– 1666, Dec. 2010. [10]. P. Hanhart, M. Rerabek, F. De Simone, and T. Ebrahimi, ―Subjective quality evaluation of the upcoming HEVC video compression standard,‖in Proc. SPIE Appl. Digital Image Process. XXXV, vol. 8499. Aug. 2012,pp. 84990V-1–84990V-13. [11]. B. Bross, W.-J. Han, J.-R. Ohm, G. J. Sullivan, and T. Wiegand,High Efficiency Video Coding (HEVC) Text Specification Draft 9, Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T SG 16 WP 3and ISO/IEC JTC 1/SC 29/WG 11, document JCTVC- K1003, Shanghai, China, Oct. 2012. [12]. G. J. Sullivan, J.-R. Ohm, W.-J. Han, and T. Wiegand, ―Overview of theHigh Efficiency Video Coding (HEVC) standard,‖ IEEE Trans. CircuitsSyst. Video Technol., vol. 22, no. 12, pp. 1648–1667, Dec. 2012.