Your problem is video not getting converted to FLV format.
See the FAQ
http://forums.buyscripts.in/viewtopic.php?t=351
You need to check if youtbe clone requirements are properly installed on your server.
The command used to convert video on your server is
Code:
/usr/bin/mencoder /home/videotag/public_html/video/1.wmv -o /home/videotag/public_html/flvideo/1.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
You can see the command for each video you upload at
http://www.video-tag.com/templates_c/debug.txt
Bookmarks