Site updated at 2016-10-05 14:10:57 UTC

This commit is contained in:
Travis CI 2016-10-05 14:10:57 +00:00
parent 0ac8aaed3c
commit ff91ea995a
23 changed files with 42 additions and 36 deletions

View file

@ -172,6 +172,12 @@ If the <code class="highlighter-rouge">ffmpeg</code> process is broken, the sens
<p>If you are running into trouble with this sensor, please refer to the <a href="/components/ffmpeg/#troubleshooting">troubleshooting section</a>.</p>
<h4><a class="title-link" name="tipps" href="#tipps"></a> Tipps</h4>
<ul>
<li>Use motion only in a customer area with <a href="https://ffmpeg.org/ffmpeg-filters.html#crop">crop filter</a>: <code class="highlighter-rouge">extra_arguments: -filter:v "crop=100:100:12:34"</code></li>
</ul>
</article>