Small fixes for ffmpeg (#976)

This commit is contained in:
Pascal Vizeli 2016-09-23 08:09:42 +02:00 committed by Fabian Affolter
parent 10fefe69b0
commit 2efe5a9421
3 changed files with 3 additions and 5 deletions

View file

@ -30,7 +30,6 @@ Configuration variables:
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
- **name** (*Optional*): This parameter allows you to override the name of your camera.
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
- **extra_arguments** (*Optional*): Extra option they will pass to `ffmpeg`. i.e. image quality or video filter options.
### {% linkable_title Image quality %}
@ -39,4 +38,3 @@ You can control the `image quality` with [`extra_arguments`](https://www.ffmpeg.
If you are running into trouble with this sensor, please refer to this [Troubleshooting section](/components/ffmpeg/#troubleshooting).