If you want to increase it to example 50M, you need to change to places: 1: js/common.js find
1024*1024*20
increase it to
1024*1024*50
2: my/config.php add a new line at end of the file:
$config['max_video_size'] = 50;