SlideShare una empresa de Scribd logo
1 de 7
Descargar para leer sin conexión
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 19
DETECTING DOUBLY COMPRESSED H.264/AVC VIDEOS
USING MARKOV STATISTICS SCHEME
A. Kowsalya1
and M. Anto Bennet2
1
Department of Electronics Communication Engineering, Nandha Engineering
College, Erode, Tamilnadu, India
2
Professor, Nandha Engineering College, Erode, Tamilnadu, India
ABSTRACT
MPEG-4 is a method of defining compression of audio and video digital data. MPEG-4 videos double
compression method is used to decompress video from spatial domain to the frequency domain and then resaved
with a different quantization matrix. Markov feature is a second order statistics which was adopted to detect
double compression artifacts in the original video. In proposed system, double compression artifacts in
H.264/AVC was detected by Markov statistics and by comparing two videos the ratios such as peak signal- to-
noise ratio (PSNR), mean squared error (MSE) and structural similarity index (SSIM) are calculated.
KEYWORDS: MPEG-4, double compression, Markov statistics, artifacts, peak signal-to-noise ratio, mean
squared error, structural similarity index
I. INTRODUCTION
Video compression may be lossy or lossless compression. Lossless compression may all important
information after compression also but compression ratio is less compare to lossy compression. Video
compression technologies are about reducing and removing redundant video data so that a digital
video file can be effectively sent over a network and stored on computer disks. With efficient
compression techniques, a significant reduction in file size can be achieved with little or no adverse
effect on the visual quality.
Video compression algorithms such as MPEG-4 and H.264 use interframe prediction to reduce video
data between a series of frames. This involves techniques such as difference coding, where one frame
is compared with a reference frame and only pixels that have changed with respect to the reference
frame are coded. A compression artifact is a noticeable distortion of media caused by the application
of lossy data compression. Compression artifacts occur in many common media such as DVDs,
common computer file formats such as JPEG, MP3 or MPEG files.
MPEG-4 Video is a video codec (compressor and decompressor) standard. A video codec is designed
to compress and uncompress digital video in order to reduce the amount of bandwidth required to
transmit and store the video. MPEG-4 is a lossy compression standard. This means that the
compression and decompression does not reproduce exactly the same as the original video but
achieves the high compression ratios required at the expense of some quality.
MPEG-4 standard defines many different coding tools and compression features. MPEG-4 provides a
higher coding efficiency for storage and transmission of audio-visual data at very low bit rates. The
usage of surveillance systems and video cameras is growing rapidly. For authentication of the digital
contents, a variety of active techniques have been proposed, such as watermarking [10] and digital
signature [6]. But passive technique is focused in [5]. With the low-cost editing software, the digital
video can tampered. To avoid tampering two techniques are used to detect double MPEG compression
in [8].
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 20
An efficient method is used for detection of double compressed JPEG images in [7]. The Markov
transition probability matrix (TPM) can accurately identify double-compressed JPEG images which
are shown in [3]. In [9], the double compression detection is done by observing the periodic artifacts
in Discrete Cosine Transform (DCT) histograms. The double compression in H.264 is detected based
on the probability distribution of quantized non-zero AC coefficients in [4]. Peak signal-to-noise ratio
(PSNR), which is calculated as the error between the original and the compressed image. In [2], peak
signal-to-noise ratio is estimated using Quantized DCT Coefficients.
II. EXISTING SYSTEM
The existing system uses first digit distribution and discrete cosine transform (DCT) histograms for
detecting double MPEG-4 compression. The disturbance in the probability distribution of the first
digits of non-zero quantized AC coefficients is used as evidence of double compression. Only first
digit distributions from the intra-coded frames are selected to further enhance the detection accuracy.
A method for detecting video tampering with a device, the method comprises of receiving a plurality
of video frames of a Group of Pictures (GOP);determining a probability distribution for each of the
plurality of video frames; comparing the probability distributions to a reference distribution; and
determining whether the GOP corresponds to a tampered video bit stream in response to comparing
the probability distributions to the reference distribution, wherein the plurality of video frames
comprises at least one intra-coded video frame and at least one of a plurality of predictive coded video
frames or a plurality of bi-directionally predictive coded video frames.
The disadvantages of using first digit distribution and discrete cosine transform histogram are high
complexity, detection accuracy is less because of weak discriminative power and compression
artifacts cannot be detected fully.
III. DECODING PROCESS
MPEG-4 is the object-based representation model. Each object-based model is built using individual
objects. Each object is represented by the blocks, which are encoded by using DCT, quantization, and
entropy coding. The decoding process consists of three steps, entropy decoding, de-quantization and
inverse discrete cosine transform. The entropy decoding consists of two steps. The first step converts
the input bit stream into the intermediate symbols. The second step converts the intermediate symbols
into the quantized DCT coefficients. The output of the second step is the DC difference. The DC
difference is then decoded into the quantized DC coefficient.
The quantization stage is where the majority of compression is achieved. This is also the stage where
the majority of information can be lost and artifacts introduced. The quantization process is inherently
lossy because of the many-to-one mapping process. The quantization process basically involves
division of the DCT coefficient by a corresponding quantization matrix value based on spatial
frequency. In [1], the reason for quantization is to represent the DCT coefficients with no greater
precision than necessary for a desired visual quality.
IV. DOUBLE MPEG-4 COMPRESSION DETECTION
Markov statistics based features are adopted for detecting doubly compressed MPEG-4 videos.
Markov statistics is a second order statistics in which the detection accuracy is increased. Markov
based features are adopted to detect double compression artifact in the original video. Markov
statistics is distinguishable for both single and double compression in JPEG images [5]. The various
advantages of using Markov statistics are low complexity, detection accuracy is more, and
compression artifacts can be detected by using Markov feature.
Markov statistics is very effective in the double MPEG-4 compression detection. Figure 1 shows the
Markov feature extraction. There are various steps to extract the Markov feature in MPEG-4 videos.
 During decoding process the quantized DCT coefficients are extracted. This process consists
of three steps, entropy decoding, de-quantization and inverse discrete cosine transform. For
next step only the magnitudes of the coefficients are considered.
 From the quantized DCT coefficients the difference array is computed along the horizontal,
vertical, major diagonal, and minor diagonal directions. The double compression artifacts are
extruded during the differential operation.
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 21
 By thresholding operation the difference array is truncated. Each difference array, D, is
modelled along the same direction.
 The horizontal, vertical, major diagonal and minor diagonal transition probability matrices are
obtained.
 Finally, the horizontal and vertical matrices, major and minor diagonal matrices are averaged
separately.
Figure 1. Block diagram of Markov feature extraction
V. COMPARISON OF TWO VIDEOS
Two videos of different sizes are compressed and compared. During compression the artifacts present
in the video is detected. After compression the size of the video and the detected artifacts are reduced.
The ratios such as PSNR, MSE and SSIM are calculated for the compressed video.
The input video 1 is shown in Figure 2. The given input video for compression has 340 numbers of
frames and size is 240*360.
Figure 2. Input video 1
The input video 2 is shown in Figure 3. The given input video for compression has 440 numbers of
frames and size is 340*460. The input videos comprised of several artifacts.
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 22
Figure 3. Input video 2
The comparison of two videos is shown in the Table 1. The table consists of the compressed video
ratios such as peak signal-to- noise ratio, mean squared error and structural similarity index for each
frame.
Table 1. Comparison of two videos
Frame
Compressed Video 1 Compressed Video 2
PSNR MSE SSIM PSNR MSE SSIM
10 17.75 603.57 0.68 21.17 62.60 0.57
20 17.67 680.50 0.66 17.23 110.32 0.69
30 18.03 867.79 0.58 19.06 74.25 0.39
40 19.06 922.57 0.57 14.70 84.49 0.55
50 17.96 851.38 0.59 11.33 94.23 0.62
5.1. Peak Signal-to-Noise Ratio (PSNR)
The PSNR computes the peak signal-to-noise ratio, in decibels, between two images. This ratio is
often used as a quality measurement between the original and a compressed image. The higher the
PSNR, the better the quality of the compressed or reconstructed image. The PSNR is most commonly
used as a measure of quality of reconstruction of lossy compression codec’s (e.g., for image
compression). In this case, the signal is the original data, and the noise is the error introduced by
compression. When comparing compression codec’s it is used as an approximation to human
perception of reconstruction quality, therefore in some cases one reconstruction may appear to be
closer to the original than another, even though it has a lower PSNR. PSNR is measured in decibels
(dB).
The PSNR is defined as:
PSNR = 10.log10 (MAXI
2
/ MSE)
= 20. log10 (MAXI / (MSE) 1/2
)
= 20. log10 (MAXI) – 10. log10 (MSE)
The peak signal-to-noise ratio waveform for the compressed videos is shown in Figure 4. For each
frame, the ratio increases for the compressed video1 and the ratio decreases for the compressed video
2. When comparing both the compressed videos, the compressed video1 has better PSNR ratio. Based
on the ratio the waveform shows the quality of the compressed videos.
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 23
Figure 4. PSNR waveform for compressed videos
5.2. Mean Squared Error (MSE)
The Mean Square Error (MSE) and the Peak Signal to Noise Ratio (PSNR) are the two error metrics
used to compare image compression quality. The MSE represents the cumulative squared error
between the compressed and the original image, whereas PSNR represents a measure of the peak
error. The lower the value of MSE, the lower the error.
∑M,N [I1(m,n)-I2(m,n)]2
M*N
The mean squared error waveform for the compressed videos is shown in Figure 5. For each frame,
the ratio increases and finally decreases for the compressed video 1. The compressed video 1 have
minimum quality. For each frame, the ratio increases for the compressed video 2. When comparing
both the compressed video 2 has minimum mean squared error.
Figure 5. MSE waveform for compressed videos
5.3. Structural Similarity Index (SSIM)
The structural similarity (SSIM) index is a method for measuring the similarity between two images.
The SSIM index is a measuring of image quality based on an initial uncompressed or distortion-free
image as reference. SSIM is designed to improve on traditional methods like peak signal-to-noise
ratio and mean squared error.
The structural similarity index waveform for the compressed videos is shown in Figure 8. For each
frame, the ratio decreases for the compressed video 1 and the ratio increases for the compressed video
0
5
10
15
20
25
10 20 30 40 50
PSNR
Frames
PSNR Waveform
Video 1
Video 2
0
200
400
600
800
1000
10 20 30 40 50
MSE
Frames
MSE Waveform
Video 1
Video 2
MSE
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 24
2. This waveform shows the quality of the video. When comparing both the compressed videos, the
quality of the compressed video 2 is increased.
Figure 6. SSIM waveform for compressed videos
5.4. Compressed Output Videos
The compressed output video 1 is shown in Figure 7. By compressing the artifacts present in the video
can be reduced using Markov statistics. Before compression the original size is 240*360 which
contains 340 frames. After compression the size is reduced to 129*129 and the number of frames is
also reduced to 55. The compressed video is different from the original video after removing the
artifacts. Compression takes more time but produces better result.
Figure 7. Compressed output video 1
The compressed output video 2 is shown in Figure 8. By compressing the video, size and artifacts are
reduced. Before compression the original size is 340*460. After compression the size is reduced to
129*129 and the number of frames is also reduced to 55.
Figure 8. Compressed ouput video 2
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
10 20 30 40 50
SSIM
Frames
SSIM Waveform
Video 1
Video 2
International Journal of Scientific Research and Management Studies (IJSRMS)
Volume 1 Issue 1, pg: 19-25
http://www.ijsrms.com All Rights Reserved pg. 25
VI. CONCLUSIONS
In MPEG-4 videos the double compression is detected using an effective method. Double
quantization with different parameters will inevitably introduce rounding errors, leaving detectable
artifacts. Markov random process could capture the artifacts and detect double-compressed videos.
The first digit distribution and DCT histogram fails to achieve the detection accuracy. The detection
accuracies achieved by using Markov feature. Markov feature is second-order statistics and it can
extrude the subtle artifacts. By using this feature the efficiency of the system increases and
complexity is reduced. Finally two video are compared and the ratios such as peak signal-to-noise
ratio, mean squared error and structural similarity index are calculated.
REFERENCES
[1]. A.-C. Popescu, (2004) “Statistical Tools for Digital Image Forensics,” PhD, Dartmouth College,
Hanover, NH, USA.
[2]. Atsuro Ichigaya, Masaaki Kurozumi, Naohiro Hara, Yukihiro Nishida, and Eisuke Nakasu, (2006) “A
method of estimating coding PSNR using quantized DCT coefficients” IEEE circuits and systems for
video technology, vol. 16, no. 2.
[3]. C.-H. Chen, Y.-Q. Shi, and W. Su, (2008) “A machine learning based scheme for double JPEG
compression detection,” in Proc. Int.Conf. Pattern Recognit. (ICPR), pp. 1814–1817.
[4]. D.-D. Liao, R. Yang, H.-M. Liu, J. Li, and J.-W. Huang, (2011) “Double H.264/AVC compression
detection using quantized nonzero AC coefficients,” in Proc. SPIE Int. Soc. Opt. Eng. (Media
Watermarking, Security, and Forensics), vol. 7880.
[5]. H. Yao, S.-Z. Wang, Y. Zhao, and X.-P. Zhang, (2012) “Detecting image forgery using perspective
constraints,” IEEE Signal Process. Lett., vol. 19, no. 3, pp. 123–126.
[6]. H.-J. Yang and A. Kot, (2006) “Binary image authentication with tampering localization by embedding
cryptographic signature and block identifier,” IEEE Signal Process Let., vol. 13, no. 12, pp. 741–744.
[7]. T. Pevny and J. Fridrich, (2008) “Detection of double- compression in JPEG images for applications in
steganography,” IEEE Trans. Inf. Forensics Secur., vol. 3, no. 2, pp. 247–258.
[8]. T.-F. Sun, W. Wang, and X.-H. Jiang, (2012) “Exposing video forgeries by detecting MPEG double
compression,” in Proc. IEEE Int. Conf. Acoust Speech Signal Process. (ICASSP), pp. 1389–1392.
[9]. W.-H.Wang and H. Farid, (2006) “Exposing digital forgeries in video by detecting MPEG
compression,” in Proc. Multimedia Secur. Workshop (MM and Sec), pp. 37–47.
[10]. X. P. Zhang and S. Z. Wang, (2007)“Statistical fragile watermarking capable of locating
Individual tampered pixels,” IEEE Signal Process. Lett, vol. 14, no. 10, pp. 727–730.

Más contenido relacionado

La actualidad más candente

Compression: Video Compression (MPEG and others)
Compression: Video Compression (MPEG and others)Compression: Video Compression (MPEG and others)
Compression: Video Compression (MPEG and others)danishrafiq
 
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...cscpconf
 
MPEG video compression standard
MPEG video compression standardMPEG video compression standard
MPEG video compression standardanuragjagetiya
 
Introduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainIntroduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainVideoguy
 
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...IJCSEIT Journal
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490IJRAT
 
Effective Compression of Digital Video
Effective Compression of Digital VideoEffective Compression of Digital Video
Effective Compression of Digital VideoIRJET Journal
 
Basics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionBasics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionMarius Preda PhD
 
MPEG Compression Standards
MPEG Compression StandardsMPEG Compression Standards
MPEG Compression StandardsAjay
 
An overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceAn overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceINFOGAIN PUBLICATION
 
Compression: Images (JPEG)
Compression: Images (JPEG)Compression: Images (JPEG)
Compression: Images (JPEG)danishrafiq
 
Digital video watermarking using modified lsb and dct technique
Digital video watermarking using modified lsb and dct techniqueDigital video watermarking using modified lsb and dct technique
Digital video watermarking using modified lsb and dct techniqueeSAT Publishing House
 
Imperceptible and secure image watermarking using DCT and random spread techn...
Imperceptible and secure image watermarking using DCT and random spread techn...Imperceptible and secure image watermarking using DCT and random spread techn...
Imperceptible and secure image watermarking using DCT and random spread techn...TELKOMNIKA JOURNAL
 
Secured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeSecured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeIJERA Editor
 

La actualidad más candente (20)

Compression: Video Compression (MPEG and others)
Compression: Video Compression (MPEG and others)Compression: Video Compression (MPEG and others)
Compression: Video Compression (MPEG and others)
 
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...
PERFORMANCE EVALUATION OF JPEG IMAGE COMPRESSION USING SYMBOL REDUCTION TECHN...
 
MPEG video compression standard
MPEG video compression standardMPEG video compression standard
MPEG video compression standard
 
video compression
video compressionvideo compression
video compression
 
Introduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag JainIntroduction to Video Compression Techniques - Anurag Jain
Introduction to Video Compression Techniques - Anurag Jain
 
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...
THE REDUCTION IN COMPUTATION TIME IN THE COLOR IMAGE DECOMPOSITION WITH THE B...
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490
 
Effective Compression of Digital Video
Effective Compression of Digital VideoEffective Compression of Digital Video
Effective Compression of Digital Video
 
MMC MPEG4
MMC MPEG4MMC MPEG4
MMC MPEG4
 
Compression
CompressionCompression
Compression
 
Basics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics CompressionBasics of Mpeg 4 3D Graphics Compression
Basics of Mpeg 4 3D Graphics Compression
 
MPEG Compression Standards
MPEG Compression StandardsMPEG Compression Standards
MPEG Compression Standards
 
CR_CSI_119
CR_CSI_119CR_CSI_119
CR_CSI_119
 
An overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importanceAn overview Survey on Various Video compressions and its importance
An overview Survey on Various Video compressions and its importance
 
Compression: Images (JPEG)
Compression: Images (JPEG)Compression: Images (JPEG)
Compression: Images (JPEG)
 
H261
H261H261
H261
 
Digital video watermarking using modified lsb and dct technique
Digital video watermarking using modified lsb and dct techniqueDigital video watermarking using modified lsb and dct technique
Digital video watermarking using modified lsb and dct technique
 
Imperceptible and secure image watermarking using DCT and random spread techn...
Imperceptible and secure image watermarking using DCT and random spread techn...Imperceptible and secure image watermarking using DCT and random spread techn...
Imperceptible and secure image watermarking using DCT and random spread techn...
 
Secured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic SchemeSecured Data Transmission Using Video Steganographic Scheme
Secured Data Transmission Using Video Steganographic Scheme
 
Image Compression Techniques: A Survey
Image Compression Techniques: A SurveyImage Compression Techniques: A Survey
Image Compression Techniques: A Survey
 

Similar a DETECTING DOUBLY COMPRESSED H.264/AVC VIDEOS USING MARKOV STATISTICS SCHEME

Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSIONA REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSIONNancy Ideker
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosINFOGAIN PUBLICATION
 
ANALYSING JPEG CODING WITH MASKING
ANALYSING JPEG CODING WITH MASKINGANALYSING JPEG CODING WITH MASKING
ANALYSING JPEG CODING WITH MASKINGijma
 
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...researchinventy
 
Chapter 5 - Data Compression
Chapter 5 - Data CompressionChapter 5 - Data Compression
Chapter 5 - Data CompressionPratik Pradhan
 
