> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.7.0/helmut4-components/helmutco/projects/mime-type.md).

# MIME Type

MIME types used in the context of Helmut are describing the type of a particular asset. The single categories of MIME types are VIDEO, AUDIO, IMAGE, BIN, SEQUENCE, MULTICAM\_SEQUENCE, COMP, MULTITRACK\_SESSION, CAPTION, ADOBE\_PREMIERE\_TITLE and DATA.

In the following table all supported extensions of an asset are assigned to the related MIME type.

| Video     | Audio | Image | Comp | Multitrack Session |
| --------- | ----- | ----- | ---- | ------------------ |
| webm      | mp3   | tif   | comp | sesx               |
| 3gp       | mpa   | targa | aepx |                    |
| avi       | wav   | ai    |      |                    |
| wmv       | wave  | eps   |      |                    |
| crm       | aif   | gif   |      |                    |
| crw       | aiff  | exr   |      |                    |
| nef       | aac   | pxr   |      |                    |
| raf       | wma   | mxr   |      |                    |
| cin       | m4a   | sxr   |      |                    |
| mxf       | omf   | orf   |      |                    |
| mov       |       | mrw   |      |                    |
| mv1       |       | dcr   |      |                    |
| m2t       |       | mos   |      |                    |
| m2ts      |       | raw   |      |                    |
| m2v       |       | pef   |      |                    |
| m4v       |       | srf   |      |                    |
| mp4       |       | x3f   |      |                    |
| mpeg      |       | cr2   |      |                    |
| mpe       |       | erf   |      |                    |
| mpg       |       | dng   |      |                    |
| mts       |       | heif  |      |                    |
| r3d       |       | heic  |      |                    |
| vob       |       | ei    |      |                    |
| flv       |       | tdi   |      |                    |
| f4v       |       | bmp   |      |                    |
| gves      |       | dib   |      |                    |
| m2p       |       | rle   |      |                    |
| m2a       |       | dpx   |      |                    |
| aegraphic |       | ico   |      |                    |
| mogrt     |       | jpeg  |      |                    |
| ts        |       | jpg   |      |                    |
| mpd       |       | iff   |      |                    |
|           |       | rgbe  |      |                    |
|           |       | xyze  |      |                    |
|           |       | hdr   |      |                    |
|           |       | png   |      |                    |
|           |       | sgi   |      |                    |
|           |       | bw    |      |                    |
|           |       | rbg   |      |                    |
|           |       | tga   |      |                    |
|           |       | icb   |      |                    |
|           |       | vda   |      |                    |
|           |       | vst   |      |                    |
|           |       | tiff  |      |                    |
|           |       | rla   |      |                    |
|           |       | rpf   |      |                    |
|           |       | img   |      |                    |
|           |       | el    |      |                    |
|           |       | pcx   |      |                    |
|           |       | pict  |      |                    |
|           |       | pic   |      |                    |
|           |       | ps    |      |                    |
|           |       | psd   |      |                    |

This table is a listing of all mime types that are recognised by Helmut4. The list refers to the most common formats that Adobe supports in After Effects & Premiere Pro.

#### Source links: [Premiere Pro](https://helpx.adobe.com/after-effects/kb/supported-file-formats.html) [After Effects](https://helpx.adobe.com/at/premiere-pro/using/supported-file-formats.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.7.0/helmut4-components/helmutco/projects/mime-type.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
