I have now tried the plugin on wamp instead of my server just so I could mess around without breaking anything. I changed the php.ini file to the following and restarted WAMP and all works great now:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M