Ok so I have now installed FFMPEG-PHP on PHP5. The hosting company did it! Here is the new error I am getting after user upload. Here is what doen't make sense about the info below: It is converting video to flv, and processing video (because duration time), but then errors out saying video too small. (See Below) However, the videos duration is 56 Secs so I know it is not too small.
2007-10-23 23:09:02 Video Conversion Finished
2007-10-24 7:13:46 Upload Finished
2007-10-24 7:13:46 Batch Processing
2007-10-24 7:14:01 Video (62) Conversion starting...
2007-10-24 7:14:01 File: /home/porkdcom/public_html/ugaspace/video/coolestbab552507_7.wmv
2007-10-24 7:14:01 -------------------------------------------------------------
2007-10-24 7:14:01 INSERT INTO video SET
UID='2',
title='test',
description='test',
keyword='test',
channel='0|1|0',
addtime='1193224441',
adddate='2007-10-24',
vkey='887819296',
type='public',
active='0',
approve='1'
2007-10-24 7:14:01 -------------------------------------------------------------
2007-10-24 7:14:01 Video id: 100
2007-10-24 7:14:01 Calling ffmpeg-php -> ffmpeg_movie()
2007-10-24 7:14:01 Get video duration - START
2007-10-24 7:14:01 Get video duration - END
2007-10-24 7:14:01 DURATION: 56.066
2007-10-24 7:14:01 Create Thumbnail - START
2007-10-24 7:14:03 Create Thumbnail - END
2007-10-24 7:14:03 CONVERT COMMAND:
/usr/bin/ffmpeg '/home/porkdcom/public_html/*********/video/coolestbab552507_7.wmv' -o /home/porkdcom/public_html/*******/flvideo/119322444374003906.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800: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
2007-10-24 7:14:03 -------------------------------------------------------------
2007-10-24 7:14:03
2007-10-24 7:14:03 -------------------------------------------------------------
2007-10-24 7:14:03 Return value:
2007-10-24 7:14:03 File Size too small : Bytes, Upload a big video.
Bookmarks