-
Notifications
You must be signed in to change notification settings - Fork 0
/
video_segments_manifest.json
78 lines (78 loc) · 3.8 KB
/
video_segments_manifest.json
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
{
"id": "http://example.org/sample_video.json",
"type": "Manifest",
"label": "ABC NY Local News Segment on Trump Exclusive Interview",
"description": "This is a description of the ABC Local news segment.",
"sequences": {
"type": "Sequence",
"canvases": [
{
"id": "http://example.org/sample_video/canvas/1",
"duration": 132,
"content": [
{
"id": "http://example.org/sample_video/content/page/1",
"type": "AnnotationPage",
"items": [
{
"id": "http://example.org/sample_video/content/anno/1",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://example.org/media/abc_local_interview.mp4",
"type": "Video",
"format": "video/mp4"
},
"target": "http://example.org/sample_video/canvas/1#t=0,35"
},
{
"id": "http://example.org/sample_video/content/anno/2",
"type": "Annotation",
"motivation": "annotation",
"body": {
"id": "http://example.org/media/trump_interview.mp4",
"type": "Video",
"format": "video/mp4"
},
"target": "http://example.org/sample_video/canvas/1#t=36,62"
},
{
"id": "http://example.org/sample_video/content/anno/3",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://example.org/media/abc_local_interview.mp4",
"type": "Video",
"format": "video/mp4"
},
"target": "http://example.org/sample_video/canvas/1#t=63,77"
},
{
"id": "http://example.org/sample_video/content/anno/4",
"type": "Annotation",
"motivation": "annotation",
"body": {
"id": "http://example.org/media/trump_interview.mp4",
"type": "Video",
"format": "video/mp4"
},
"target": "http://example.org/sample_video/canvas/1#t=78,122"
},
{
"id": "http://example.org/sample_video/content/anno/5",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://example.org/media/abc_local_interview.mp4",
"type": "Video",
"format": "video/mp4"
},
"target": "http://example.org/sample_video/canvas/1#t=123,132"
},
]
}
]
}
]
}
}