Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Install ffmpeg with cpanel centos server

  1. #1
    Administrator GumSlone's Avatar
    Join Date
    Mar 2005
    Location
    Mars, GumCity
    Posts
    1,505
    Thanks
    125
    Thanked 577 Times in 203 Posts
    Blog Entries
    2
    Rep Power
    10

    Default 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 [Only registered and activated users can see links. Click Here To Register...]

    [Only registered and activated users can see links. Click Here To Register...]


  2. The Following 3 Users Say Thank You to GumSlone For This Useful Post:

    krazyguy (14-05-10), ksg91 (13-05-10), metulj (13-05-10)

  3. #2
    Junior Member
    Join Date
    Mar 2008
    Posts
    19
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    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.

  4. #3
    Administrator GumSlone's Avatar
    Join Date
    Mar 2005
    Location
    Mars, GumCity
    Posts
    1,505
    Thanks
    125
    Thanked 577 Times in 203 Posts
    Blog Entries
    2
    Rep Power
    10

    Default

    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 [Only registered and activated users can see links. Click Here To Register...]

    [Only registered and activated users can see links. Click Here To Register...]


  5. The Following 2 Users Say Thank You to GumSlone For This Useful Post:

    krazyguy (18-05-10), metulj (17-05-10)

  6. #4
    Senior Member GiLL's Avatar
    Join Date
    Jun 2006
    Location
    india
    Posts
    363
    Thanks
    10
    Thanked 112 Times in 38 Posts
    Blog Entries
    2
    Rep Power
    0

    Default

    this is easy way and will install everything auto and with no error
    First
    [Only registered and activated users can see links. Click Here To Register...]
    second

    [Only registered and activated users can see links. Click Here To Register...]
    Last edited by GiLL; 18-05-10 at 02:07.
    left wap stuff

  7. The Following 2 Users Say Thank You to GiLL For This Useful Post:

    GumSlone (18-05-10), krazyguy (18-05-10)

  8. #5
    Senior Member GiLL's Avatar
    Join Date
    Jun 2006
    Location
    india
    Posts
    363
    Thanks
    10
    Thanked 112 Times in 38 Posts
    Blog Entries
    2
    Rep Power
    0

    Default

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

  9. The Following 2 Users Say Thank You to GiLL For This Useful Post:

    GumSlone (19-05-10), youngbobby (26-06-10)

  10. #6
    Junior Member
    Join Date
    Jul 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    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

  11. #7
    Administrator GumSlone's Avatar
    Join Date
    Mar 2005
    Location
    Mars, GumCity
    Posts
    1,505
    Thanks
    125
    Thanked 577 Times in 203 Posts
    Blog Entries
    2
    Rep Power
    10

    Default

    Quote Originally Posted by franck [Only registered and activated users can see links. Click Here To Register...]
    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 [Only registered and activated users can see links. Click Here To Register...]

    [Only registered and activated users can see links. Click Here To Register...]


  12. #8
    Junior Member
    Join Date
    Jul 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    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

  13. #9
    Administrator GumSlone's Avatar
    Join Date
    Mar 2005
    Location
    Mars, GumCity
    Posts
    1,505
    Thanks
    125
    Thanked 577 Times in 203 Posts
    Blog Entries
    2
    Rep Power
    10

    Default

    Quote Originally Posted by franck [Only registered and activated users can see links. Click Here To Register...]
    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,

    [Only registered and activated users can see links. Click Here To Register...] 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 [Only registered and activated users can see links. Click Here To Register...]

    [Only registered and activated users can see links. Click Here To Register...]


  14. #10
    Junior Member
    Join Date
    Jul 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Hi,

    thanks for your answer

    Franck

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 23-12-12, 07:32
  2. Ffmpeg
    By bjayz in forum Trash forum
    Replies: 6
    Last Post: 22-07-10, 18:57
  3. Ffmpeg and wamp server
    By leonine in forum Scripts Forum
    Replies: 11
    Last Post: 29-04-10, 17:15
  4. RAID10 data protected server start @ 4$ cpanel FFMPEG at free of cost
    By kiss of death in forum Domains - Hosting - Servers
    Replies: 0
    Last Post: 11-03-10, 20:37
  5. Ffmpeg And Cpanel
    By GumSlone in forum Domains - Hosting - Servers
    Replies: 1
    Last Post: 21-02-07, 05:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19