The Moonvalley Marey Video to Video node transforms an input video into a new video based on a text description. It uses the Moonvalley API to generate videos that match your prompt while preserving motion or pose characteristics from the original video. You can control the style and content of the output video through text prompts and various generation parameters.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `prompt` | Describes the video to generate (multiline input) | STRING | Yes | - |
| `negative_prompt` | Negative prompt text (default: extensive list of negative descriptors) | STRING | No | - |
| `seed` | Random seed value (default: 9) | INT | Yes | 0 to 4294967295 |
| `video` | The reference video used to generate the output video. Must be at least 5 seconds long. Videos longer than 5s will be automatically trimmed. Only MP4 format supported. | VIDEO | Yes | - |
| `control_type` | Control type selection (default: "Motion Transfer") | COMBO | No | "Motion Transfer"<br>"Pose Transfer" |
| `motion_intensity` | Only used if control_type is "Motion Transfer" (default: 100) | INT | No | 0 to 100 |
| `steps` | Number of inference steps (default: 33) | INT | Yes | 1 to 100 |

**Note:** The `motion_intensity` parameter is only applied when `control_type` is set to "Motion Transfer". When using "Pose Transfer", this parameter is ignored.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The generated video output | VIDEO |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/MoonvalleyVideo2VideoNode/en.md)

---
**Source fingerprint (SHA-256):** `8202a4be469afa16d77b9e0287c290b9c3f390347fc60f23878f50fd95a758e0`
