run_help_command
Run ffmpeg or HandBrake help commands on the server to verify supported encoders, filters, and presets before defining transcode arguments.
Instructions
Run an ffmpeg or HandBrake help command on the server and return its output (POST /api/v2/run-help-command). Use it to check which encoders, filters or presets the server's binaries actually support before writing transcode arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Which binary to query, e.g. 'ffmpeg' or 'handbrake' | |
| text | Yes | Arguments to pass, e.g. '-encoders', '-hwaccels' or '-h encoder=hevc_nvenc' |