Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: ffmpeg 5.0.3 libx264.so (Read 622 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

ffmpeg 5.0.3 libx264.so

Hello everyone recently i updated my system completely with the following commands.
Code: [Select]
sudo pacman -Syy
Code: [Select]
sudo pacman -Syu

Suddenly all browsers do not support x264 codec but the system looks like it already has the file, is that a link issue?

Code: [Select]
find /usr/lib -name libx264*
output is:
Quote
/usr/lib/libx264.so.164
/usr/lib/libx264.so
Trying to Downgrade ffmpeg with
Code: [Select]
pacman -U "/var/cache/pacman/pkg/ffmpeg-2:4.4.1-1-x86_64.pkg.tar.zst"
(this is a translated message manually so sorry for any inconsistency)
Attention: cannot find file "libx264.so=163-64", dependency of "ffmpeg"
:: Cannot upgrade the following package due to missing dependencies:
      ffmpeg

Also firefox(console) outputs an error that it cannot find the codec with name: codecs="avc1.42E01E mp4a.40.2".

What do you think i should do to fix the issue? Thank you in advance.