mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Small fixes for ffmpeg (#976)
This commit is contained in:
parent
10fefe69b0
commit
2efe5a9421
@ -37,7 +37,6 @@ Configuration variables:
|
|||||||
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
|
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
|
||||||
- **tool** (*Required*): Is fix set to `noise`.
|
- **tool** (*Required*): Is fix set to `noise`.
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||||
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
|
|
||||||
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
|
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
|
||||||
- **duration** (*Optional*): Default 1 seconds. How long need the noise over the peak to trigger the state.
|
- **duration** (*Optional*): Default 1 seconds. How long need the noise over the peak to trigger the state.
|
||||||
- **reset** (*Optional*): Defaults to 20 seconds. The time to reset the state after none new noise is over the peak.
|
- **reset** (*Optional*): Defaults to 20 seconds. The time to reset the state after none new noise is over the peak.
|
||||||
@ -76,7 +75,6 @@ Configuration variables:
|
|||||||
- **input** (*Required*): A ffmpeg compatible input file, stream, or feed.
|
- **input** (*Required*): A ffmpeg compatible input file, stream, or feed.
|
||||||
- **tool** (*Required*): Is fix set to `motion`.
|
- **tool** (*Required*): Is fix set to `motion`.
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||||
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
|
|
||||||
- **changes** (*Optional*): Default 10 percent. A lower value is more sensitive. I use 4 / 3.5 on my cameras. It describes how much needs to change between two frames to detect it as motion. See on descripton.
|
- **changes** (*Optional*): Default 10 percent. A lower value is more sensitive. I use 4 / 3.5 on my cameras. It describes how much needs to change between two frames to detect it as motion. See on descripton.
|
||||||
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after no new motion is detected.
|
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after no new motion is detected.
|
||||||
- **repeat** (*Optional*): Default 0 repeats (deactivate). How many events need to be detected in *repeat_time* in order to trigger a motion.
|
- **repeat** (*Optional*): Default 0 repeats (deactivate). How many events need to be detected in *repeat_time* in order to trigger a motion.
|
||||||
|
@ -30,7 +30,6 @@ Configuration variables:
|
|||||||
|
|
||||||
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
|
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||||
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
|
|
||||||
- **extra_arguments** (*Optional*): Extra option they will pass to `ffmpeg`. i.e. image quality or video filter options.
|
- **extra_arguments** (*Optional*): Extra option they will pass to `ffmpeg`. i.e. image quality or video filter options.
|
||||||
|
|
||||||
### {% linkable_title Image quality %}
|
### {% linkable_title Image quality %}
|
||||||
@ -39,4 +38,3 @@ You can control the `image quality` with [`extra_arguments`](https://www.ffmpeg.
|
|||||||
|
|
||||||
|
|
||||||
If you are running into trouble with this sensor, please refer to this [Troubleshooting section](/components/ffmpeg/#troubleshooting).
|
If you are running into trouble with this sensor, please refer to this [Troubleshooting section](/components/ffmpeg/#troubleshooting).
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@ ha_category: Hub
|
|||||||
featured: true
|
featured: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
It allow other Home-Assistant components to process video/audio streams. It need a ffmpeg binary in your system path. It support all ffmpeg version since 3.0.0. If you have a older version, please update.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
You need a `ffmpeg` binary in your system path. On Debain 8 or Raspbian (Jessie) you can install it from backports. If you want Hardware support on a Raspberry Pi you need to build from source by yourself. Windows binary are avilable on the [FFmpeg](http://www.ffmpeg.org/) website.
|
You need a `ffmpeg` binary in your system path. On Debain 8 or Raspbian (Jessie) you can install it from backports. If you want Hardware support on a Raspberry Pi you need to build from source by yourself. Windows binary are avilable on the [FFmpeg](http://www.ffmpeg.org/) website.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user