after i upload it say the video has been .. proccesed.. but it is not comign to the main page
http://www.mallustream.com
after i upload it say the video has been .. proccesed.. but it is not comign to the main page
http://www.mallustream.com
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.
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;
i changed.. the code.. nwo the video ain't working
http://mallustream.com/youtube/view/43/ ... am1-2007-/
help admin..
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
This is wrong.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
/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.
You need to change this in include/config.php
Bookmarks