CardiffVisualComputing commited on
Commit
cfb9485
·
verified ·
1 Parent(s): 806a5b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -38,13 +38,16 @@ From the original untampered videos:
38
  - Frame-Insertion.zip (293 videos)
39
  - Spatial-Tampering.zip (10 videos)
40
 
 
 
41
  The information regarding the number of tampered frames and the location of tampering is embedded in the filename/title of each tampered video.
42
  For example, consider the following tampered video: **010_Del_021_030_Shop Banners**
43
 
44
  The components of the filename represent the following:
45
  - **10** represents the number of frames deleted.
46
  - **Del** represents the type of tampering, i.e., **Frame Deletion**.
47
- - **021** represents the location of the tampering (Localization).
 
48
  Thus, frames **021 through 030**, including both the 21st and 30th frames, were deleted from the original/untampered video to generate the tampered video.
49
 
50
  Similarly if the title of video is: **010_Ins_017_026_Slides**
@@ -53,7 +56,8 @@ The components of the filename represent the following:
53
  - **010** represents the number of frames inserted.
54
  - **Ins** represents the type of tampering, i.e., **Frame Insertion**.
55
  - **017** represents the starting location of the insertion.
56
- - **026** represents the ending location of the insertion.
 
57
  Therefore, the insertion operation starts at the **17th frame and ends at 26th** frame.
58
 
59
  ## Citation [optional]
 
38
  - Frame-Insertion.zip (293 videos)
39
  - Spatial-Tampering.zip (10 videos)
40
 
41
+ ## Filename Structure
42
+
43
  The information regarding the number of tampered frames and the location of tampering is embedded in the filename/title of each tampered video.
44
  For example, consider the following tampered video: **010_Del_021_030_Shop Banners**
45
 
46
  The components of the filename represent the following:
47
  - **10** represents the number of frames deleted.
48
  - **Del** represents the type of tampering, i.e., **Frame Deletion**.
49
+ - **021** represents the location of the tampering (Localization).
50
+
51
  Thus, frames **021 through 030**, including both the 21st and 30th frames, were deleted from the original/untampered video to generate the tampered video.
52
 
53
  Similarly if the title of video is: **010_Ins_017_026_Slides**
 
56
  - **010** represents the number of frames inserted.
57
  - **Ins** represents the type of tampering, i.e., **Frame Insertion**.
58
  - **017** represents the starting location of the insertion.
59
+ - **026** represents the ending location of the insertion.
60
+
61
  Therefore, the insertion operation starts at the **17th frame and ends at 26th** frame.
62
 
63
  ## Citation [optional]