-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
104 lines (104 loc) · 2.22 KB
/
manifest.json
File metadata and controls
104 lines (104 loc) · 2.22 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"video": "super 8.mp4",
"fps_estimate": 25.0,
"duration_seconds_estimate": 15.12,
"sampled_frames": 12,
"frames": [
{
"seq_index": 0,
"source_frame_index": 0,
"timestamp_seconds": 0.0,
"file": "frames/frame_0000.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 1,
"source_frame_index": 1,
"timestamp_seconds": 0.04,
"file": "frames/frame_0001.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 2,
"source_frame_index": 2,
"timestamp_seconds": 0.08,
"file": "frames/frame_0002.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 3,
"source_frame_index": 3,
"timestamp_seconds": 0.12,
"file": "frames/frame_0003.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 4,
"source_frame_index": 4,
"timestamp_seconds": 0.16,
"file": "frames/frame_0004.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 5,
"source_frame_index": 5,
"timestamp_seconds": 0.2,
"file": "frames/frame_0005.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 6,
"source_frame_index": 6,
"timestamp_seconds": 0.24,
"file": "frames/frame_0006.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 7,
"source_frame_index": 7,
"timestamp_seconds": 0.28,
"file": "frames/frame_0007.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 8,
"source_frame_index": 8,
"timestamp_seconds": 0.32,
"file": "frames/frame_0008.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 9,
"source_frame_index": 9,
"timestamp_seconds": 0.36,
"file": "frames/frame_0009.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 10,
"source_frame_index": 10,
"timestamp_seconds": 0.4,
"file": "frames/frame_0010.jpg",
"width": 640,
"height": 360
},
{
"seq_index": 11,
"source_frame_index": 11,
"timestamp_seconds": 0.44,
"file": "frames/frame_0011.jpg",
"width": 640,
"height": 360
}
]
}