---
title: profile
summary: null
url: https://www.fastly.com/documentation/reference/io/profile
---

When converting animated GIFs to [`MP4`](https://www.fastly.com/documentation/reference/io/format) format and when used in conjunction with the [`level`](https://www.fastly.com/documentation/reference/io/level) parameter, the `profile` parameter controls which features the video encoder can use based on a target class of application for [decoding the specific video bitstream](https://en.wikipedia.org/wiki/Advanced_Video_Coding#Profiles).

## Syntax

```text
profile={value}
```

## Allowed values

| Value      | Description                                                                         |
| ---------- | ----------------------------------------------------------------------------------- |
| `baseline` | The profile recommended for video conferencing and mobile applications. _(Default)_ |
| `main`     | The profile recommended for standard-definition broadcasts.                         |
| `high`     | The profile recommended for high-definition broadcasts.                             |

## Notes

If either `profile` or [`level`](https://www.fastly.com/documentation/reference/io/level) parameters are missing, `profile=baseline&level=3.0` will be used as the default.

## Examples

Click the links to view the transformed image using a demo Fastly IO service.

| Example usage                                                                                             | Description                                                                                   |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [`?format=mp4&profile=high&level=5.0`](https://www.fastly.io/image.gif?format=mp4&profile=high&level=5.0) | Convert the source animated GIF to MP4 format and select the high profile with a level of 5.0 |
