Last active
October 16, 2021 22:40
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is deprecated. Please refer to the repository for an updated version.