> For the complete documentation index, see [llms.txt](https://didisam.gitbook.io/administrator-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://didisam.gitbook.io/administrator-guide/operation-edu/operation/video-library.md).

# 영상 라이브러리

{% hint style="info" %}
영상 라이브러리는 영상 업로드 시, 영상이 저장되는 공간입니다.

영상 라이브러리에서 업로드된 영상의 이름 수정 및 삭제가 가능하지만,\
클래스(강의) 에 적용된 영상은 이름 수정 및 삭제가 불가능합니다.

또한 '클래스 만들기' 단계에서 업로드한 영상은 자동으로 영상 라이브러리에 등록됩니다.
{% endhint %}

## 영상 라이브러리

상태가 \[최적화 완료] 로 되야, 문제없이 재생이 됩니다.

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

## 영상 최적화 실패 메세지 발생 시, 해결 방법

1️⃣ 인코딩툴인 Handbrake 다운로드 받습니다.

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

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

2️⃣ 파일 또는 폴더를 추가합니다.\
(파일이 여러 개인 경우 폴더 추가를 통해 묶음으로 인코딩하실 수 있습니다.)

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

3️⃣ 저장할 폴더 선택 후, 별도의 설정 변경 없이 인코딩 시작하시면 됩니다.

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

4️⃣ 인코딩이 종료되면\
해당 파일을 영상 라이브러리에 업로드 후, 클래스에 등록해주시면 됩니다.

<figure><img src="/files/upX1nt0N8On1mIxyy2CP" 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://didisam.gitbook.io/administrator-guide/operation-edu/operation/video-library.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.
