Results 1 to 4 of 4

Thread: video still can't play!!!

  1. #1

    Default video still can't play!!!

    to admin,

    As we just discussed couple of hour ago, here is the video link that can't play. the original video format is *.mpg

    http://view/74/smashing-pumpkins-cherub-rock/

    The CONVERT COMMAND:

    /usr/bin/mencoder /home/hosevid/public_html/video/Smashing.mpg -o /home/hosevid/public_html/flvideo/1186808669.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
    hope the problem can be solved asap. i can't put the video which clearly got error for public.

    thank you.

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

    Default

    Do following modification in your

    include/settings/video_conversion.php

    FIND

    $video_src

    REPLACE WITH

    '$video_src'

    That is single quotes before and after $video_src

    After making the change, reupload the video and see if that works, if not post the conversion command.

  3. #3

    Default

    i just found two $video_src:

    $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....

    and already put the ''. is it correct?

  4. #4

    Default

    it works! after put '', the video can play...

    thanks.

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. play the video?
    By Boxerman in forum Installation Support
    Replies: 0
    Last Post: 05-24-2008, 10:15 PM
  3. Video don't play suggestions?
    By ron in forum Installation Support
    Replies: 6
    Last Post: 04-17-2008, 11:22 AM
  4. Play Video on homepage
    By slimakraf in forum Installation Support
    Replies: 3
    Last Post: 11-17-2007, 09:29 AM
  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
  •