Skip to content

Instantly share code, notes, and snippets.

@mkaraki
Created February 15, 2020 10:09
Show Gist options
  • Save mkaraki/684cd27d6e09c19f986de03f63a55b5c to your computer and use it in GitHub Desktop.
Save mkaraki/684cd27d6e09c19f986de03f63a55b5c to your computer and use it in GitHub Desktop.
Install ffmpeg codec for Opera in Linux (Ubuntu)
#!/bin/bash
# for Ubuntu
# Install pre-requirements
sudo apt-get update
sudo apt-get install -y chromium-codecs-ffmpeg-extra
# Import to opera
sudo ln -sf /usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/libffmpeg.so
@dpedrinha
Copy link

None of that worked for me on Linux Mint

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