Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
str | ✔️ | The name of the asset. This is not necessarily the filename - it can be a custom name or title. |
filename.mp4 |
static_mp4 |
Optional[bool] | ➖ | Whether to generate MP4s for the asset. | true |
playback_policy |
OptionalNullable[components.PlaybackPolicy] | ➖ | Whether the playback policy for an asset or stream is public or signed | |
creator_id |
Optional[components.InputCreatorID] | ➖ | N/A | |
storage |
Optional[components.NewAssetPayloadStorage] | ➖ | N/A | |
encryption |
Optional[components.NewAssetPayloadEncryption] | ➖ | N/A | |
c2pa |
Optional[bool] | ➖ | Decides if the output video should include C2PA signature | |
profiles |
List[components.TranscodeProfile] | ➖ | N/A | |
target_segment_size_secs |
Optional[float] | ➖ | How many seconds the duration of each output segment should be |