Set Transcode On Ingest
set_transcode_on_ingestEnable or disable automatic transcoding of media when ingesting into a project. Choose true to process incoming files or false to keep original format.
Instructions
Enable or disable transcoding on ingest for the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable transcode on ingest, false to disable |
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. |