> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# remix • AI Agent SDK

> remix: Remix/edit an existing video.

# remix

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**VideoAgent**](../classes/VideoAgent) class in the [**video\_agent**](../modules/video_agent) module.

Remix/edit an existing video.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def remix(video_id: str, prompt: str) -> Any
```

## Parameters

<ParamField query="video_id" type="str" required={true}>
  The ID of the completed video to remix
</ParamField>

<ParamField query="prompt" type="str" required={true}>
  New prompt describing the desired changes \*\*kwargs: Additional parameters
</ParamField>

### Returns

<ResponseField name="Returns" type="Any">
  New VideoObject for the remixed video
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/video_agent.py#L439">
  `praisonaiagents/agent/video_agent.py` at line 439
</Card>
