mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
HomeKit Bridge: Adding h264_qsv
as viable VIDEO_CODEC
to doc (#39155)
This commit is contained in:
parent
63728ef2c7
commit
bef7a57fee
@ -278,7 +278,7 @@ homekit:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: libx264
|
default: libx264
|
||||||
available options: copy, libx264, h264_v4l2m2m, h264_omx
|
available options: copy, libx264, h264_v4l2m2m, h264_omx, h264_qsv
|
||||||
video_profile_names:
|
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.
|
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
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user