From 6dbc73be12e2ebc2e2cac7f1abb8035a07bbf3f3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 5 Oct 2016 16:07:45 +0200 Subject: [PATCH] Update binary_sensor.ffmpeg.markdown --- source/_components/binary_sensor.ffmpeg.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/binary_sensor.ffmpeg.markdown b/source/_components/binary_sensor.ffmpeg.markdown index b23c47545fb..7cac913adb4 100644 --- a/source/_components/binary_sensor.ffmpeg.markdown +++ b/source/_components/binary_sensor.ffmpeg.markdown @@ -92,3 +92,7 @@ $ ffmpeg -i YOUR_INPUT -an -filter:v select=gt(scene\,0.1) -f framemd5 - ``` If you are running into trouble with this sensor, please refer to the [troubleshooting section](/components/ffmpeg/#troubleshooting). + +#### {% linkable_title Tipps %} + +- Use motion only in a customer area with [crop filter](https://ffmpeg.org/ffmpeg-filters.html#crop): ```extra_arguments: -filter:v "crop=100:100:12:34"```