Skip to content

Commit 3497164

Browse files
committed
Small fixes for ffmpeg
1 parent 10fefe6 commit 3497164

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

source/_components/binary_sensor.ffmpeg.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Configuration variables:
3737
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
3838
- **tool** (*Required*): Is fix set to `noise`.
3939
- **name** (*Optional*): This parameter allows you to override the name of your camera.
40-
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
4140
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
4241
- **duration** (*Optional*): Default 1 seconds. How long need the noise over the peak to trigger the state.
4342
- **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:
6867
# group feature / default not in use
6968
repeat: 0
7069
repeat_time: 0
71-
70+
7271
```
7372

7473
Configuration variables:
7574

7675
- **input** (*Required*): A ffmpeg compatible input file, stream, or feed.
7776
- **tool** (*Required*): Is fix set to `motion`.
7877
- **name** (*Optional*): This parameter allows you to override the name of your camera.
79-
- **ffmpeg_bin** (*Optional*): Default `ffmpeg`.
8078
- **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.
8179
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after no new motion is detected.
8280
- **repeat** (*Optional*): Default 0 repeats (deactivate). How many events need to be detected in *repeat_time* in order to trigger a motion.

source/_components/camera.ffmpeg.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Configuration variables:
3030
3131
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
3232
- **name** (*Optional*): This parameter allows you to override the name of your camera.
33-
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
3433
- **extra_arguments** (*Optional*): Extra option they will pass to `ffmpeg`. i.e. image quality or video filter options.
3534

3635
### {% linkable_title Image quality %}
@@ -39,4 +38,3 @@ You can control the `image quality` with [`extra_arguments`](https://www.ffmpeg.
3938

4039

4140
If you are running into trouble with this sensor, please refer to this [Troubleshooting section](/components/ffmpeg/#troubleshooting).
42-

source/_components/ffmpeg.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ha_category: Hub
1212
featured: true
1313
---
1414

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+
1517
<p class='note'>
1618
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.
1719
</p>

0 commit comments

Comments
 (0)