Video
ThorResourceType:0x29- Max. version:
0x5
A Video describes the properties and location of a Bink (.bik) video file.
Video structure
| Name | Type | Condition | Description |
|---|---|---|---|
| header | ThorResourceHeader |
||
| ??? | bool |
Revelation's code appears to ignore this field. | |
| path | EncryptedString |
Virtual path to video file. | |
| hasAlpha | bool |
Indicates whether the video contains transparency data. | |
| preload | bool |
Indicates whether the video should be preloaded. | |
| isMonochrome | bool |
||
| dataRate | uint32 |
||
| hasKeyframes | bool |
||
| keyframes | ThorResource |
hasKeyframes |
Used for easy seeking through the video. Resource is ignored if not a ContainerResource, and its children not of type VariableResource are ignored. |
Note
If keyframes is a ContainerResource and any of its children of type VariableResource do not have a uint32 type, Revelation will crash.