Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - metatrone

Pages: [1]
1
FFMPEG / problem with FFMPEG
« on: January 20, 2018, 12:52:00 PM »
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
Code: [Select]
whereis ffmpeg

Which give
Code: [Select]
ffmpeg: /usr/local/bin/ffmpeg
then this
Code: [Select]
ffmpeg
Which give

Code: [Select]
[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

Code: [Select]
;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

2
Addons / how to add a cms like wp (wordpress) to the addons
« on: December 31, 2017, 03:39:47 AM »
Hello I would like to know if it was possible to add cms suplement as wp (worpresse) ...

if so, I would like someone to explain to me how? I start with your panel

thank you in advance.

Pages: [1]