FootageItem¶
FootageItem
dataclass
¶
FootageItem(comment: str, item_id: int, label: Label, name: str, parent_folder: FolderItem | None, type_name: str, duration: float, frame_duration: int, frame_rate: float, height: int, pixel_aspect: float, width: int, main_source: FileSource | SolidSource | PlaceholderSource, asset_type: str, end_frame: int, start_frame: int)
Bases: AVItem
Footage item.
Attributes:
| Name | Type | Description |
|---|---|---|
main_source |
FileSource | SolidSource | PlaceholderSource
|
The footage source. |
asset_type |
str
|
The footage type (placeholder, solid, file). |
end_frame |
int
|
The footage end frame. |
start_frame |
int
|
The footage start frame. |