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

Could not get filename correct on s3 export

Open mhaisumali opened this issue 2 years ago • 0 comments

I am trying to get video from s3 URL and creating a thumbnail from the video all things are working fine but I am not able to retrieve the file real name from which it is saved in s3 bucket can anyone help ? here is the code snippet: FFMpeg::fromDisk('s3') ->open($stored) ->getFrameFromSeconds(02) ->export() ->inFormat(new X264) ->save(uniqid().'thumb.png');

mhaisumali avatar Dec 08 '23 23:12 mhaisumali