Fix minor typos (#3471)

Tipps -> Tips and customer -> custom.
This commit is contained in:
Audric Schiltknecht 2017-10-01 05:56:59 -04:00 committed by Fabian Affolter
parent b340912b7e
commit b44641b3d1

View File

@ -52,9 +52,9 @@ $ 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 %}
#### {% linkable_title Tips %}
- Use motion only in a customer area with [crop filter](https://ffmpeg.org/ffmpeg-filters.html#crop):
- Use motion only in a custom area with [crop filter](https://ffmpeg.org/ffmpeg-filters.html#crop):
```yaml
extra_arguments: -filter:v "crop=100:100:12:34"