laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

Export initial frame(of first sec) of image from video

Open omer-habib-blocship opened this issue 2 years ago • 0 comments

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

image

omer-habib-blocship avatar Sep 07 '23 11:09 omer-habib-blocship