Page 1 of 1

[Solved] kdenlive unsupporetd codec...libx264

PostPosted: Nov 16th, '21, 19:17
by JJF
Hi
I noticed that similar issue was reported Re: Mageia 7. I tried unsuccessfully to solve it by myself after reading the various replies in that thread.
My system details:
Mageia8, Dual screen, Dual boot - windows 10 and Mageia 8, Cinnamon desktop.

I verified that both libx264 and libx265 are there
-rwxr-xr-x 1 root root 2266432 Jul 6 2020 /lib64/libx264.so.157*
-rwxr-xr-x 1 root root 4813216 Jul 12 2020 /lib64/libx265.so.192*


I'll appreciate your help
JJF

Re: kdenlive unsupporetd codec...libx264

PostPosted: Nov 16th, '21, 23:12
by doktor5000
What version of the packages do you have installed, and do you have tainted repos enabled ?

Code: Select all
rpm -qa | grep -iE "x26[45]|gstreamer" | sort
urpmq --list-media active --list-url

Re: kdenlive unsupporetd codec...libx264

PostPosted: Nov 17th, '21, 08:09
by JJF
Thanks

Answers attached below:

rpm -qa | grep -iE "x26[45]|gstreamer" | sort
Code: Select all
gstreamer1.0-a52dec-1.18.5-1.mga8
gstreamer1.0-cdparanoia-1.18.5-1.mga8
gstreamer1.0-dv-1.18.5-1.mga8
gstreamer1.0-flac-1.18.5-1.mga8
gstreamer1.0-gstclutter3-3.0.27-3.mga8
gstreamer1.0-lame-1.18.5-1.mga8
gstreamer1.0-libav-1.18.5-1.mga8
gstreamer1.0-mpeg-1.18.5-1.mga8
gstreamer1.0-nle-1.18.5-1.mga8
gstreamer1.0-plugins-bad-1.18.5-1.mga8
gstreamer1.0-plugins-base-1.18.5-1.mga8
gstreamer1.0-plugins-good-1.18.5-1.mga8
gstreamer1.0-plugins-ugly-1.18.5-1.mga8
gstreamer1.0-pulse-1.18.5-1.mga8
gstreamer1.0-python-1.18.5-1.mga8
gstreamer1.0-soundtouch-1.18.5-1.mga8
gstreamer1.0-soup-1.18.5-1.mga8
gstreamer1.0-tools-1.18.5-1.mga8
gstreamer1.0-transcoder-1.18.5-1.mga8
gstreamer1.0-vaapi-1.18.5-1.mga8
gstreamer1.0-vp8-1.18.5-1.mga8
lib64gstreamer1.0_0-1.18.5-1.mga8
lib64gstreamer-plugins-base1.0_0-1.18.5-1.mga8
lib64gstreamer-plugins-base-gir1.0-1.18.5-1.mga8
lib64x264_157-0.157-0.20191217.stable.2.mga8.tainted
lib64x265_192-3.4-1.mga8.tainted
packagekit-gstreamer-plugin-1.2.2-1.mga8
phonon4qt5-gstreamer-4.10.0-2.mga8
phonon-gstreamer-common-4.10.0-2.mga8


urpmq --list-media active --list-url

Code: Select all
Core Release http://mirror.isoc.org.il/pub/mageia/distrib/8/x86_64/media/core/release
Core Updates http://mirror.isoc.org.il/pub/mageia/distrib/8/x86_64/media/core/updates
Nonfree Release http://mirror.isoc.org.il/pub/mageia/distrib/8/x86_64/media/nonfree/release
Nonfree Updates http://mirror.isoc.org.il/pub/mageia/distrib/8/x86_64/media/nonfree/updates
BDK-Free-x86_64 https://ftp.blogdrake.net/mageia/mageia8/free/x86_64
BDK-Free-noarch https://ftp.blogdrake.net/mageia/mageia8/free/noarch
BDK-NonFree-x86_64 https://ftp.blogdrake.net/mageia/mageia8/non-free/x86_64
Core Release (distrib1) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/core/release
Core Updates (distrib3) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/core/updates
Nonfree Release (distrib11) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/nonfree/release
Nonfree Updates (distrib13) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/nonfree/updates
Core Release (distrib46) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/core/release
Core Updates (distrib48) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/core/updates
Nonfree Release (distrib56) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/nonfree/release
Nonfree Updates (distrib58) http://mirror.math.princeton.edu/pub/mageia/distrib/8/x86_64/media/nonfree/updates



Please advice
JJF

Re: kdenlive unsupporetd codec...libx264

PostPosted: Nov 17th, '21, 09:10
by sturmvogel
As already mentioned by doktor5000 you are missing the tainted repositorys. Enable them according https://wiki.mageia.org/en/Install_media_in_Mageia_for_beginners.
After you have enabled them, replace the "standard" ffmpeg package against the tainted version. Do the same for the gstreamer packages.

Re: kdenlive unsupporetd codec...libx264

PostPosted: Nov 17th, '21, 10:03
by JJF
Thanks
I updates (added) "tainted update" repo and the problem disappeared
JJF