You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/binary_sensor.ffmpeg.markdown
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ Configuration variables:
37
37
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
38
38
- **tool** (*Required*): Is fix set to `noise`.
39
39
- **name** (*Optional*): This parameter allows you to override the name of your camera.
40
-
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
41
40
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
42
41
- **duration** (*Optional*): Default 1 seconds. How long need the noise over the peak to trigger the state.
43
42
- **reset** (*Optional*): Defaults to 20 seconds. The time to reset the state after none new noise is over the peak.
@@ -68,15 +67,14 @@ camera:
68
67
# group feature / default not in use
69
68
repeat: 0
70
69
repeat_time: 0
71
-
70
+
72
71
```
73
72
74
73
Configuration variables:
75
74
76
75
- **input** (*Required*): A ffmpeg compatible input file, stream, or feed.
77
76
- **tool** (*Required*): Is fix set to `motion`.
78
77
- **name** (*Optional*): This parameter allows you to override the name of your camera.
79
-
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
80
78
- **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.
81
79
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after no new motion is detected.
82
80
- **repeat** (*Optional*): Default 0 repeats (deactivate). How many events need to be detected in *repeat_time* in order to trigger a motion.
Copy file name to clipboardExpand all lines: source/_components/ffmpeg.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ ha_category: Hub
12
12
featured: true
13
13
---
14
14
15
+
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.
16
+
15
17
<pclass='note'>
16
18
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.
0 commit comments