CreateFFmpegProfile
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Profile name |
| threadCount | int32 | yes | Encoding threads |
| hardwareAcceleration | enum | yes | None, Qsv, Nvenc, Vaapi, VideoToolbox, Amf, V4l2m2m, Rkmpp |
| resolutionId | int32 | yes | Target resolution ID |
| videoFormat | enum | yes | None, H264, Hevc, Mpeg2Video, Av1, Copy |
| audioFormat | enum | yes | None, Aac, Ac3, AacLatm, Copy |
| videoBitrate | int32 | yes | Video bitrate |
| audioBitrate | int32 | yes | Audio bitrate |
| … | … | … | (20+ more fields for encoder tuning) |