Skip to content

Instantly share code, notes, and snippets.

@xZero707
Last active October 16, 2021 22:40
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xZero707/ff2d5a76544c84e33086ed94092c0263 to your computer and use it in GitHub Desktop.
Save xZero707/ff2d5a76544c84e33086ed94092c0263 to your computer and use it in GitHub Desktop.
Opera browser on linux comes with broken ffmpeg due to legal reasons. This script will fix it using chromium-ffmpeg snap library.
#!/usr/bin/env bash
# DEPRECATED!
# See: https://forums.opera.com/topic/37539/solving-the-problem-of-the-opera-browser-with-video-playback-in-ubuntu-and-similar-distributions-linux-mint-kde-neon/
echo "Deprecated!"
echo "Please refer here https://github.com/xZero707/opera-fix-ffmpeg for an updated version."
@xZero707
Copy link
Author

DISCLAIMER: This script is provided as-is. Use at your own responsibility.

@xZero707
Copy link
Author

xZero707 commented Dec 1, 2020

Opera browser on linux comes with broken ffmpeg due to legal reasons. This script will fix it using chromium-ffmpeg snap library.

Original thread: https://forums.opera.com/topic/37539/solving-the-problem-of-the-opera-browser-with-video-playback-in-ubuntu-and-similar-distributions-linux-mint-kde-neon/

@xZero707
Copy link
Author

This gist is deprecated. Please refer to the repository for an updated version.

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