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

# Video Parameters

> Video generation parameters reference

## Video Parameter List

| Parameter  | Values        | Description                                                                                                                                                         |
| ---------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Motion     | `low`, `high` | **Low motion**: Static scenes/subtle movements (default) `--motion low`<br />**High motion**: Large camera movements (may produce artistic effects) `--motion high` |
| Raw        | -             | Use `--raw` parameter to reduce automatic system enhancements for more precise control                                                                              |
| End Frame  | `image url`   | Use `--end [image url]` to specify the final frame of the video                                                                                                     |
| Loop       | -             | Use `--loop` parameter to generate videos where the first and last frames are identical                                                                             |
| Batch Size | `1`, `2`, `4` | Use `--bs [1\|2\|4]` parameter to control the number of videos generated per task                                                                                   |

## Example Usage

```
Create a video with high motion
--motion high

Generate a looping video with specific end frame
--loop --end https://example.com/end-frame.jpg

Create multiple videos with raw mode
--bs 4 --raw

Combine parameters for precise control
--motion low --loop --bs 2
```

## Motion Mode Options

### Low Motion Mode (`--motion low`) - Default Setting

**Characteristics:**

* Static scenes with gentle camera movements
* Subtle character actions and minimal motion
* Smooth and stable visual effects

**Suitable Scenarios:**

* Cinematic atmosphere creation
* Mood setting scenes
* Content requiring stable visual effects

**Effect Examples:**

* Slow camera pans
* Fade in/out transitions
* Subtle facial expression changes

### High Motion Mode (`--motion high`)

**Characteristics:**

* Large camera movements and rapid action changes
* Strong visual impact and dynamic effects
* More dramatic motion sequences

**Suitable Scenarios:**

* Action scenes and dynamic content
* Transition effects
* Content requiring emphasized movement

**Important Notes:**

* May cause unnatural actions or visual anomalies
* Potential issues include stuttering or visual glitches
* Use with caution for professional content

## Parameter Combination Suggestions

* **Subtle Animation**: `--motion low --loop`
* **Dynamic Scenes**: `--motion high --bs 2`
* **Precise Control**: `--raw --motion low`
* **Custom Story Arc**: `--end [image url] --motion high`
