laravel-ffmpeg
laravel-ffmpeg copied to clipboard
Export initial frame(of first sec) of image from video
The file is resulting into exception that Runtime Exception is resulted due to "Encoding failed ".
` use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg;
$file= FFMpeg::open([$filename, 'thumb.jpg'])->getFrameFromSeconds(1)->save(); ` I have added the packages and config in lumen