I want to ask if I have a conversion using ffmpeg on a dedicated server, 6 commands run at most. How to change this limit to more? Since 6 orders are very few. This is Debian 8. FFMPEG version 3.0.2.
My comand ffmpeg convert is:
echo shell_exec("ffmpeg -i " . $vstup . " -codec copy " . $vystup . " &");