mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Add instructions to update ffmpeg on Ubuntu 18.04 (#553)
This commit is contained in:
parent
10ed797de9
commit
3cbe2294ed
@ -74,6 +74,18 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L
|
||||
|
||||
From Windows Store install Ubuntu.
|
||||
|
||||
#### For those already running Ubuntu 18.04 on WSL
|
||||
|
||||
If you are running Ubuntu 18.04 on Windows Subsystem for Linux some additional steps are needed to install the latest FFmpeg version.
|
||||
|
||||
```shell
|
||||
$ sudo add-apt-repository ppa:savoury1/ffmpeg4
|
||||
$ sudo add-apt-repository ppa:savoury1/graphics
|
||||
$ sudo add-apt-repository ppa:savoury1/multimedia
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install ffmpeg
|
||||
```
|
||||
|
||||
When the Linux subsystem is set up, perform install as for Linux.
|
||||
|
||||
```shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user