Ubuntu 18.04 has 1.14 Gstreamer installed and libx264-152. Is it possible to upgrade it to 1.16 or 1.18 as well as some dependent libraries like: libx264-155 and libx265? Whether some PPA exists or need to build from sources?
Asked
Active
Viewed 2,958 times
1 Answers
3
Yet, it is possible. Use the following PPA for both x264/x265 and GStreamer:
sudo add-apt-repository ppa:savoury1/ffmpeg4
sudo add-apt-repository ppa:savoury1/multimedia
sudo apt-get update
sudo apt-get dist-upgrade
Reverting is possible by
sudo apt-get install ppa-purge
sudo ppa-purge ppa:savoury1/ffmpeg4
sudo ppa-purge ppa:savoury1/multimedia
You can always use both Y PPA Manager or visit https://launchpad.net/ubuntu/+ppas to do a search by yourself.
N0rbert
- 103,523
ppa:savoury1/multimediarepo otherwisegstreamer1.0-plugins-badis not installed because of missedlibsoundtouch1package dependency. – Aleksey Kontsevich Nov 26 '21 at 14:53Y PPA Manager- it is terrible, no way to check ubuntu version there, included packages, etc. And all this deb ecosystem is terrible and very complex to use. Ubuntu/debian users need to try openSUSE some day to see there is much more friendly and easy to use distros exists. 2nd thing: I can't pinfontconfigasgstreamerdepends on it - on specific version it was built with. So pinning them has no effect. – Aleksey Kontsevich Dec 02 '21 at 02:10