Hi im having many problems at present, and this is another slow video converting or fails , question are these the correct ports http://i46.tinypic.com/1r6ijl.png if yes why is everything so slow , im using hostforweb. thankyou
Hi im having many problems at present, and this is another slow video converting or fails , question are these the correct ports http://i46.tinypic.com/1r6ijl.png if yes why is everything so slow , im using hostforweb. thankyou | ||||||||||||||||||||||||
converting videos - to quote deanos - is done by the ffmpeg file. The newer 7.1 has a larger ffmpeg file than the previous versions, so make sure that is correct. It should be around 19 or 20 mb. If you are referring to video comments, i think he said, those are done by the rms. I will find the post. But just as an FYI, I have noticed that a lot of your questions are already listed, maybe not exactly worded the same. Most of the answers I have found, have been from just using the search. EDIT: Heres the url for the same thing you are asking: http://www.boonex.com/forums/#topic/Heres-a-possibly-silly-question-.htm caredesign.net | ||||||||||||||||||||||||
hi what should be 19 or 20mb | ||||||||||||||||||||||||
Flash / modules / global / app / ffmpeg.exe should be about 19 or 20 mb caredesign.net | ||||||||||||||||||||||||
Hi im having many problems at present, and this is another slow video converting or fails , question are these the correct ports http://i46.tinypic.com/1r6ijl.png if yes why is everything so slow , im using hostforweb. thankyou if your on a slow box, video conversions can take some time now that .h264 needs to be on to playback in HTML5, before this module we all turned it off.. I've done 200[MB]+ without any real issues. My site is set to accept up to 500mb I finally deselected the "Use H264 Codec" and now videos process quickly, 70MB video used to take 30-40 minutes. Now can process videos so far upwards of 200MB and in only 4 minutes to encode, less than two minutes to do a 70MB video. I'm happy now able to process videos at 700MB plus! just why or what is the H264 codec do for us anyway, I really see no difference in quality... we now know why we need h264, for HTML5 compatibility.
ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
converting or fails
php.ini execution times are what in your admin/host tools/ "php info" tab? ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
hi are these good settings as its how mine are set http://i47.tinypic.com/28w0x77.jpg | ||||||||||||||||||||||||
hi are these good settings as its how mine are set http://i47.tinypic.com/28w0x77.jpg execution time to 3000 max input time to 6000 that will give ffmpeg.exe and large uploads time to finish ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
Heres the url for the same thing you are asking:
http://www.boonex.com/forums/#topic/Heres-a-possibly-silly-question-.htm Professor is right, this corrected their problems.. missed that earlier. ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
Hi what part of http://www.boonex.com/forums/#topic/Heres-a-possibly-silly-question-.htm fixed the problem i mean were abouts is the fix in all the comments , thanks | ||||||||||||||||||||||||
Hi what part of http://www.boonex.com/forums/#topic/Heres-a-possibly-silly-question-.htm fixed the problem i mean were abouts is the fix in all the comments , thanks
these are my timings, yes they are set extremely high but I need them that way, and it works..
[edit] somewhere around 3000 and 6000 do good for most servers to keep from timing out processing videos. ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
HI HOW CAN I CHANGE THE SETTINGS | ||||||||||||||||||||||||
converting or fails
php.ini
caredesign.net | ||||||||||||||||||||||||
converting or fails
php.ini
I think he is on a shared host plan.. just not going to work for what he is trying to upload and process. ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||
in that case - does a php.ini file in your home directory take precedence over a server php.ini file? caredesign.net | ||||||||||||||||||||||||
in that case - does a php.ini file in your home directory take precedence over a server php.ini file?
Depends on the host really. Some will let you override the server 'defaults'. Nothing to see here | ||||||||||||||||||||||||
in that case - does a php.ini file in your home directory take precedence over a server php.ini file?
Depends on the host really. Some will let you override the server 'defaults'. I thought that may be the case, so in regards to this topic, could try uploading a custom php file? Or what about adding something to the .htaccess such as: php_value upload_max_filesize 1000M php_value post_max_size 1000M php_value max_execution_time 40000 php_value max_input or does something have to be set for this to work? caredesign.net | ||||||||||||||||||||||||
in that case - does a php.ini file in your home directory take precedence over a server php.ini file?
Depends on the host really. Some will let you override the server 'defaults'. I thought that may be the case, so in regards to this topic, could try uploading a custom php file? Or what about adding something to the .htaccess such as: php_value upload_max_filesize 1000M php_value post_max_size 1000M php_value max_execution_time 40000 php_value max_input or does something have to be set for this to work? Depends again on the server setup. I would try adding a php.ini file first (if one does not already exist). Once completed, check the Host Tools area in the Admin Panel. Nothing to see here |