In templates/upload.tpl, you can change file size limit

<input type="hidden" name="MAX_FILE_SIZE" value="1048576000">
1048576000 is max file size in bytes.

Also you can set file size limit in your php.ini

This is file size limit, there is no way to limit video length as only after uploading the video, we can find its size.