Importing Image Data, Edit Lists
Edit List File Format
Edit list files are text files with the “.edl” filename extension. Composition is as follows:
Header: | |
Entry: | Number Operation Type Parameter 1 Parameter 2 Parameter 3 |
The number of parameters differs depending on the type of operation involved. Numbers are consecutive numerals beginning from 001.
Use a
The message ENCODING=XXX indicates the character encoding, and may be omitted.
The “XXX” represented here supports utf8, eucJP,
■IN/OUT Point Setting Entry
Number | Operation Type | Parameter 1 | Parameter 2 | Parameter 3 |
NNN | REC | IN Point | OUT Point |
The IN/OUT point is set using time code format as follows: HH:MM:SS:FF
The final IN/OUT point setting entry in an edit list must always designate the
■Chapter Point Setting Entry
Number | Operation Type | Parameter 1 |
NNN | CHP | CHAPTER POINT |
The chapter point is designated using time code as HH:MM:SS:FF. The chapter point description must come immediately below the IN/OUT point setting to which it is applied. Also, the Number value is given as that given to the IN/OUT point setting entry.
■
Number | Operation Type |
NNN | INI |
Initialization can be applied only at the head of an edit list entry.
■Finalize
Number Operation Type
NNN FNL
Finalizing can be applied only as the final entry of an edit list.
■ Wait |
|
|
Number | Operation Type | Parameter |
NNN | WAI | Comment |
The wait command can be used within a list, to designate points necessary to change a VTR tape, etc.
If a comment is input, the comment will appear in the wait dialog.
If the comment is separated by a tab (0x09), it will appear split into two lines at the point of the tab.
■Designating the Encoding Parameter
Number | Operation Type | Parameter 1 | Parameter 2 |
NNN | SET | Rate | Filter |
Rate is R:n (n=
Filter is F:n (n=
This setting will continue to be reflected after EDL execution.
74