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

# FluxVideoEditNode - ComfyUI Built-in Node Documentation

> Edits an existing video clip from a written instruction.

Edits an existing video clip from a written instruction. You can remove, add, or replace objects, change the setting, restyle the footage, change on-screen text, or replace the spoken dialogue. The length, framing, camera motion, and audio come from the source clip, so anything you do not mention in the prompt is meant to stay as it was.

## Inputs

| Parameter          | Description                                                                                                                                                                                                                                  | Data Type | Required | Range                                     |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------------------------- |
| `video`            | Source clip of 0.7 to 15 seconds, at least 160x160 pixels. The output is rendered at 24 fps and capped at about 0.9 megapixels per frame, so a larger source comes back smaller.                                                             | VIDEO     | Yes      | 0.7 to 15 seconds; minimum 160x160 pixels |
| `prompt`           | What to change, in plain language, up to 4096 characters. Anything you do not mention is meant to stay as it was. Replacement dialogue has to fit the time the original speech takes, and a silent clip stays silent. Default: empty string. | STRING    | Yes      | 1 to 4096 characters                      |
| `auto_downscale`   | Automatically downscale sources larger than 1280x704 pixels in area before upload. Aspect ratio is preserved; smaller videos are untouched. Default: true.                                                                                   | BOOLEAN   | No       | true<br />false                           |
| `safety_tolerance` | Moderation tolerance, 0 is the strictest. Default: 4.                                                                                                                                                                                        | INT       | No       | 0 to 4                                    |
| `seed`             | Seed to determine if node should re-run; FLUX picks its own seed, so actual results are nondeterministic regardless of this value. Default: 42.                                                                                              | INT       | No       | 0 to 4294967295                           |

**Note:** The `prompt` must contain at least 1 character and no more than 4096 characters. The source `video` must be between 0.7 and 15 seconds long and at least 160x160 pixels; uploads that fall outside these limits are rejected before the request is sent.

## Outputs

| Output Name | Description                                         | Data Type |
| ----------- | --------------------------------------------------- | --------- |
| `output`    | The edited video clip returned by the FLUX service. | 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/FluxVideoEditNode/en.md)

***

**Source fingerprint (SHA-256):** `169b14700acfee3f6ccc247f08f3ae8c5f3c4610062a447e8215246460299b6a`
