mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Added Debian Jessie Installation instructions for ffmpeg (#1049)
* Added Debian Jessie Installation instructions Adding instructions to use the avconv version of ffmpeg instead of compiling ffmpeg * Added missing install * Added Raspbian Corrected is of Raspbian
This commit is contained in:
parent
6bbfd3ea8f
commit
0d853b4d21
@ -28,6 +28,18 @@ Configuration variables:
|
|||||||
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'. The name or path to the `ffmpeg` binary.
|
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'. The name or path to the `ffmpeg` binary.
|
||||||
- **run_test** (*Optional*): Default True. Check if `input` is usable by ffmpeg.
|
- **run_test** (*Optional*): Default True. Check if `input` is usable by ffmpeg.
|
||||||
|
|
||||||
|
### {% linkable_title Raspbian Debian Jessie Lite Installations %}
|
||||||
|
To get the binary on Raspbian Debian Jessie Lite on a RPi you need to perform the following:
|
||||||
|
```
|
||||||
|
$ sudo apt-get install libav-tools
|
||||||
|
```
|
||||||
|
This will get a forked version of ffmpeg called avconv, once this is installed you need to use the following in the configuration:
|
||||||
|
|
||||||
|
```
|
||||||
|
ffmpeg:
|
||||||
|
ffmpeg_bin: /usr/bin/avconv
|
||||||
|
```
|
||||||
|
|
||||||
### {% linkable_title Troubleshooting %}
|
### {% linkable_title Troubleshooting %}
|
||||||
|
|
||||||
In most cases, `ffmpeg` automatically detects all needed options to read a video or audio stream or file. But it is possible in rare cases that you will need to set options to help `ffmpeg` out.
|
In most cases, `ffmpeg` automatically detects all needed options to read a video or audio stream or file. But it is possible in rare cases that you will need to set options to help `ffmpeg` out.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user