> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/editor/edit-elements/set-media-and-content-elements/video-1.md).

# Video

An element that includes video files, which can be used for training, entertainment, or demonstrating a product or service.

<figure><img src="/files/o2x8ZvfZUlDcAdbmyCfj" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To view video settings, double-click on the video control panel.
{% endhint %}

<figure><img src="/files/NmQkfdRiKNCkZTrNq5LH" alt=""><figcaption></figcaption></figure>

### Video settings:

### 1. Change source

A video can be played either from an uploaded video file or through a link, such as YouTube link.

<figure><img src="/files/U3qgeBgzLF6EUQULL5i2" alt=""><figcaption></figcaption></figure>

### 2. Hide control panel

To hide the control panel, select "**no**" in the "**control panel"** setting.

<figure><img src="/files/3SvPu55kNPV0rZ9XRNJT" alt=""><figcaption></figcaption></figure>

### 3. Autostart video

To prevent automatic video start, select "**no**" in the "**autostart**" setting.

<figure><img src="/files/ykPNRyDiLS8BpvEskSiv" alt=""><figcaption></figcaption></figure>

### 4. Repeat video

To repeat the video, select "**yes**" in the "**repeat**" setting.

<figure><img src="/files/PUid743S6FkWsCpOFvox" alt=""><figcaption></figcaption></figure>

### 5. Default sound volume

Adjust the soundbar to increase or decrease the default volume.

<figure><img src="/files/E1OHhfc6irAL8vwWwH0G" alt=""><figcaption></figcaption></figure>

### 6. Default video speed

Select default video speed from the list

<figure><img src="/files/plbO79bFQCQOT7ir2CPL" alt=""><figcaption></figcaption></figure>

### 7. Crop (trim) video start and end time

To trim the beginning and end of a video, use the start time and end time settings.

<figure><img src="/files/2YiP1W6vDR5acTfjnAha" alt=""><figcaption></figcaption></figure>

### 8. Thumbnail for a video

To upload cover image for a video, select the image in “**upload file**” setting.

<figure><img src="/files/1x7F6a17YJZFb9w0RLwD" alt=""><figcaption></figcaption></figure>

### 9. Colored overlay for video

To select overlay for a video, select the color in “**fill layer**” setting.

<figure><img src="/files/MLhSYkIs2ZvEhLLWtOWS" alt=""><figcaption></figcaption></figure>

### 10. Adding time code

To insert a time code, go to the "timecode" tab, then choose the time and text you want to display.

<figure><img src="/files/Ks1sfhoPCs9FE7afT6sv" alt=""><figcaption></figcaption></figure>


---

# 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://help.parta.io/editor/edit-elements/set-media-and-content-elements/video-1.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.
