You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
mhaisumali
changed the title
Could not get file name and correct on s3 export
Could not get file name correct on s3 export
Dec 8, 2023
mhaisumali
changed the title
Could not get file name correct on s3 export
Could not get filename correct on s3 export
Dec 8, 2023
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');
The text was updated successfully, but these errors were encountered: