简单的重复帧检测的MJPEG编解码器的视频取证

Syaiful Andy, Antoni Haikal
{"title":"简单的重复帧检测的MJPEG编解码器的视频取证","authors":"Syaiful Andy, Antoni Haikal","doi":"10.1109/ICITISEE.2017.8285520","DOIUrl":null,"url":null,"abstract":"One of the most common methods of video forgery is make selected frames duplication from a video to another location in the same video. There are many algorithms that have been developed by other researchers and can be used for video forgery detection. Most of those algorithms use image processing technique which is fairly complex. In this paper, the simpler method for a specific purpose will be proposed and discussed. This method can be used to detect the frames duplication in a video that using MPJPEG codec. One of the simplest ways to detect whether a file is same or not is by calculating its hash value. This simple technique can be used for developing the method to detect the duplicate frames in a video. By splitting the MJPEG video into JPEG image frames, we can calculate the hash value of each frame. After we got all the hash value of each frame, we can compare the hash value each other. Furthermore, we can identify the duplicate frames in that video. For the implementation, we will use Python scripting language with OpenCV library. The output of the implemented program is the frame index number which indicates the location of the duplicate frames from the video files. For testing purpose, several original videos will be intentionally edited using video editing software to duplicate some of its frames. The result of the implementation shows that this method is pretty good, fast, and accurate to detect the frames duplication in a video file with MJPEG codec.","PeriodicalId":130873,"journal":{"name":"2017 2nd International conferences on Information Technology, Information Systems and Electrical Engineering (ICITISEE)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2017-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"8","resultStr":"{\"title\":\"Simple duplicate frame detection of MJPEG codec for video forensic\",\"authors\":\"Syaiful Andy, Antoni Haikal\",\"doi\":\"10.1109/ICITISEE.2017.8285520\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"One of the most common methods of video forgery is make selected frames duplication from a video to another location in the same video. There are many algorithms that have been developed by other researchers and can be used for video forgery detection. Most of those algorithms use image processing technique which is fairly complex. In this paper, the simpler method for a specific purpose will be proposed and discussed. This method can be used to detect the frames duplication in a video that using MPJPEG codec. One of the simplest ways to detect whether a file is same or not is by calculating its hash value. This simple technique can be used for developing the method to detect the duplicate frames in a video. By splitting the MJPEG video into JPEG image frames, we can calculate the hash value of each frame. After we got all the hash value of each frame, we can compare the hash value each other. Furthermore, we can identify the duplicate frames in that video. For the implementation, we will use Python scripting language with OpenCV library. The output of the implemented program is the frame index number which indicates the location of the duplicate frames from the video files. For testing purpose, several original videos will be intentionally edited using video editing software to duplicate some of its frames. The result of the implementation shows that this method is pretty good, fast, and accurate to detect the frames duplication in a video file with MJPEG codec.\",\"PeriodicalId\":130873,\"journal\":{\"name\":\"2017 2nd International conferences on Information Technology, Information Systems and Electrical Engineering (ICITISEE)\",\"volume\":\"37 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2017-11-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"8\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2017 2nd International conferences on Information Technology, Information Systems and Electrical Engineering (ICITISEE)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICITISEE.2017.8285520\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2017 2nd International conferences on Information Technology, Information Systems and Electrical Engineering (ICITISEE)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICITISEE.2017.8285520","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 8

摘要

视频伪造最常见的方法之一是将视频中的选定帧复制到同一视频的另一个位置。其他研究人员已经开发了许多算法,可以用于视频伪造检测。这些算法大多使用图像处理技术,这是相当复杂的。在本文中,将提出并讨论针对特定目的的更简单的方法。该方法可用于检测使用MPJPEG编解码器的视频中的重复帧。检测文件是否相同的最简单方法之一是计算其散列值。这种简单的技术可以用于开发检测视频中重复帧的方法。通过将MJPEG视频分割成JPEG图像帧,我们可以计算出每帧的哈希值。当我们得到每一帧的所有哈希值后,我们可以相互比较哈希值。此外,我们可以识别视频中的重复帧。对于实现,我们将使用Python脚本语言和OpenCV库。所实现的程序的输出是帧索引号,它表示来自视频文件的重复帧的位置。为了测试目的,我们将使用视频编辑软件对几个原始视频进行有意编辑,以复制其中的一些帧。实现结果表明,该方法对MJPEG编解码器视频文件中的重复帧检测效果好、速度快、精度高。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Simple duplicate frame detection of MJPEG codec for video forensic
One of the most common methods of video forgery is make selected frames duplication from a video to another location in the same video. There are many algorithms that have been developed by other researchers and can be used for video forgery detection. Most of those algorithms use image processing technique which is fairly complex. In this paper, the simpler method for a specific purpose will be proposed and discussed. This method can be used to detect the frames duplication in a video that using MPJPEG codec. One of the simplest ways to detect whether a file is same or not is by calculating its hash value. This simple technique can be used for developing the method to detect the duplicate frames in a video. By splitting the MJPEG video into JPEG image frames, we can calculate the hash value of each frame. After we got all the hash value of each frame, we can compare the hash value each other. Furthermore, we can identify the duplicate frames in that video. For the implementation, we will use Python scripting language with OpenCV library. The output of the implemented program is the frame index number which indicates the location of the duplicate frames from the video files. For testing purpose, several original videos will be intentionally edited using video editing software to duplicate some of its frames. The result of the implementation shows that this method is pretty good, fast, and accurate to detect the frames duplication in a video file with MJPEG codec.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信