REF: http://www.tubebucket.com
Almost working!
3gp - fails
mp4 - fails
mov - OK
asf - some do, some don't
flv - OK
mpg - OK
avi - OK
mpeg
wmv - some do, some don't
rm - fails
dat -
"Now Playing" and "Related Videos" never change thumbs, never have. This script was re-installed 3 times, "PREV" and "NEXT" links are dead also.
Email system works great. Can the watermark overlay link be moved? Top left corner?
Entering single 'quotes' in the Comments box (input field) generates the "Your already posted comments on this video" warning. Single apostrophe fails also. Double "quotes" are OK.
I also changed video_conversion.php to:
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_ffmpeg;
$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 tried using mencoder on the wmv, asf, 3gp, mp4, rm files but that didn't work either.
Thanks for your help.
Bookmarks