# Supported Media Formats

The following table summarizes the supported media (asset) file formats. This information is based on what the Rust library supports; other libraries in the SDK support the same formats unless noted otherwise.

| Extensions    | MIME type                                                                      |
| ------------- | ------------------------------------------------------------------------------ |
| `avi`         | `video/msvideo`, `video/x-msvideo`, `video/avi`, `application/x-troff-msvideo` |
| `avif`        | `image/avif`                                                                   |
| `c2pa`        | `application/x-c2pa-manifest-store`                                            |
| `dng`         | `image/x-adobe-dng`                                                            |
| `gif`         | `image/gif`                                                                    |
| `heic`        | `image/heic`                                                                   |
| `heif`        | `image/heif`                                                                   |
| `jpg`, `jpeg` | `image/jpeg`                                                                   |
| `m4a`         | `audio/mp4`                                                                    |
| `mp3`         | `audio/mpeg`                                                                   |
| `mp4`         | `video/mp4`, `application/mp4` \*                                              |
| `mov`         | `video/quicktime`                                                              |
| `pdf`         | `application/pdf` \*\*                                                         |
| `png`         | `image/png`                                                                    |
| `svg`         | `image/svg+xml`                                                                |
| `tif`,`tiff`  | `image/tiff`                                                                   |
| `wav`         | `audio/wav`                                                                    |
| `webp`        | `image/webp`                                                                   |

NOTES:

\* Fragmented MP4 (DASH) is supported only for file-based operations from the Rust library.\
\*\* Read-only


---

# Agent Instructions: 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:

```
GET https://docs.hashnetwork.io/hash-netwok-provenance/supported-media-formats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
