app.bsky.embed.video
#main
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| video | blob | - | ✅ | The mp4 video file. May be up to 100mb, formerly limited to 50mb. |
| captions | array of #caption | - | ❌ | - |
| alt | string | - | ❌ | Alt text description of the video, for accessibility. |
| aspectRatio | app.bsky.embed.defs#aspectRatio | - | ❌ | - |
#caption
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| lang | string (language) | - | ✅ | - |
| file | blob | - | ✅ | - |
#view
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cid | string (cid) | - | ✅ | - |
| playlist | string (uri) | - | ✅ | - |
| thumbnail | string (uri) | - | ❌ | - |
| alt | string | - | ❌ | - |
| aspectRatio | app.bsky.embed.defs#aspectRatio | - | ❌ | - |