-
Notifications
You must be signed in to change notification settings - Fork 1
File structure
telish edited this page Jan 22, 2019
·
2 revisions
The basic structure of an FEI document contains the fei
-tag as well as its two children fhead
and fbody
.
The fhead
element contains all metadata for the film such as the used version, production info and a crew list.
An FEI document that represents typical fhead usage is available in the sample section
"fhead": {
"titlestmt": ...
"editionstmt": ...
"prodstmt": ...
"genrestmt": ...
"crewlist": ...
}
The data of an FEI-file is stored in the document body, the fbody
element. There are several ways data can be stored. At the moment, the fbody
covers quantitative data and film protocols with the division in sequence, scene and shot.
For the fbody
element, a sample encoding is available in the repository
"fbody": {
"sequentialstmt": ...
"measurementstmt": ...
}
FEI documentation - First draft 09/2018