Author Topic: Installing FFMPEG  (Read 111 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Installing FFMPEG
« on: October 09, 2024, 08:03:00 AM »
Hello, dear community. I'm new to cwp but supporting it with a pro lic. I'm using in this moment Alma9 but tried on Alma8 too. Trying to install FFMPEG but i don't get it. Searched for every piece of info.

Used this too: https://blog.bullten.com/installing-ffmpeg-on-centos-web-panel/

So, if i'm using the FFMPEG installer option in the CWP gui i will reach this

Quote
"...
make[2]: Leaving directory '/usr/local/src/libtheora-1.1.1/examples'
make[1]: Leaving directory '/usr/local/src/libtheora-1.1.1'
ERROR: libfaac not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.

Installation Completed!"

if i run it again

Quote
################################

Last metadata expiration check: 1:26:22 ago on Wed Oct  9 06:35:03 2024.
Package wget-1.21.1-8.el9_4.x86_64 is already installed.
Package zip-3.0-35.el9.x86_64 is already installed.
Package unzip-6.0-56.el9.x86_64 is already installed.
Package autoconf-2.69-38.el9.noarch is already installed.
Package automake-1.16.2-8.el9.noarch is already installed.
Package cmake-3.26.5-2.el9.x86_64 is already installed.
Package freetype-devel-2.10.4-9.el9.x86_64 is already installed.
Package gcc-11.4.1-3.el9.alma.1.x86_64 is already installed.
Package gcc-c++-11.4.1-3.el9.alma.1.x86_64 is already installed.
Package git-2.43.5-1.el9_4.x86_64 is already installed.
Package libtool-2.4.6-45.el9.x86_64 is already installed.
Package make-1:4.3-8.el9.x86_64 is already installed.
Package mercurial-6.1.4-1.el9.x86_64 is already installed.
Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
Package zlib-devel-1.2.11-40.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
/usr/local/lib/
Archive:  libogg-1.3.2.zip

Quote
[root@mysticspath no-debug-non-zts-20100525]# whereis ffmpeg
ffmpeg:

I tried with php 7.4 and 8.2 too. Nothing. In the "/usr/lib64/extensions/no-debug-non-zts-20100525" there is no ffmpeg, nothing. So, need to know. Someone who can help me?

Pretty please.  Need it for my project.

Thanks,
Victor
« Last Edit: October 09, 2024, 08:04:51 AM by victoryel »

Offline
*
Re: Installing FFMPEG
« Reply #1 on: October 09, 2024, 05:54:51 PM »
Please?  :-\

Offline
*
Re: Installing FFMPEG
« Reply #2 on: October 10, 2024, 02:20:30 AM »
If it exists, read through 
Code: [Select]
/var/log/ffmpeg-installer.log

Offline
*
Re: Installing FFMPEG
« Reply #3 on: October 10, 2024, 06:08:56 AM »
Thanks, BeZazz! I reinstalled the system from scratch and then followed this article to fix the issue:

https://markaicode.com/how-to-install-ffmpeg-on-rocky-linux-9-almalinux-9/

Everything seems to be working well for my project now.

Offline
*
Re: Installing FFMPEG
« Reply #4 on: October 10, 2024, 09:47:56 AM »
That's good to hear and good to see you provided a link for others.