Install ffmpeg with cpanel centos server

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

  • CliftonSox
    replied
    you say that you will make this guide more thorough later to include DHCP with samba. is that going to happen any time soon or have you not planned it yet?

    Leave a comment:


  • CliftonSox
    replied
    you say that you will make this guide more thorough later to include DHCP with samba. is that going to happen any time soon or have you not planned it yet?

    Leave a comment:


  • ksg91
    replied
    Originally posted by metulj View Post
    i dont think 'apt-get' will work on CentOS...
    instead there should work 'yum' ?
    but i might be wrong..
    Yeah you are right. Later I came to know, CentOS is not debian based OS and apt-get is for debian based OS.

    Leave a comment:


  • metulj
    replied
    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..

    Leave a comment:


  • ksg91
    replied
    wont this also work?
    Code:
    sudo apt-get install ffmpeg

    Leave a comment:


  • GiLL
    replied
    follow me here

    Leave a comment:


  • wapxtech
    replied
    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

    Leave a comment:


  • GiLL
    replied
    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.

    Leave a comment:


  • franck
    replied
    Hi,

    thanks for your answer

    Franck

    Leave a comment:


  • GumSlone
    replied
    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.

    Leave a comment:


  • franck
    replied
    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

    Leave a comment:


  • GumSlone
    replied
    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

    Leave a comment:


  • franck
    replied
    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

    Leave a comment:


  • GiLL
    replied
    if you have linux server i will install it for you free if you cant do it your self

    Leave a comment:


  • GiLL
    replied
    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.

    Leave a comment:

Working...
X