Comment to Increasing video size
-
Hello Will, by default in Una, there is no limit, if you have one, it comes from your server. in particular the php.ini file with the value of upload_max_filesize and post_max_size which must be incremented.
Note that I had problems with a memory_limit value < 512M with large files of 100 Mo and more. 512 is a value that seems to be fine for ffmpeg.exe.
You can count on a maximum, and then put a limit in UNA-
-
-
Hello Senthur !
If you have the SSH access you may execute the following command there:
whereis php
Usually, php.ini locates in the folder with the path like /usr/bin/php but it may be different in any server. Some hostings allow having the php.ini in the root folder of your site like public_html for the management of some server's settings.
-