Hello here I have a big problem with FFMPEG
I followed the procedure here
"
https://blog.bullten.com/installing-ffmpeg-on-centos-web-panel/ "
I did
whereis ffmpeg
Which give
ffmpeg: /usr/local/bin/ffmpeg
then this
ffmpeg
Which give
[root@vps46985 ~]# ffmpeg
ffmpeg version 2.8.8 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-16)
configuration: --disable-static --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-libmp3lame --enable-libx264 --enable-libvpx --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libtheora --enable-libxvid --enable-libfdk_aac --enable-libopus --enable-libfreetype --enable-libfaac
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
I edited my php.ini file and edit the line
;extension_dir = “./” and replace it with extension_dir = “/usr/lib64/extensions/no-debug-non-zts-20100525”
and despite all this ffmpeg.so was not found
the folder /usr/lib64/extensions/no-debug-non-zts-20100525 is totally empty
therefore impossible to continue my installation for my clipbucket site
I am totally lost I do not know what to do to solve the problem