Skip to content

Commit 0d853b4

Browse files
matt2005fabaff
authored andcommitted
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
1 parent 6bbfd3e commit 0d853b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/_components/ffmpeg.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ Configuration variables:
2828
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'. The name or path to the `ffmpeg` binary.
2929
- **run_test** (*Optional*): Default True. Check if `input` is usable by ffmpeg.
3030

31+
### {% linkable_title Raspbian Debian Jessie Lite Installations %}
32+
To get the binary on Raspbian Debian Jessie Lite on a RPi you need to perform the following:
33+
```
34+
$ sudo apt-get install libav-tools
35+
```
36+
This will get a forked version of ffmpeg called avconv, once this is installed you need to use the following in the configuration:
37+
38+
```
39+
ffmpeg:
40+
ffmpeg_bin: /usr/bin/avconv
41+
```
42+
3143
### {% linkable_title Troubleshooting %}
3244

3345
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.

0 commit comments

Comments
 (0)