Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/whatsapp-crm/config/
Upload File :
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
];