ffmpeg__apply_color_lut
Apply a .cube 3D LUT to a video to achieve custom color grading. Returns output path and LUT path after processing.
Instructions
Apply a .cube format 3D color Look-Up Table (LUT) to a video for color grading. @remarks Uses the ffmpeg lut3d filter. Returns JSON in stdout with output_path and lut_path. @param input_path Source video path. @param lut_path Path to a .cube format LUT file. @param output_path Destination color-graded video path. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lut_path | Yes | ||
| input_path | Yes | ||
| output_path | Yes | ||
| __mcp_response_mode | No | content |