Add instructions to update ffmpeg on Ubuntu 18.04 (#553)

This commit is contained in:
Kevin Eifinger 2020-05-27 21:47:12 +02:00 committed by GitHub
parent 10ed797de9
commit 3cbe2294ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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