# クラウドレンダリング

Cloud Renderingにより、すべてのレンダリング作業をクラウドサーバーで処理でき、ローカルデバイスの仕様に関係なく一貫したパフォーマンスを提供します。

## レンダリングのタイミング

クラウドレンダリングは再生がトリガーされると開始されます。AIピッチなどの一部パラメーターは、対応する編集ツールが有効化されたときに事前レンダリングされます。&#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-ja/airendaringu/kuraudorendaringu.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.
