# Video

The video setting can be managed under the Settings */ Library / Storage/Video menu.*

## Compression

This section governs the project's video compression settings. Video compression involves transcoding an original high-resolution video file (HD, UHD, 4K, …) into a smaller resolution for better web delivery (720p, 480p, …).

<table><thead><tr><th width="269">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Video resolutions</td><td>Configures the target video resolutions</td></tr><tr><td>Target bitrate</td><td>defines the target bitrate (only accept integer)</td></tr><tr><td>Target folder</td><td>Defines where the compressed video will be stored:<br> • Internal hidden folder <br>• Same folder as the original video</td></tr></tbody></table>

## Conversion

This section governs the video conversion from one format to another.

<table><thead><tr><th width="269">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Target format</td><td>Configures video conversion target: <br>• WebM <br>• MP4</td></tr><tr><td>Video resolution</td><td>In addition to convert the video file into WebM or MP4, the video API can also compress (see above) the video into a target resolution</td></tr><tr><td>Target folder</td><td>Where the converted video will be stored:<br> • Internal hidden folder <br>• Same folder as the original video</td></tr></tbody></table>

## Transcoding for adaptive streaming <a href="#transcoding-for-adaptive-streaming" id="transcoding-for-adaptive-streaming"></a>

This section governs the video transcoding for adaptive streaming settings.<br>

| Parameter | Description |
| --------- | ----------- |
| Protocol  | • HLS       |


---

# 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.scaleflex.com/digital-asset-management-dam/settings/storage/video.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.
