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

Thread: Trouble converting videos into FLV

  1. #11
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Trouble converting videos into FLV

    Let me know following details to check your installation.
    1. FTP Login details of the web site
    2. vshare login details (user and admin).

    I can check and let you know why you are having problem with uploads.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  2. #12
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    Hi, you don't have PM option turned on. How can I contact you? are you working with BuyScripts?

  3. #13
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    anybody here who can help?

  4. #14
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    Ok, this is starting to p*ss me off. at least say something? I sent PM messages posted 3 times here. any support available or not?

  5. #15
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    looks like I won't get any help from you here. :roll:

  6. #16
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Trouble converting videos into FLV

    Let me know your url pleace.

  7. #17
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    Ramesh, sent you PM.
    Please check.

  8. #18
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Trouble converting videos into FLV

    I think ffmpeg-php is not working properly on your server.


    read this
    viewtopic.php?f=3&t=380
    ffmpeg problem please cheack your ffmpeg properly install

    cheack your phpinfo

  9. #19
    Join Date
    May 2008
    Posts
    27

    Default Re: Trouble converting videos into FLV

    ramesh, just sent you pm message with info where ffmpeg and other players are installed. they are working fine...

  10. #20
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Trouble converting videos into FLV

    Pls edit the settings/video_conversion.php adn replace the code with

    Code:
    <?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=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24";
    
    $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 3 FirstFirst 123 LastLast

Similar Threads

  1. Videos bot converting with correct paths . See print screen
    By pimpoff in forum Installation Support
    Replies: 1
    Last Post: 05-30-2008, 05:34 AM
  2. Videos are not Converting
    By roja in forum Installation Support
    Replies: 1
    Last Post: 01-01-2008, 09:12 PM
  3. Trouble please help
    By nogas in forum Installation Support
    Replies: 1
    Last Post: 12-11-2007, 07:39 AM
  4. videos not converting
    By damen in forum Installation Support
    Replies: 10
    Last Post: 10-24-2007, 05:24 PM
  5. New fix for videos not uploading/converting
    By leki in forum Fixed Bugs
    Replies: 3
    Last Post: 08-11-2007, 10:05 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
  •