Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Fatal Error (Help to Correct)

  1. #11
    Join Date
    Aug 2007
    Posts
    112

    Default Re: Fatal Error (Help to Correct)

    Quote Originally Posted by admin
    The convert command is not able to convert video into FLV.

    Send the command to your web host and ask them to see if the command works on the server.
    This is what they said:

    "You can use the mencoder command to convert videos instead of ffmpeg. You can just replace the 'usr/bin/ffmpeg with /usr/bin/mencoder in convert.php"

    Can this be done?

  2. #12
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Fatal Error (Help to Correct)

    Post content of file - include/settings/video_conversion.php ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #13
    Join Date
    Aug 2007
    Posts
    112

    Default Re: Fatal Error (Help to Correct)

    <?php

    $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec mp3 -ar 22050 -ab 32 -f flv $video_flv";
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800: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";

    $cmd_all = $cmd_mencoder;


    $convert_3gp = $cmd_all;
    $convert_mp4 = $cmd_all;
    $convert_mov = $cmd_all;
    $convert_asf = $cmd_all;
    $convert_mpg = $cmd_all;
    $convert_avi = $cmd_all;
    $convert_mpeg = $cmd_all;
    $convert_wmv = $cmd_all;
    $convert_rm = $cmd_all;
    $convert_dat = $cmd_all;

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Fatal error: Error can't find imagecreatetruecolor
    By damen in forum Installation Support
    Replies: 8
    Last Post: 07-21-2010, 09:02 PM
  2. Fatal error: Smarty error:
    By megavideos.in in forum Installation Support
    Replies: 1
    Last Post: 11-25-2007, 08:16 PM
  3. Fatal Error
    By khsoh in forum Bug Reports
    Replies: 1
    Last Post: 11-05-2007, 05:05 PM
  4. Fatal error!
    By mistic in forum Fixed Bugs
    Replies: 2
    Last Post: 08-31-2007, 01:48 AM
  5. can you correct this bug ?
    By winkler in forum Fixed Bugs
    Replies: 2
    Last Post: 07-08-2007, 06:52 AM

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
  •