Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: installation problem

  1. #11
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: installation problem

    Login to server as root using putty, then type the command in SSH prompt (command prompt)

    /usr/bin/mencode /home/sexy/public_html/video/video/bathroomfloor2.wmv -o /home/sexy/public_html/video/flvideo/1191089476846037138.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es

  2. #12
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    I enter the command and i get this error:

    [~]# /usr/bin/mencode /home/sexy/public_html/video/video/bathroomfloor2.wmv -o /home/sexy/public_html/video/flvideo/1191089476846037138.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es
    -bash: /usr/bin/mencode: No such file or directory

  3. #13
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: installation problem

    /usr/bin/mencode

    actual command name is "mencoder"

    I got the command from your templates_c/debug file.

    So you are wrong path for mencoder in config.php

    Do you have mencoder installed on the server ? If yes, you need to put correct location of your mencoder installation in include/config.php

  4. #14
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    Hi

    I edit the pathn for the mencoder to his own path but i have to do it for all?

    $config = array();
    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/local/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/sexy/public_html/video";
    $config['baseurl'] = "http://www.sexydivaz.com/video";

  5. #15
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    Quote Originally Posted by mostwanted
    Hi

    I edit the pathn for the mencoder to his own path but i have to do it for all?

    $config = array();
    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/local/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/sexy/public_html/video";
    $config['baseurl'] = "http://www.sexydivaz.com/video";
    well i change the path and put all in local on the config to see if that work and i upload a video but i get convert error again. I have too see where is the others path?

  6. #16
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    Hi

    Here is the ssh info:


    [~]# whereis ffmpeg
    ffmpeg: /usr/local/bin/ffmpeg
    [~]# whereis mplayer
    mplayer: /usr/local/bin/mplayer /usr/local/etc/mplayer
    [~]# whereis flvtool2
    flvtool2: /usr/bin/flvtool2
    [~]#

    So what i ahve to do?

  7. #17
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: installation problem

    You don't have mencoder or ffmpeg installed.

    You can see install instructions at

    http://docs.buyscripts.in/wiki/Server_Setup

    Only do if you are good at Linux. Contact [email protected] if you don't know how to install these software.

  8. #18
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    Hi

    Yes i install it and there in the ssh is the info that tells where is installed.

    ffmpeg: /usr/local/bin/ffmpeg

    mplayer: /usr/local/bin/mplayer /usr/local/etc/mplayer

    flvtool2: /usr/bin/flvtool2

  9. #19
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: installation problem

    Try running the convert command with correct path to mencoder. If your installation is proper, video will get converted to FLV format.

  10. #20
    Join Date
    Sep 2007
    Posts
    15

    Default Re: installation problem

    but the problem is that my friend delete all videos, how i create that command for a new video?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Problem with a new installation
    By polog in forum Installation Support
    Replies: 3
    Last Post: 03-09-2009, 04:35 PM
  2. Installation problem
    By zayarln in forum Installation Support
    Replies: 1
    Last Post: 04-14-2008, 05:03 AM
  3. Problem with installation
    By ljancar in forum Installation Support
    Replies: 5
    Last Post: 07-03-2007, 06:09 PM
  4. Installation problem.. Anyone help??
    By Cloner in forum Installation Support
    Replies: 6
    Last Post: 06-14-2007, 02:28 AM
  5. Early Installation Problem
    By ifeallday1 in forum Installation Support
    Replies: 1
    Last Post: 05-12-2007, 06:46 PM

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
  •