Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not get filename correct on s3 export #511

Open
mhaisumali opened this issue Dec 8, 2023 · 0 comments
Open

Could not get filename correct on s3 export #511

mhaisumali opened this issue Dec 8, 2023 · 0 comments

Comments

@mhaisumali
Copy link

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 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 mhaisumali changed the title Could not get file name correct on s3 export Could not get filename correct on s3 export Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant