Can you someone help me here. which process in the below html page I need to replace to get the new FFMPEG,
https://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/ is it the yum ffmpeg ffmeg-devel or the tar -xjf ffmpeg-php-X.x.x.tbz2 file should be downloaded from the FFMPEG. Is there a way I can replace all those old steps with one package installation that will have FFMPEG-PHP and FFMPEG? On Monday, January 26, 2015 9:53 AM, Dani A <[email protected]> wrote: I have CENTOS 6.6 and Cpanel in LAMP enviroment. Please help! On Monday, January 26, 2015 2:38 AM, Moritz Barsnick <[email protected]> wrote: Hi Dani, On Mon, Jan 26, 2015 at 03:20:04 +0000, Dani A wrote: > I am trying to install FFMPEG-php 0.6.0 on my server and I am facing > issues because the process is very complicated and cumbersome, and > when I search online I find your website, Are you the updated version > from the source-forge one FFMPEG 0.6.0, how can I install the FFMPEG > on my server from your site so my developers can access the video > file frames and display them on a page, that's why I need FFMPEG. ffmpeg-php is not ffmpeg! It uses ffmpeg. > https://chrisjean.com/2009/01/13/install-ffmpeg-and-ffmpeg-php-on-centos-easily/ That instruction is very old, seeing as it refers to "ffmpeg-0.4.9_pre1 or higher". Do not use such an ancient version of ffmpeg please. This is the official site for ffmpeg: http://ffmpeg.org/ For CentOS, you will want to use the rpmfusion repositories, or - even better - build your own version of ffmpeg. Otherwise, you probably only need the dependencies, such as php-gd and php-devel (assuming the instructions are still valid), and then follow the section "Installing ffmpeg-php". This is beyond the scope of this mailing list though. Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
