Skip to content

Commit ade1f17

Browse files
authored
Update binary_sensor.ffmpeg.markdown
1 parent 2dbb180 commit ade1f17

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

source/_components/binary_sensor.ffmpeg.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ camera:
3939
Configuration variables:
4040
4141
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
42+
- **tool** (*Required*): is fix set to 'noise'.
4243
- **name** (*Optional*): This parameter allows you to override the name of your camera.
4344
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
4445
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
@@ -59,16 +60,25 @@ camera:
5960
input: FFMPEG_SUPPORTED_INPUT
6061
name: FFmpeg Motion
6162
ffmpeg_bin: /usr/bin/ffmpeg
63+
changes: 10
6264
reset: 20
65+
# group feature / default not in use
66+
repeat: 0
67+
repeat_time: 0
68+
6369
```
6470

6571
Configuration variables:
6672

6773
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
74+
- **tool** (*Required*): is fix set to 'motion'.
6875
- **name** (*Optional*): This parameter allows you to override the name of your camera.
6976
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
77+
- **changes** (*Optional*): Default 10 percent.
7078
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after none new motion is detect.
71-
- **extra_arguments** (*Optional*): Extra option they will pass to ffmpeg. i.e. audio frequence filtering.
79+
- **repeat** (*Optional*): Default 0 repeats (deactivate). How many motion need to detect in *repeat_time* to trigger a motion.
80+
- **repeat_time** (*Optional*): Default 0 seconds (deactivate). The time to repeats befor it trigger a motion.
81+
- **extra_arguments** (*Optional*): Extra option they will pass to ffmpeg. i.e. video denoise filtering.
7282

7383

7484

0 commit comments

Comments
 (0)