Results 1 to 3 of 3

Thread: or upload or play

  1. #1

    Default or upload or play

    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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    $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;

    That it is it that this failing? the memcoder allows me to go up big files, but it doesn't reproduce and the ffmpeg doesn't allow me to go up big files.


    $cmd_all = $cmd_mencoder; -------- Upload YES
    $cmd_all = $cmd_mencoder; -------- Play NO


    $cmd_all = $cmd_ffmpeg ---------- Upload NO
    $cmd_all = $cmd_ffmpeg ---------- Play YES

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

    Default

    If you have problem with video conversion, you need to check if conversion command works on your server.

    Video not getting converted to flv

  3. #3

    Default

    The conversion control works ok, with the small videos but it doesn't convert the big ones, it goes up them but it doesn't convert them.

Similar Threads

  1. Video No Play :: Please Help
    By RifGate.Co.cc in forum Installation Support
    Replies: 3
    Last Post: 06-17-2008, 05:17 AM
  2. Cant play videos
    By sangeetha123 in forum Installation Support
    Replies: 2
    Last Post: 10-17-2007, 06:45 PM
  3. Auto Play?
    By iknowalittlebit in forum Installation Support
    Replies: 2
    Last Post: 09-24-2007, 03:30 PM
  4. What would cause some vids to not play?
    By grynmoors in forum General Discussions
    Replies: 1
    Last Post: 09-13-2007, 06:17 PM
  5. Video Won't Play
    By RABIZ9 in forum Installation Support
    Replies: 6
    Last Post: 05-21-2007, 08:39 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
  •