Install ffmpeg with cpanel centos server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Install ffmpeg with cpanel centos server

    - Run SSH console

    Code:
    mkdir sources
    cd sources
    wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=ovh
    tar xvzf ffmpeginstaller.5.1.tar.gz
    cd ffmpeginstaller.5.1
    ./install.sh
    DONE!
    Advertise your mobile site for FREE with AdTwirl


    #2
    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

    i get this error log after installing FFMPEG.

    Comment


      #3
      remove the ffmpeg.so extention from php.ini

      or install ffmpeg-php manually:
      Code:
      wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2  
      tar jxvf ffmpeg-php-0.6.0.tbz2 
      cd ffmpeg-php*
      phpize
      ./configure && make
      make install
      if you get error in ./configure like:
      configure: error: ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
      do this:
      Code:
      ./configure --with-ffmpeg=/usr/local/cpffmpeg
      Advertise your mobile site for FREE with AdTwirl

      Comment


        #4
        this is easy way and will install everything auto and with no error
        First
        Register your copy of the latest installers from Admin-Ahead Server Technologies Page
        second

        Script Mantra - An associate of Admin-Ahead Server Technologies Installation Instructions for Yum/FFmpeg/SVN
        Last edited by GiLL; 18.05.10, 02:07.
        left wap stuff

        Comment


          #5
          if you have linux server i will install it for you free if you cant do it your self
          left wap stuff

          Comment


            #6
            Hi,

            I see this thread and i have problem with centos 5 and ffmpeg. I would like to install but i have that: tar: ffmpeginstaller.5.2.tar.gz: Cannot open: No such file or directory
            All install of ffmpeg it's no good.
            I do not know how to make any more.

            You could help me?

            Think

            Franck

            Comment


              #7
              Originally posted by franck View Post
              Hi,

              I see this thread and i have problem with centos 5 and ffmpeg. I would like to install but i have that: tar: ffmpeginstaller.5.2.tar.gz: Cannot open: No such file or directory
              All install of ffmpeg it's no good.
              I do not know how to make any more.

              You could help me?

              Think

              Franck
              try a different source :
              HTML Code:
              http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg6/ffmpeginstaller.6.0.tar.gz
              Advertise your mobile site for FREE with AdTwirl

              Comment


                #8
                Hi GumSlone,

                When i install with ffmpeginstaller.6.0 i have problem with mplayer.
                I have this message:
                Code:
                stream/stream.c: In function 'open_stream_plugin':
                stream/stream.c:155: warning: initialization discards qualifiers from pointer target type
                stream/stream.c: In function 'stream_check_interrupt':
                stream/stream.c:490: warning: implicit declaration of function 'usec_sleep'
                stream/stream.c: In function 'find_newline':
                stream/stream.c:532: warning: implicit declaration of function 'GET_UTF16'
                stream/stream.c:532: error: expected expression before 'return'
                stream/stream.c:533: error: expected ';' before 'if'
                stream/stream.c:539: error: expected expression before 'return'
                stream/stream.c:540: error: expected ';' before 'if'
                stream/stream.c: In function 'copy_characters':
                stream/stream.c:572: error: expected expression before ';' token
                stream/stream.c:573: error: expected ';' before 'PUT_UTF8'
                stream/stream.c:571: warning: unused variable 'tmp'
                stream/stream.c:580: error: expected expression before ';' token
                stream/stream.c:581: error: expected ';' before 'PUT_UTF8'
                stream/stream.c:579: warning: unused variable 'tmp'
                make: *** [stream/stream.o] Error 1
                cp: cannot create regular file `/usr/local/cpffmpeg/etc/mplayer/codecs.conf': No such file or directory
                and install stop.

                What i make?

                Franck

                Comment


                  #9
                  Originally posted by franck View Post
                  Hi GumSlone,

                  When i install with ffmpeginstaller.6.0 i have problem with mplayer.
                  I have this message:
                  Code:
                  stream/stream.c: In function 'open_stream_plugin':
                  stream/stream.c:155: warning: initialization discards qualifiers from pointer target type
                  stream/stream.c: In function 'stream_check_interrupt':
                  stream/stream.c:490: warning: implicit declaration of function 'usec_sleep'
                  stream/stream.c: In function 'find_newline':
                  stream/stream.c:532: warning: implicit declaration of function 'GET_UTF16'
                  stream/stream.c:532: error: expected expression before 'return'
                  stream/stream.c:533: error: expected ';' before 'if'
                  stream/stream.c:539: error: expected expression before 'return'
                  stream/stream.c:540: error: expected ';' before 'if'
                  stream/stream.c: In function 'copy_characters':
                  stream/stream.c:572: error: expected expression before ';' token
                  stream/stream.c:573: error: expected ';' before 'PUT_UTF8'
                  stream/stream.c:571: warning: unused variable 'tmp'
                  stream/stream.c:580: error: expected expression before ';' token
                  stream/stream.c:581: error: expected ';' before 'PUT_UTF8'
                  stream/stream.c:579: warning: unused variable 'tmp'
                  make: *** [stream/stream.o] Error 1
                  cp: cannot create regular file `/usr/local/cpffmpeg/etc/mplayer/codecs.conf': No such file or directory
                  and install stop.

                  What i make?

                  Franck
                  Hi Franck,

                  Opensource ffmpeginstaller has its own support forum, i think they can provide you a good support for your problem, try to post your error log at their forum.
                  Advertise your mobile site for FREE with AdTwirl

                  Comment


                    #10
                    Hi,

                    thanks for your answer

                    Franck

                    Comment


                      #11
                      or try
                      ffmpeginstaller version 6.1 released

                      The ffmpeginstaller new version 6.1 released , the following are major changes,

                      - Removed support for ffmpeg-php
                      - Updated mplayer and ffmpeg
                      - Updated lame encoder to latest version




                      Code:
                      mkdir sources
                      cd sources
                      wget [url]http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg6/ffmpeginstaller.6.1.tgz[/url]
                      tar xvzf ffmpeginstaller.6.1.tgz
                      cd ffmpeginstaller.6.1
                      ./install.sh
                      Last edited by GiLL; 24.08.10, 04:55.
                      left wap stuff

                      Comment


                        #12
                        Originally posted by GumSlone View Post
                        - Run SSH console

                        Code:
                        mkdir sources
                        cd sources
                        wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=ovh
                        tar xvzf ffmpeginstaller.5.1.tar.gz
                        cd ffmpeginstaller.5.1
                        ./install.sh
                        DONE!
                        Code:
                        /usr/bin/wget: Permission denied

                        http://wapx.amob.com
                        Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

                        Comment


                          #13
                          follow me here

                          left wap stuff

                          Comment


                            #14
                            wont this also work?
                            Code:
                            sudo apt-get install ffmpeg
                            Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

                            Comment


                              #15
                              Originally posted by ksg91 View Post
                              wont this also work?
                              Code:
                              sudo apt-get install ffmpeg
                              i dont think 'apt-get' will work on CentOS...
                              instead there should work 'yum' ?
                              but i might be wrong..
                              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                              Comment

                              Working...
                              X