> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/userguide/upload.md).

# 동영상 업로드

{% hint style="danger" %} <mark style="color:red;">**동영상 길이가 60초를 넘는 파일은 업로드 할 수 없습니다.**</mark>
{% endhint %}

{% hint style="danger" %} <mark style="color:red;">**동영상 원본 해상도가 1080p를 초과하는 동영상은 자동으로 1080p로 변환되어 서비스 됩니다. (일부 저사양 안드로이드 스마트폰에서 너무 높은 해상도의 동영상들은 재생이 안되는 문제가 있어요.)**</mark>
{% endhint %}

1. 상단의 **\[영상 업로드] 버튼**을 클릭하세요.

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

2. 파일 선택 버튼을 클릭하거나, 동영상 파일을 팝업데 드래그 앤 드롭 하세요.
   1. 파일 해상도는 제한이 없으나 Full HD(1080 x 1920)를 초과하는경우, 업로드 중 최대 Full HD 화질로 변환됩니다.
   2. 60초 이내의 영상만 업로드 가능합니다.
   3. 한 번 올릴 때 최대 15개씩만 업로드 할 수 있어요.

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

3. 1번에서 파일 업로드 진행도와 결과를 확인할 수 있어요. (최근 15개 까지) 2번 전체 삭제 버튼을 클릭하면 업로드 내역이 모두 삭제 됩니다.

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

{% hint style="info" %}
**업로드가 진행 중인 동영상은 목록에서 로딩바가 표시되고 사이드바 미리보기가 표시되지 않습니다.**\
**플레이어 설정 수정 및 저장은 추가 작업 중에도 가능합니다.**
{% endhint %}


---

# 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://support.charlla.io/userguide/upload.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.
