Minimizing of the configuration sample (#1020)

This commit is contained in:
Fabian Affolter 2016-10-01 12:09:08 +02:00 committed by GitHub
parent c7aaf72bbc
commit 227d5a3f4f
24 changed files with 69 additions and 56 deletions

View file

@ -21,14 +21,12 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
run_test: True
```
Configuration variables:
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'. Set the ffmpeg binary.
- **run_test** (*Optional*): Default True. Check if `input` is usable by ffmpeg.
- **ffmpeg_bin** (*Optional*): Set the ffmpeg binary (eg. `/usr/bin/ffmpeg`). Default 'ffmpeg'.
- **run_test** (*Optional*): Check if `input` is usable by ffmpeg. Default True.
### {% linkable_title Troubleshooting %}