adjust_video
Fix poorly lit videos by adjusting brightness, contrast, and saturation with the ffmpeg eq filter. Specify custom values for each to match your needs.
Instructions
Adjust brightness, contrast, and/or saturation of a video using the ffmpeg eq filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contrast | No | Contrast multiplier: -1000 to 1000. Default 1 (no change). | |
| file_path | Yes | Absolute path to the input video file | |
| brightness | No | Brightness adjustment: -1.0 (black) to 1.0 (white). Default 0 (no change). | |
| saturation | No | Saturation multiplier: 0 (grayscale) to 3.0. Default 1 (no change). | |
| output_path | No | Absolute path for the output file. Defaults to same directory with '_adjusted' suffix. |