From bef7a57feef7faa65443438e5cb80f771648d0da Mon Sep 17 00:00:00 2001 From: dalan <863286+dalanmiller@users.noreply.github.com> Date: Fri, 23 May 2025 13:30:18 +1000 Subject: [PATCH] HomeKit Bridge: Adding `h264_qsv` as viable `VIDEO_CODEC` to doc (#39155) --- source/_integrations/homekit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homekit.markdown b/source/_integrations/homekit.markdown index d98d70466ff..fe7399de2c2 100644 --- a/source/_integrations/homekit.markdown +++ b/source/_integrations/homekit.markdown @@ -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