10.1.1.184.6612
10.1.1.184.661210.1.1.184.6612
10.1.1.184.6612NITC
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONsipij
 
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODING
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODINGNEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODING
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODINGcscpconf
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodIRJET Journal
 
Partial encryption of compresed video
Partial encryption of compresed videoPartial encryption of compresed video
Partial encryption of compresed videoeSAT Publishing House
 
Partial encryption of compressed video
Partial encryption of compressed videoPartial encryption of compressed video
Partial encryption of compressed videoeSAT Journals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar a DETECTING DOUBLY COMPRESSED H.264/AVC VIDEOS USING MARKOV STATISTICS SCHEME (20)

Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSIONA REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System Videos
 
ANALYSING JPEG CODING WITH MASKING
ANALYSING JPEG CODING WITH MASKINGANALYSING JPEG CODING WITH MASKING
ANALYSING JPEG CODING WITH MASKING
 
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
A Hybrid DWT-SVD Method for Digital Video Watermarking Using Random Frame Sel...
 
Gg3311121115
Gg3311121115Gg3311121115
Gg3311121115
 
video comparison
video comparison video comparison
video comparison
 
Chapter 5 - Data Compression
Chapter 5 - Data CompressionChapter 5 - Data Compression
Chapter 5 - Data Compression
 
10.1.1.184.6612
10.1.1.184.661210.1.1.184.6612
10.1.1.184.6612
 
A0540106
A0540106A0540106
A0540106
 
M.sc.iii sem digital image processing unit v
M.sc.iii sem digital image processing unit vM.sc.iii sem digital image processing unit v
M.sc.iii sem digital image processing unit v
 
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSIONSECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
SECURE OMP BASED PATTERN RECOGNITION THAT SUPPORTS IMAGE COMPRESSION
 
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODING
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODINGNEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODING
NEW IMPROVED 2D SVD BASED ALGORITHM FOR VIDEO CODING
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain Method
 
Multimedia Object - Video
Multimedia Object - VideoMultimedia Object - Video
Multimedia Object - Video
 
Partial encryption of compresed video
Partial encryption of compresed videoPartial encryption of compresed video
Partial encryption of compresed video
 
Partial encryption of compressed video
Partial encryption of compressed videoPartial encryption of compressed video
Partial encryption of compressed video
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
video compression
video compressionvideo compression
video compression
 
video compression
video compressionvideo compression
video compression
 

Más de Michael George

A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEM
A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEMA REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEM
A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEMMichael George
 
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREFINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREMichael George
 
SOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODESOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODEMichael George
 
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...Michael George
 
DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...
 DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/... DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...
DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...Michael George
 
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTS
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTSWOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTS
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTSMichael George
 
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINK
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINKDESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINK
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINKMichael George
 
Modelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionModelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionMichael George
 
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...Michael George
 
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...Michael George
 
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGIC
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGICA LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGIC
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGICMichael George
 
ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI
 ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI
ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSIMichael George
 
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEM
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEMAUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEM
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEMMichael George
 
ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...
 ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI... ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...
ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...Michael George
 
SOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODESOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODEMichael George
 

Más de Michael George (17)

A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEM
A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEMA REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEM
A REVIEW PAPER ON AIR QUALITY METER WITH WARNING SYSTEM
 
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTUREFINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
FINGERPRINT BASED LOCKER WITH IMAGE CAPTURE
 
SOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODESOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODE
 
Ijsrms novemb
Ijsrms novembIjsrms novemb
Ijsrms novemb
 
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...
LINE CALL REDUCTION USING PROCESS IMPROVEMENT IN AN AUTOMOBILE COMPANY: A SIM...
 
DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...
 DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/... DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...
DISINFECTION OF WATER CONTAINING E. COLI BY PHOTOCATALYTIC ROUTE USING TIO2/...
 
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTS
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTSWOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTS
WOMEN ENTREPRENEURSHIP IN INDIA: PRESENT STATUS, PROBLEMS AND PROSPECTS
 
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINK
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINKDESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINK
DESIGN AND MODELLING OF STANDALONE HYBRID POWER SYSTEM WITH MATLAB/SIMULINK
 
Modelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionModelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water Disinfection
 
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...
TO ENHANCE THE SLEEP EXPERIENCE OF THE GUESTS IN THE HOTELS (A Study on the F...
 
Call for paper
Call for paperCall for paper
Call for paper
 
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...
SINGLE PHASING, PHASE REVERSAL, OVERVOLTAGE, UNDER VOLTAGE AND OVERHEATING PR...
 
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGIC
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGICA LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGIC
A LOW POWER BASED ASYNCHRONOUS CIRCUIT DESIGN USING POWER GATED LOGIC
 
ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI
 ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI
ESTIMATING PAPER IN VARIABLE GAIN RELAYING ON IMPERFECT CSI
 
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEM
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEMAUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEM
AUTOMATIC FAULT TOLERANCE USING SELF ADAPTIVE SYSTEM
 
ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...
 ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI... ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...
ESTIMATION OF SYMBOL TIMING AND CARRIER FREQUENCY OFFSET USING SYNCHRONIZATI...
 
SOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODESOLAR PANEL CONTROL USING SLIDING MODE
SOLAR PANEL CONTROL USING SLIDING MODE
 

Último

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
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
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 

Último (20)

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
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
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 

DETECTING DOUBLY COMPRESSED H.264/AVC VIDEOS USING MARKOV STATISTICS SCHEME

  • 1. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 19 DETECTING DOUBLY COMPRESSED H.264/AVC VIDEOS USING MARKOV STATISTICS SCHEME A. Kowsalya1 and M. Anto Bennet2 1 Department of Electronics Communication Engineering, Nandha Engineering College, Erode, Tamilnadu, India 2 Professor, Nandha Engineering College, Erode, Tamilnadu, India ABSTRACT MPEG-4 is a method of defining compression of audio and video digital data. MPEG-4 videos double compression method is used to decompress video from spatial domain to the frequency domain and then resaved with a different quantization matrix. Markov feature is a second order statistics which was adopted to detect double compression artifacts in the original video. In proposed system, double compression artifacts in H.264/AVC was detected by Markov statistics and by comparing two videos the ratios such as peak signal- to- noise ratio (PSNR), mean squared error (MSE) and structural similarity index (SSIM) are calculated. KEYWORDS: MPEG-4, double compression, Markov statistics, artifacts, peak signal-to-noise ratio, mean squared error, structural similarity index I. INTRODUCTION Video compression may be lossy or lossless compression. Lossless compression may all important information after compression also but compression ratio is less compare to lossy compression. Video compression technologies are about reducing and removing redundant video data so that a digital video file can be effectively sent over a network and stored on computer disks. With efficient compression techniques, a significant reduction in file size can be achieved with little or no adverse effect on the visual quality. Video compression algorithms such as MPEG-4 and H.264 use interframe prediction to reduce video data between a series of frames. This involves techniques such as difference coding, where one frame is compared with a reference frame and only pixels that have changed with respect to the reference frame are coded. A compression artifact is a noticeable distortion of media caused by the application of lossy data compression. Compression artifacts occur in many common media such as DVDs, common computer file formats such as JPEG, MP3 or MPEG files. MPEG-4 Video is a video codec (compressor and decompressor) standard. A video codec is designed to compress and uncompress digital video in order to reduce the amount of bandwidth required to transmit and store the video. MPEG-4 is a lossy compression standard. This means that the compression and decompression does not reproduce exactly the same as the original video but achieves the high compression ratios required at the expense of some quality. MPEG-4 standard defines many different coding tools and compression features. MPEG-4 provides a higher coding efficiency for storage and transmission of audio-visual data at very low bit rates. The usage of surveillance systems and video cameras is growing rapidly. For authentication of the digital contents, a variety of active techniques have been proposed, such as watermarking [10] and digital signature [6]. But passive technique is focused in [5]. With the low-cost editing software, the digital video can tampered. To avoid tampering two techniques are used to detect double MPEG compression in [8].
  • 2. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 20 An efficient method is used for detection of double compressed JPEG images in [7]. The Markov transition probability matrix (TPM) can accurately identify double-compressed JPEG images which are shown in [3]. In [9], the double compression detection is done by observing the periodic artifacts in Discrete Cosine Transform (DCT) histograms. The double compression in H.264 is detected based on the probability distribution of quantized non-zero AC coefficients in [4]. Peak signal-to-noise ratio (PSNR), which is calculated as the error between the original and the compressed image. In [2], peak signal-to-noise ratio is estimated using Quantized DCT Coefficients. II. EXISTING SYSTEM The existing system uses first digit distribution and discrete cosine transform (DCT) histograms for detecting double MPEG-4 compression. The disturbance in the probability distribution of the first digits of non-zero quantized AC coefficients is used as evidence of double compression. Only first digit distributions from the intra-coded frames are selected to further enhance the detection accuracy. A method for detecting video tampering with a device, the method comprises of receiving a plurality of video frames of a Group of Pictures (GOP);determining a probability distribution for each of the plurality of video frames; comparing the probability distributions to a reference distribution; and determining whether the GOP corresponds to a tampered video bit stream in response to comparing the probability distributions to the reference distribution, wherein the plurality of video frames comprises at least one intra-coded video frame and at least one of a plurality of predictive coded video frames or a plurality of bi-directionally predictive coded video frames. The disadvantages of using first digit distribution and discrete cosine transform histogram are high complexity, detection accuracy is less because of weak discriminative power and compression artifacts cannot be detected fully. III. DECODING PROCESS MPEG-4 is the object-based representation model. Each object-based model is built using individual objects. Each object is represented by the blocks, which are encoded by using DCT, quantization, and entropy coding. The decoding process consists of three steps, entropy decoding, de-quantization and inverse discrete cosine transform. The entropy decoding consists of two steps. The first step converts the input bit stream into the intermediate symbols. The second step converts the intermediate symbols into the quantized DCT coefficients. The output of the second step is the DC difference. The DC difference is then decoded into the quantized DC coefficient. The quantization stage is where the majority of compression is achieved. This is also the stage where the majority of information can be lost and artifacts introduced. The quantization process is inherently lossy because of the many-to-one mapping process. The quantization process basically involves division of the DCT coefficient by a corresponding quantization matrix value based on spatial frequency. In [1], the reason for quantization is to represent the DCT coefficients with no greater precision than necessary for a desired visual quality. IV. DOUBLE MPEG-4 COMPRESSION DETECTION Markov statistics based features are adopted for detecting doubly compressed MPEG-4 videos. Markov statistics is a second order statistics in which the detection accuracy is increased. Markov based features are adopted to detect double compression artifact in the original video. Markov statistics is distinguishable for both single and double compression in JPEG images [5]. The various advantages of using Markov statistics are low complexity, detection accuracy is more, and compression artifacts can be detected by using Markov feature. Markov statistics is very effective in the double MPEG-4 compression detection. Figure 1 shows the Markov feature extraction. There are various steps to extract the Markov feature in MPEG-4 videos.  During decoding process the quantized DCT coefficients are extracted. This process consists of three steps, entropy decoding, de-quantization and inverse discrete cosine transform. For next step only the magnitudes of the coefficients are considered.  From the quantized DCT coefficients the difference array is computed along the horizontal, vertical, major diagonal, and minor diagonal directions. The double compression artifacts are extruded during the differential operation.
  • 3. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 21  By thresholding operation the difference array is truncated. Each difference array, D, is modelled along the same direction.  The horizontal, vertical, major diagonal and minor diagonal transition probability matrices are obtained.  Finally, the horizontal and vertical matrices, major and minor diagonal matrices are averaged separately. Figure 1. Block diagram of Markov feature extraction V. COMPARISON OF TWO VIDEOS Two videos of different sizes are compressed and compared. During compression the artifacts present in the video is detected. After compression the size of the video and the detected artifacts are reduced. The ratios such as PSNR, MSE and SSIM are calculated for the compressed video. The input video 1 is shown in Figure 2. The given input video for compression has 340 numbers of frames and size is 240*360. Figure 2. Input video 1 The input video 2 is shown in Figure 3. The given input video for compression has 440 numbers of frames and size is 340*460. The input videos comprised of several artifacts.
  • 4. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 22 Figure 3. Input video 2 The comparison of two videos is shown in the Table 1. The table consists of the compressed video ratios such as peak signal-to- noise ratio, mean squared error and structural similarity index for each frame. Table 1. Comparison of two videos Frame Compressed Video 1 Compressed Video 2 PSNR MSE SSIM PSNR MSE SSIM 10 17.75 603.57 0.68 21.17 62.60 0.57 20 17.67 680.50 0.66 17.23 110.32 0.69 30 18.03 867.79 0.58 19.06 74.25 0.39 40 19.06 922.57 0.57 14.70 84.49 0.55 50 17.96 851.38 0.59 11.33 94.23 0.62 5.1. Peak Signal-to-Noise Ratio (PSNR) The PSNR computes the peak signal-to-noise ratio, in decibels, between two images. This ratio is often used as a quality measurement between the original and a compressed image. The higher the PSNR, the better the quality of the compressed or reconstructed image. The PSNR is most commonly used as a measure of quality of reconstruction of lossy compression codec’s (e.g., for image compression). In this case, the signal is the original data, and the noise is the error introduced by compression. When comparing compression codec’s it is used as an approximation to human perception of reconstruction quality, therefore in some cases one reconstruction may appear to be closer to the original than another, even though it has a lower PSNR. PSNR is measured in decibels (dB). The PSNR is defined as: PSNR = 10.log10 (MAXI 2 / MSE) = 20. log10 (MAXI / (MSE) 1/2 ) = 20. log10 (MAXI) – 10. log10 (MSE) The peak signal-to-noise ratio waveform for the compressed videos is shown in Figure 4. For each frame, the ratio increases for the compressed video1 and the ratio decreases for the compressed video 2. When comparing both the compressed videos, the compressed video1 has better PSNR ratio. Based on the ratio the waveform shows the quality of the compressed videos.
  • 5. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 23 Figure 4. PSNR waveform for compressed videos 5.2. Mean Squared Error (MSE) The Mean Square Error (MSE) and the Peak Signal to Noise Ratio (PSNR) are the two error metrics used to compare image compression quality. The MSE represents the cumulative squared error between the compressed and the original image, whereas PSNR represents a measure of the peak error. The lower the value of MSE, the lower the error. ∑M,N [I1(m,n)-I2(m,n)]2 M*N The mean squared error waveform for the compressed videos is shown in Figure 5. For each frame, the ratio increases and finally decreases for the compressed video 1. The compressed video 1 have minimum quality. For each frame, the ratio increases for the compressed video 2. When comparing both the compressed video 2 has minimum mean squared error. Figure 5. MSE waveform for compressed videos 5.3. Structural Similarity Index (SSIM) The structural similarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a measuring of image quality based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods like peak signal-to-noise ratio and mean squared error. The structural similarity index waveform for the compressed videos is shown in Figure 8. For each frame, the ratio decreases for the compressed video 1 and the ratio increases for the compressed video 0 5 10 15 20 25 10 20 30 40 50 PSNR Frames PSNR Waveform Video 1 Video 2 0 200 400 600 800 1000 10 20 30 40 50 MSE Frames MSE Waveform Video 1 Video 2 MSE
  • 6. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 24 2. This waveform shows the quality of the video. When comparing both the compressed videos, the quality of the compressed video 2 is increased. Figure 6. SSIM waveform for compressed videos 5.4. Compressed Output Videos The compressed output video 1 is shown in Figure 7. By compressing the artifacts present in the video can be reduced using Markov statistics. Before compression the original size is 240*360 which contains 340 frames. After compression the size is reduced to 129*129 and the number of frames is also reduced to 55. The compressed video is different from the original video after removing the artifacts. Compression takes more time but produces better result. Figure 7. Compressed output video 1 The compressed output video 2 is shown in Figure 8. By compressing the video, size and artifacts are reduced. Before compression the original size is 340*460. After compression the size is reduced to 129*129 and the number of frames is also reduced to 55. Figure 8. Compressed ouput video 2 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 10 20 30 40 50 SSIM Frames SSIM Waveform Video 1 Video 2
  • 7. International Journal of Scientific Research and Management Studies (IJSRMS) Volume 1 Issue 1, pg: 19-25 http://www.ijsrms.com All Rights Reserved pg. 25 VI. CONCLUSIONS In MPEG-4 videos the double compression is detected using an effective method. Double quantization with different parameters will inevitably introduce rounding errors, leaving detectable artifacts. Markov random process could capture the artifacts and detect double-compressed videos. The first digit distribution and DCT histogram fails to achieve the detection accuracy. The detection accuracies achieved by using Markov feature. Markov feature is second-order statistics and it can extrude the subtle artifacts. By using this feature the efficiency of the system increases and complexity is reduced. Finally two video are compared and the ratios such as peak signal-to-noise ratio, mean squared error and structural similarity index are calculated. REFERENCES [1]. A.-C. Popescu, (2004) “Statistical Tools for Digital Image Forensics,” PhD, Dartmouth College, Hanover, NH, USA. [2]. Atsuro Ichigaya, Masaaki Kurozumi, Naohiro Hara, Yukihiro Nishida, and Eisuke Nakasu, (2006) “A method of estimating coding PSNR using quantized DCT coefficients” IEEE circuits and systems for video technology, vol. 16, no. 2. [3]. C.-H. Chen, Y.-Q. Shi, and W. Su, (2008) “A machine learning based scheme for double JPEG compression detection,” in Proc. Int.Conf. Pattern Recognit. (ICPR), pp. 1814–1817. [4]. D.-D. Liao, R. Yang, H.-M. Liu, J. Li, and J.-W. Huang, (2011) “Double H.264/AVC compression detection using quantized nonzero AC coefficients,” in Proc. SPIE Int. Soc. Opt. Eng. (Media Watermarking, Security, and Forensics), vol. 7880. [5]. H. Yao, S.-Z. Wang, Y. Zhao, and X.-P. Zhang, (2012) “Detecting image forgery using perspective constraints,” IEEE Signal Process. Lett., vol. 19, no. 3, pp. 123–126. [6]. H.-J. Yang and A. Kot, (2006) “Binary image authentication with tampering localization by embedding cryptographic signature and block identifier,” IEEE Signal Process Let., vol. 13, no. 12, pp. 741–744. [7]. T. Pevny and J. Fridrich, (2008) “Detection of double- compression in JPEG images for applications in steganography,” IEEE Trans. Inf. Forensics Secur., vol. 3, no. 2, pp. 247–258. [8]. T.-F. Sun, W. Wang, and X.-H. Jiang, (2012) “Exposing video forgeries by detecting MPEG double compression,” in Proc. IEEE Int. Conf. Acoust Speech Signal Process. (ICASSP), pp. 1389–1392. [9]. W.-H.Wang and H. Farid, (2006) “Exposing digital forgeries in video by detecting MPEG compression,” in Proc. Multimedia Secur. Workshop (MM and Sec), pp. 37–47. [10]. X. P. Zhang and S. Z. Wang, (2007)“Statistical fragile watermarking capable of locating Individual tampered pixels,” IEEE Signal Process. Lett, vol. 14, no. 10, pp. 727–730.