> For the complete documentation index, see [llms.txt](https://docs.hudson-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hudson-ai.com/dubbing-studio-guide-jp/ex/speech-box/individual-clip-settings.md).

# individual clip settings

Manage layers and files efficiently when multiple clips overlap or repeat within the same timeframe.

***

## Clip Organization & File Management

| Action                          | Description                                          |
| ------------------------------- | ---------------------------------------------------- |
| **Bring to Top / Send to Back** | Change layer order for overlapping clips             |
| **Download WAV**                | Download individual clips in high-quality WAV format |
| **Copy & Paste Clip**           | Repeat clips with same emotion/speed settings        |

***

## Advanced Casting Features

### Cast Original Clip

Preserve the unique character and emotional depth of the original audio. This minimizes disparity between original and dubbed versions.

### Cast Dubbing Clip

Re-cast already generated dubbed audio to emphasize a specific voice style or refine the output.

### Change Track Color

Assign different colors based on speaker or clip status for intuitive visual management.

***

## Fine-tuning Clip Details

Access the **Clip Settings** pop-up window to adjust individual AI voice generation.

| Setting                   | Description                                                      |
| ------------------------- | ---------------------------------------------------------------- |
| **Follow Track Settings** | Apply track's default speaker configuration automatically        |
| **Individual Casting**    | Select a different voice from the Casting dropdown               |
| **Clip Clone**            | Replicate vocal characteristics of a reference clip              |
| **Clip Prompts**          | Enter specific acting instructions (e.g., "More like a whisper") |

***

## Deleting Clips

{% stepper %}
{% step %}
Right-click a clip.
{% endstep %}

{% step %}
Select **"Delete Clip"** from the menu.
{% endstep %}

{% step %}
Or click the **Trash icon** in Clip Settings.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
**Warning:** Deletion is permanent and cannot be undone.
{% 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://docs.hudson-ai.com/dubbing-studio-guide-jp/ex/speech-box/individual-clip-settings.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.
