Compress Videos using FFmpeg Laravel & shell_exec method
Introduction First of all, install FFmpeg in your composer. Perform the steps below to install it on Ubuntu: composer require pbmedia/laravel-FFmpeg Start by updating the packages list: $ sudo apt update - Next, install FFmpeg by typing the following command: [...]