I think, You don’t updated your php.ini file for uploading video.
First of All, Update these parameters in your php.ini file, then try again,

Open C:\wamp\bin\apache\apache(version-Code)\bin\php.ini or follow steps that displays in above image.
Find this in it.
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
and replace it by ….
post_max_size = 700M
upload_max_filesize = 700M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
then, restart wamp and try again, uploading.
You May Also Like:–