-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmultimedia-job.json
59 lines (59 loc) · 1.27 KB
/
multimedia-job.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
{
"input":{
"path": "/path/to/collection",
"depth": 2,
"id": {
"name": "SequentialObjectIdGenerator",
"properties": {}
}
},
"extractors":[
{"name": "AudioFingerprint"},
{"name": "AverageColor"},
{"name": "AverageColorARP44"},
{"name": "AverageColorCLD"},
{"name": "AverageColorGrid8"},
{"name": "AverageColorGrid8Reduced15"},
{"name": "AverageColorRaster"},
{"name": "AverageFuzzyHist"},
{"name": "AverageHPCP20F36B"},
{"name": "CENS12Shingle"},
{"name": "CLD"},
{"name": "EdgeARP88"},
{"name": "EdgeGrid16"},
{"name": "EHD"},
{"name": "HOGMirflickr25K512"},
{"name": "HPCP12Shingle"},
{"name": "MedianColor"},
{"name": "MedianColorGrid8"},
{"name": "MFCCShingle"},
{"name": "SphericalHarmonicsDefault"},
{"name": "SphericalHarmonicsLow"},
{"name": "SphericalHarmonicsHigh"},
{"name": "SURFMirflickr25K512"}
],
"exporters":[
{
"name": "AudioWaveformExporter",
"properties": {
"destination":"/path/to/thumbnails"
}
},
{
"name": "ShotThumbnailsExporter",
"properties": {
"destination": "/path/to/thumbnails"
}
},
{
"name": "Model3DThumbnailExporter",
"properties": {
"destination": "/path/to/thumbnails"
}
}
],
"database":{
"selector": "COTTONTAIL",
"writer": "COTTONTAIL"
}
}