Encode File
encode_fileEncode external media files via Adobe Media Encoder with a preset. Provide input, output, and preset paths, and optionally set start/end times.
Instructions
Request an Adobe Media Encoder encode for an external file. The returned job ID is an unverified handoff; verify queue presence or the output file independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| in_seconds | No | Optional start time in seconds | |
| input_path | Yes | Full path to the input file | |
| out_seconds | No | Optional end time in seconds | |
| output_path | Yes | Full output file path | |
| preset_path | Yes | Path to an AME preset file (.epr) | |
| remove_on_completion | No | Remove from queue on completion (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |