remove_motion_blur
Apply AI motion deblur to a video clip or folder in DaVinci Resolve, creating new deblurred clips. Specify a clip name or folder path, or use the current Media Pool folder.
Instructions
Apply AI motion deblur to a clip or folder, creating new deblurred clips.
Operates on a single clip (clip_name), a folder (folder_path), or the current Media Pool folder if neither is given. Returns the names of the newly created MediaPoolItem(s). Requires Resolve Studio with motion deblur support.
Args: clip_name: Name of a clip in the current folder to deblur. folder_path: Slash-separated folder path (e.g. 'Master/A-Cam') to deblur. deblur_option: Optional settings dict. Supported keys: 'FileName' (str), 'Format' (str, e.g. 'mov'), 'Codec' (str, e.g. 'ProRes422'), 'EncodingProfile' (str, H.264/H.265 only, e.g. 'Main10'), 'UseExtremeMode' (bool), 'UseMarkInMarkOut' (bool), 'RenderAtSourceRes' (bool), 'UseMoreGpuMemory' (bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_name | No | ||
| folder_path | No | ||
| deblur_option | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |