> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-8.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-8.0/key-features/undefined/gif.md).

# 동영상 파일을 gif 이미지로 변환

미디어 파일을 GIF 애니메이션으로 만들어주는 프로그램입니다.&#x20;

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

### 사용방법.

미디어 파일애서 마우스 우측 버튼을 클릭 후 "**선택한 파일을 GIF로 변환**" 선택합니다.&#x20;

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

변환중인 상태 창이 나오며, 미디어 파일의 용량에따라 완료되는 시간 차이가 있습니다.&#x20;

* 팔레트 사용을 체크하시면 고화질의 결과물을 확인하실 수 있어요

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

정상적으로 미디어 파일을 GIF로 변환이 완료되면, 같은 폴더에 동일한 이름으로 GIF 이미지가 만들어진것을 확인하실 수 있습니다.&#x20;

<figure><img src="/files/RGfb2ynVhFHSXqovl4ll" 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://docs.hamonikr.org/hamonikr-8.0/key-features/undefined/gif.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.
