> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/usage/cli-arguments/frame-distribution.md).

# Frame Distribution

### Target Frame Amount

Specify the amount of target frames forwarded to the processor.

Argument: `--target-frame-amount`

Default: `2`

Range: `0` to `5` at `10`

Example: `--target-frame-amount 10`

## Default Overrides

Modify the `facefusion.ini` file to override the defaults.

```ini
[frame_distribution]
target_frame_amount = 10
```
