> 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/charllaintro/releasenote/2024.11.4.md).

# 2024.11.4 오디오 버튼 추가, 업로드 해상도 업데이트 안내

{% hint style="info" %}
**주요 업데이트 요약**

✅ <mark style="color:purple;">동영상 채우기 설정이 변경되었어요.</mark>

✅ <mark style="color:purple;">코드와 링크를 한 곳에서 한 번에 복사할 수 있도록 코드 복사가 편리해 졌어요.</mark>
{% endhint %}

## 컨트롤바에서 오디오 버튼만 표시할 수 있는 기능이 추가되었어요.

<figure><img src="https://1296347489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLKEFnVmIYlmffzSBEtw1%2Fuploads%2FCx4ivBZAYjmB4xE2ouh0%2FFrame%2020136.png?alt=media&amp;token=24a9ae1c-4648-41dc-95bf-3902bcf98ddc" alt="" width="375"><figcaption></figcaption></figure>

* 플레이어 설정 > 컨트롤 바를 On으로 변경하세요.
* 컨트롤바를 ‘오디오 버튼만 표시’ 체크박스가 표시돼요.
* 체크박스를 클릭하면 컨트롤바 기능 중 오디오 버튼만 동영상 위에 표시돼요.
* 오디오 버튼에 체크하면 기본값은 ‘음소거’로 재생돼요.
* 시청자가 소리를 컨트롤할 수도 있고, 기존 컨트롤바 UI보다 깔끔하게 동영상을 보여줄 수 있어요.

{% hint style="warning" %}

* <mark style="color:orange;">오디오 버튼 체크/체크 해제 후 저장하면, 자동으로 업데이트 돼요. 코드를 변경할 필요가 없어요.</mark>
* <mark style="color:orange;">비디오 태그 사용시 자동 재생을 Off 할 때, 오디오 버튼은 체크 해제해야 시청자가 동영상을 재생할 수 있어요.</mark>
  {% endhint %}

## 이제 해상도 제한 없이 동영상을 업로드 할 수 있어요.

<figure><img src="https://1296347489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLKEFnVmIYlmffzSBEtw1%2Fuploads%2FE6n2gliMzA4yjtnNvDQl%2FFrame%20232320136.png?alt=media&amp;token=0b91cc2b-3d95-4247-985b-baba907040ab" alt=""><figcaption></figcaption></figure>

* Full HD까지만 업로드 할 수 있었던 해상도 제한이 사라졌어요.
* 2K, 4K 동영상도 변환없이 찰나에 업로드 하세요.

{% hint style="info" %} <mark style="color:purple;">2K, 4K 동영상은 업로드 과정에서 자동으로 Full HD(1080 x 1920)으로 변경돼요.</mark>
{% 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/charllaintro/releasenote/2024.11.4.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.
