Update binary_sensor.ffmpeg.markdown

This commit is contained in:
Pascal Vizeli 2016-10-05 16:07:45 +02:00 committed by GitHub
parent 4b376c48fc
commit 6dbc73be12

View File

@ -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"```