List ffmpeg capabilities
list_capabilitiesDiscover which ffmpeg encoders and filters are available in this build, so you can avoid unsupported hardware encoding or filters.
Instructions
Report the resolved ffmpeg build and which encoders and filters it has.
Use this before assuming something is available — hardware encoding (videotoolbox, nvenc, qsv), newer filters like xfade, or this server's optional Whisper and vision extras. Answers immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_filters | No | Filter names to test for, e.g. ['xfade', 'libvmaf']. | |
| check_encoders | No | Encoder names to test for, e.g. ['h264_videotoolbox', 'libx265']. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | How the binary was found: configured, cached, system, or downloaded. | |
| version | Yes | ||
| ffmpeg_path | Yes | ||
| ffprobe_path | Yes | ||
| filters_available | No | ||
| hardware_encoders | No | ||
| optional_features | No | Availability of this server's Python extras: whisper, vision. | |
| encoders_available | No |