Skip to content

Commit 95492fd

Browse files
authored
Update binary_sensor.ffmpeg.markdown
1 parent 1a456c6 commit 95492fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/binary_sensor.ffmpeg.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Configuration variables:
4141
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
4242
- **name** (*Optional*): This parameter allows you to override the name of your camera.
4343
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
44-
- **peak** (*Optional*): Default -30dB.
45-
- **duration** (*Optional*): Default 1 seconds.
46-
- **reset** (*Optional*): Default 20 seconds.
44+
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
45+
- **duration** (*Optional*): Default 1 seconds. How long need the noise over the peak to trigger the state.
46+
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after none new noise is over the peak.
4747
- **extra_arguments** (*Optional*): Extra option they will pass to ffmpeg. i.e. audio frequence filtering.
4848
- **output** (*Optional*):
4949

0 commit comments

Comments
 (0)