# 클라우드 렌더링

클라우드 렌더링은 모든 렌더링 작업을 클라우드 서버에서 처리하여 로컬 장치 사양에 관계없이 일관된 성능을 보장합니다.

## 렌더링 시점

클라우드 렌더링은 재생이 시작될 때 작동합니다. AI-pitch와 같은 일부 매개변수는 해당 편집 도구가 활성화될 때 사전 렌더링됩니다.&#x20;

## 렌더링 상태

렌더링되지 않은 구간은 시간 눈금 안쪽에 회색 괄호로 표시됩니다.

클립이 렌더링 중이면 클립이 깜박입니다.

## 렌더링 범위

{% tabs %}
{% tab title="Verse25 이상" %}
모델이 렌더링 범위를 동적으로 감지합니다. 작은 영역만 수정되면 수정된 영역만 재렌더링됩니다.
{% endtab %}

{% tab title="Verse24 이하" %}
모델은 구간별로 렌더링합니다. 각 구간의 길이는 대략 한 마디(악구)에 해당합니다(악구가 15초를 초과하면 분할됨). 구간 또는 연결된 구간에 변경이 있을 경우 해당 구간이 다시 렌더링됩니다.
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-ko/ai-2/cloud-rendering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
