encode_file
Encode external video files with Adobe Media Encoder by providing input file, output path, and AME preset. Supports optional start and end times for trimmed encodes.
Instructions
Encode an external file (not in project) using Adobe Media Encoder
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) |