-
Notifications
You must be signed in to change notification settings - Fork 2
/
cnn-video-log-recovery.txt
54 lines (39 loc) · 1.72 KB
/
cnn-video-log-recovery.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Extract and patch in additional unredacted data
to cover missing parts of redacted log
The logfile shown in the CNN video is called:
'35200217 su logs 0703141641 to 080310119.csv'
1. Get the 1280x720_3500kB/s videos:
wget http://cnn-f.akamaihd.net/cnn/big/world/2014/05/27/pkg-quest-inmarsat-data.cnn_27020448_,512x288_55,640x360_90,768x432_130,896x504_185,1280x720_350,0k.mp4.csmil/bitrate=4 -o pkg-quest-inmarsat-data.cnn_27020448_1280x720_3500k.mp4
wget http://cnn-f.akamaihd.net/cnn/big/world/2014/05/27/intv-quest-inmarsat-data-dickinson.cnn_27014108_,512x288_55,640x360_90,768x432_130,896x504_185,1280x720_350,0k.mp4.csmil/bitrate=4 -o intv-quest-inmarsat-data-dickinson.cnn_27014108_1280x720_3500k.mp4
(nb. first video had been posted three days earlier at:
http://ht.cdn.turner.com/cnn/big/international/2014/05/24/quest-inmarsat-data.cnn_24034342_1280x720_3500k.mp4
but subsequently removed).
2. Checksum
sha1sum < *.mp4
d27c18c16058dda4d7b733a6564355e96d861575
966e3d8ae2233cab1677fcb00c588855fd1b1c2c
Length 105290297 (101MB)
Length 76773900 (74MB)
3. Extract the frames
00:51--00:56
03:16--03:20
03:52--03:58
and:
00:41--00:46
VLC option:
$ vlc *.mp4
Pause
Frame-step using 'e'
Video->Snapshot menu
FFMPEG option:
ffmpeg -i [input.mp4] -ss 00:00:51 -t 00:00:05 -r 1 img_%4d.png
4. Determine Perspective grid (unbend paper)
Not done - Put to one side after a couple of hours experimentation
5. Invert Perspective Map
Not done - used an affine (rotate+skew) transformation in Inkscape
6. Select focus mask based on separate frames
Not done, would require successful 'flattening' first
8. OCR
Eyeballed for the moment, instead of OCR
9. Iterate based on constraints
To do: Decoding the payload to inorder to refine the hex candidates