Media Converter bigger than 1GB

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
It may be the convert.php script running out of available memory for large files. If you have any server logs try to find them and check for errors.

Alternatively test by adding this:

Code:
ini_set('memory_limit','1024M');
to:

Code:
/plugins/mediaconverter/converter/convert.php