Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41

Thread: cannot upload videos , cannot view my videos

  1. #1
    kumaran is offline Member
    Join Date
    Jun 2007
    Posts
    43

    Default cannot upload videos , cannot view my videos

    hello

    i just bought a script today ,i installed everything , i have faced some problems they are

    1) i cannot upload videos ( but i can using proxies )
    2) i cannot view my videos

    my site url is

    http://www.yourfreeads.info/share1

    pls let me know whats the problem and fix it as soon u can

    thanks in advance

  2. #2
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    It to me looks like your mencoder is not correctly installed or is not guided to the right place

  3. #3
    spun2u is offline Senior Member
    Join Date
    Jun 2007
    Posts
    175

  4. #4
    kumaran is offline Member
    Join Date
    Jun 2007
    Posts
    43

    Default

    what is mencoder, how can i fix it

  5. #5
    kumaran is offline Member
    Join Date
    Jun 2007
    Posts
    43

    Default

    yea that pepsi thing is working

    well what are the format i can upload


    thanks for the response thank you soo much

  6. #6
    spun2u is offline Senior Member
    Join Date
    Jun 2007
    Posts
    175

    Default

    Should look in your /include/settings/video_conversion.php file:


    It should look like this:

    Code:
    <?php
    
    # Allowed File Types
    
    $file_types = array("flv","3gp","mp4","mov","asf","mpg","avi","mpeg","wmv","rm","dat");
    
    $convert_all = "$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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    $convert_3gp = $convert_all;
    $convert_mp4 = $convert_all;
    $convert_mov = $convert_all;
    $convert_asf = $convert_all;
    $convert_mpg = $convert_all;
    $convert_avi = $convert_all;
    $convert_mpeg = $convert_all;
    $convert_wmv = $convert_all;
    $convert_rm = $convert_all;
    $convert_dat = $convert_all;

    Files that are supported are in this array:

    $file_types = array("flv","3gp","mp4","mov","asf","mpg","avi","m peg","wmv","rm","dat")

  7. #7
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    Yep the pepsi one is working, (stupid ad lol)

  8. #8
    kumaran is offline Member
    Join Date
    Jun 2007
    Posts
    43

    Default

    yup i can seee the file conversions,, but why that videos i uploaded is not working,, and i can able to upload using proxy site,, do u know why

    thanks

  9. #9
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    What format where the videos you tried uploading and what size? Because you may have to do the .htaccess modifications.

  10. #10
    kumaran is offline Member
    Join Date
    Jun 2007
    Posts
    43

    Default

    i think thats are wmv format and the size is below 400 kb

Page 1 of 5 123 ... LastLast

Similar Threads

  1. view the "recent videos" on another page
    By witchdoctor in forum Template Modifications
    Replies: 1
    Last Post: 02-26-2008, 05:03 AM
  2. upload 30 min videos
    By samer in forum General Discussions
    Replies: 1
    Last Post: 12-12-2007, 06:00 PM
  3. Most View Videos
    By sam in forum Template Modifications
    Replies: 5
    Last Post: 11-06-2007, 10:02 AM
  4. Sign up required to view videos
    By Netstralogy in forum General Discussions
    Replies: 1
    Last Post: 09-24-2007, 10:35 AM
  5. Video View, related videos on left?
    By GreenGambler in forum General Discussions
    Replies: 2
    Last Post: 06-28-2007, 11:30 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
  •