---
path: bot-api-reference/enumerations/AssetVideoFormat.md
audience: bot
category: reference
summary: The container format of a video asset.
---

The container format of a video asset.

## Enumeration Members

### Avi

> **Avi**: `4`

AVI container.

### Flv

> **Flv**: `5`

Flash Video container.

### Gxf

> **Gxf**: `10`

General Exchange Format.

### Lxf

> **Lxf**: `9`

Low-latency Exchange Format.

### Mkv

> **Mkv**: `2`

Matroska container.

### Mov

> **Mov**: `3`

Apple MOV container.

### Mp4

> **Mp4**: `1`

MPEG-4 container.

### Mpeg2Ps

> **Mpeg2Ps**: `7`

MPEG-2 Program Stream.

### Mpeg2Ts

> **Mpeg2Ts**: `6`

MPEG-2 Transport Stream.

### Mpg

> **Mpg**: `13`

MPEG container.

### Mxf

> **Mxf**: `8`

Material Exchange Format.

### QuickTime

> **QuickTime**: `14`

QuickTime container.

### Unspecified

> **Unspecified**: `0`

### WebM

> **WebM**: `12`

WebM container.