-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairtableFields.js
74 lines (74 loc) · 1.64 KB
/
airtableFields.js
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
module.exports = [
'Identifier',
'Title',
'Creator',
'Description',
'Subject: Top level genealogy per language',
'Subject: Language Continent of Origin',
'Subject: Language Nation of Origin',
'Subject: Speaker Genders',
'Contributor: Speakers',
'Contributor: Caption Authors',
'Contributor: Videographer',
'Contributor: Description',
'Date Created',
'Type',
'Format',
'Language names',
'Languages: Speaker preferred names',
'Languages: ISO Code (639-3)',
'Languages: Glottocode',
'Languages: Dialect Glottocode',
'Languages: Macrolanguage ISO Code',
'Caption Languages',
'Caption Languages: ISO Code (639-6)',
'Caption Languages: Glottocode',
'Caption File Identifier',
'Caption File Links',
'Coverage: Video Nation',
'Coverage: Video Territory',
'Coverage: Distribution',
'Rights',
'Publisher',
'Date Received',
'Encoded Data',
'Tagged Data',
'Duration',
'Format T',
'Format Profile',
'Codec ID',
'File size',
'Format Info',
'Format Settings',
'Format Settings CABAC',
'Format Settings ReFrames',
'Codec ID/Info',
'Bit rate',
'Width',
'Height',
'Display Aspect Ratio',
'Frame Rate',
'Standard',
'Color Space',
'Chroma Subsampling',
'Bit Depth',
'Scan Type',
'Bits (Pixel*Frame)',
'Stream size',
'Color range',
'Color primaries',
'Transfer characteristics',
'Matrix coefficients',
'Codec configuration box',
'Format audio',
'Format/Info Audio',
'Bit Rate Audio',
'Bit rate mode audio',
'Codec ID Audio',
'Channel(s)',
'Channel layout',
'Compression mode',
'Sampling rate',
'Stream size audio',
'Subjects Reference ID: Ethnologue'
];