HomeKit Bridge: Adding h264_qsv as viable VIDEO_CODEC to doc (#39155)

This commit is contained in:
dalan 2025-05-23 13:30:18 +10:00 committed by GitHub
parent 63728ef2c7
commit bef7a57fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@ homekit:
required: false
type: string
default: libx264
available options: copy, libx264, h264_v4l2m2m, h264_omx
available options: copy, libx264, h264_v4l2m2m, h264_omx, h264_qsv
video_profile_names:
description: Only for `camera` entities. FFmpeg video profile names for transcoding, only relevant if `video_codec` isn't `copy`. Some encoders, e.g., the Raspberry Pi's `h264_v4l2m2m`, don't use the standard `["baseline", "main", "high"]` profile names but expects `["0", "2", "4"]` instead. Use this option to override the default names, if needed.
required: false