View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| streams | [Stream] | [readonly] | |
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | [readonly] | |
| subtitles | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | [readonly] | |
| duration | float, none_type | [optional] [readonly] | |
| type | str, none_type | [optional] [readonly] | |
| width | int, none_type | [optional] [readonly] | |
| height | int, none_type | [optional] [readonly] | |
| timecode | float, none_type | [optional] [readonly] | |
| timecode_format | str, none_type | [optional] [readonly] | |
| system_timecode | float, none_type | [optional] [readonly] | |
| system_timecode_format | str, none_type | [optional] [readonly] | |
| bpp | float, none_type | [optional] [readonly] | |
| vcodec | str, none_type | [optional] [readonly] | |
| vcodec_long | str, none_type | [optional] [readonly] | |
| framerate_float | float, none_type | [optional] [readonly] | |
| framerate | str, none_type | [optional] [readonly] | |
| acodec | str, none_type | [optional] [readonly] | |
| acodec_long | str, none_type | [optional] [readonly] | |
| sample_rate | int, none_type | [optional] [readonly] | |
| pages | int, none_type | [optional] [readonly] |