| Current Path : /home/users/unlimited/www/whatsapp-crm/config/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/config/ffmpeg.php |
<?php
return [
'ffmpeg' => [
'binaries' => '/usr/local/bin/ffmpeg'
],
'ffprobe' => [
'binaries' => '/usr/local/bin/ffprobe'
],
'timeout' => 3600, // Timeout in seconds
'threads' => 12, // Number of threads
];