Results 1 to 7 of 7

Thread: i uploaded some video

  1. #1

    Default i uploaded some video

    after i upload it say the video has been .. proccesed.. but it is not comign to the main page

    http://www.mallustream.com

  2. #2

    Default Re: i uploaded some video

    it won't uplaod video more than 30 mb..
    i get this message
    Your video was successfully added!

    Your video is currently being processed and will be available to view in a few minutes.

  3. #3

    Default Re: i uploaded some video

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

    <?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:l ast_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;

  4. #4

    Default Re: i uploaded some video

    i changed.. the code.. nwo the video ain't working

    http://mallustream.com/youtube/view/43/ ... am1-2007-/

  5. #5

    Default Re: i uploaded some video

    help admin..

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

    Default Re: i uploaded some video

    If video is not getting converted check the debug log and see what convert command is used.

    From your debug log at

    http://mallustream.com/youtube/templates_c/debug.txt

    Convert command used is

    Code:
    /usr/local/bin/mplayer '/home/mallustr/public_html/youtube/video/Sooryakireedam1-(2007)_2.wmv' -o /home/mallustr/public_html/youtube/flvideo/11908390311001487273.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
    This is wrong.

    /usr/local/bin/mplayer is mplayer, the video player.

    We need mencoder for converting video.

    Try changing "/usr/local/bin/mplayer" to "/usr/local/bin/mencoder" and try converting the video.

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

    Default Re: i uploaded some video

    You need to change this in include/config.php

Similar Threads

  1. How to add splashcast.net uploaded video to vShare
    By eManuka in forum General Discussions
    Replies: 1
    Last Post: 10-17-2008, 12:22 AM
  2. Uploaded Video does not appears in CHANNELS
    By rleon1982 in forum Fixed Bugs
    Replies: 2
    Last Post: 08-25-2008, 06:36 AM
  3. Uploaded Video does not appears in CHANNELS
    By rleon1982 in forum Bug Reports
    Replies: 3
    Last Post: 05-05-2008, 03:29 AM
  4. Video Uploaded?
    By cacahuate in forum Installation Support
    Replies: 10
    Last Post: 12-06-2007, 03:40 PM
  5. uploaded 3gp video, but no sound
    By mistic in forum Fixed Bugs
    Replies: 6
    Last Post: 09-19-2007, 11:47 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
  •