How to setup ffmpeg for CentOS release 6.5 server

后端 未结 1 1382
滥情空心
滥情空心 2020-12-12 08:02

I need to create a screen shot from video,

I have followed this tutorial to do the intial setup in window 8, php 5.3

1) I downloaded the ffmpeg from here -

相关标签:
1条回答
  • 2020-12-12 08:39

    I could not find your installation steps or commands, You need to configure with ffmpeg-php,

    #  git clone https://github.com/tony2001/ffmpeg-php.git
    #  cd ffmpeg-php
    #  make clean
    #  phpize 
    #  ./configure 
    #  make
    #  make install
    
    # vim /usr/lib/php.ini 
    [ffmpeg]
    extension=ffmpeg.so
    
    # pkill -9 httpd
    #  /etc/init.d/httpd start
    
    # php -i|grep ffmpeg
    
    ffmpeg
    ffmpeg-php version => 0.7.0
    
    0 讨论(0)
提交回复
热议问题