Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Created August 22, 2018 19:55
Show Gist options
  • Save ScottJWalter/eab4f534fa2fc9eb51278768fd229d70 to your computer and use it in GitHub Desktop.
Save ScottJWalter/eab4f534fa2fc9eb51278768fd229d70 to your computer and use it in GitHub Desktop.
Install FFMpeg under Windows Subsystem for Linux
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ffmpeg
@wandersonalb
Copy link

I had the same problem and this solves it:

sudo apt update
sudo apt install ffmpeg

@DanKaplanSES
Copy link

@wandersonalb Unless I'm misreading, those are already steps in the original post.

@wandersonalb
Copy link

@DanKaplanSES I mean, worked for me without add the repository ppa:mc3man/trusty-media

@DanKaplanSES
Copy link

@wandersonalb ah so you meant you only need those two steps. Thanks for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment