video - ffmpeg with php not completed if file size > 5mb -


i'm using ffmpeg upload videos server,

i've tested on 1mb file , 1 5mb , working correctly, i've tested on 6mb , 50mb file , try upload still "processing" status no change.

here code use

exec("/usr/local/bin/ffmpeg -i ../uploadedvideo/".$image_name." -ab 56 -ar 44100 -b 200 -r 15 -s 240x180 -fs 314572800 -f flv ../uploadedvideo/".$image_namew.".flv");  

what problem?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -