-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmediaInfo2.json
More file actions
102 lines (102 loc) · 2.66 KB
/
Copy pathmediaInfo2.json
File metadata and controls
102 lines (102 loc) · 2.66 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
{
"constraints": [
{
"allowedFormats": [
{
"id": {
"guid": "bf5ae53e-ffb4-4c40-a4f2-5b8e7c53e602",
"name": "x-fmt/384",
"namespace": "http://www.nationalarchives.gov.uk/"
},
"localLastModifiedDate": "2018-06-14T15:00:00.0Z",
"name": "Quicktime"
}
],
"allowedPropertiesAnyOf": [
{
"class": "file format",
"id": {
"guid": "6bee4d02-20a4-4344-bf84-16be0418b08d",
"name": "fmt/199",
"namespace": "http://www.nationalarchives.gov.uk/"
},
"type": "string"
}
],
"inputItemName": "inputfile"
}
],
"description": "Extraction of properties for Video files using MediaInfo",
"example": "commandline 'cwltool mediaInfo2.cwl mediaInfo2.yml'",
"id": {
"guid": "78365fc6-fcae-4f64-9005-9ae42141abb8",
"name": "MediaInfo2",
"namespace": "http://www.parcore.org/actions"
},
"inputFiles": [
{
"description": "File that will have metadata extracted from",
"file": {
"filepath": ""
},
"name": "inputfile"
}
],
"outputProperties": [
{
"description": "Width in pixels of the video",
"name": "width",
"parProperty": {
"class": "size",
"id": {
"guid": "ffc702fe-d4bb-5243-99b2-45a4ea28f7c2",
"name": "width",
"namespace": "https://www.ebu.ch/metadata/ontologies/ebucore"
},
"type": "integer",
"units": "pixel"
}
},
{
"description": "Height in pixels of the video",
"name": "height",
"parProperty": {
"class": "size",
"id": {
"guid": "526b1d5e-d176-4879-9e2c-47e429155c8f",
"name": "height",
"namespace": "https://www.ebu.ch/metadata/ontologies/ebucore"
},
"type": "integer",
"units": "pixel"
}
},
{
"description": "bitrate of the video",
"name": "bitrate",
"parProperty": {
"class": "rate",
"id": {
"guid": "5cb7a433-762b-465d-b227-9291779c2456",
"name": "bitrate",
"namespace": "https://www.ebu.ch/metadata/ontologies/ebucore"
},
"type": "integer",
"units": "bits per second"
}
}
],
"preservationActionName": "AV Property Extraction Using MediaInfo",
"tool": {
"toolID": "mediainfo",
"toolName": "mediainfo"
},
"type": {
"id": {
"guid": "ed411b7f-1e0f-4486-b7b7-9a06835c04d9",
"name": "http://id.loc.gov/vocabulary/preservation/eventType/mee",
"namespace": "url"
},
"label": "metadata extraction"
}
}