mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
Update default value ffmpeg camera
This commit is contained in:
parent
194cb08fc3
commit
1cd0237b24
@ -39,10 +39,11 @@ extra_arguments:
|
|||||||
description: Extra options to pass to `ffmpeg`, e.g., image quality or video filter options.
|
description: Extra options to pass to `ffmpeg`, e.g., image quality or video filter options.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: `-pred 1`
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Image quality %}
|
### {% linkable_title Image quality %}
|
||||||
|
|
||||||
You can control the image quality with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`.
|
You can control the image quality with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`. Default is lossless.
|
||||||
|
|
||||||
If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).
|
If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user