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

Thumbnail not creating for .mov file (videos) in ios #113

Open
Deepali-Rai opened this issue Jun 28, 2024 · 3 comments
Open

Thumbnail not creating for .mov file (videos) in ios #113

Deepali-Rai opened this issue Jun 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Deepali-Rai
Copy link

Deepali-Rai commented Jun 28, 2024

{ err: [Error: Error Domain=AVFoundationErrorDomain Code=-11832 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media cannot be used., NSLocalizedDescription=Cannot Open, NSUnderlyingError=0x30176fea0 {Error Domain=NSOSStatusErrorDomain Code=-12431 "(null)"}}] }

in latest version

@Deepali-Rai Deepali-Rai added the bug Something isn't working label Jun 28, 2024
@Deepali-Rai Deepali-Rai changed the title Thumbnail not creating for .mov file (videos) in ios Thumbnail not creating for .mov file (videos) in ios Jun 28, 2024
@MadeByRaymond
Copy link

I am having this same issue as well. Is it a bug in the latest version, do I need to downgrade?

@p1d3c
Copy link

p1d3c commented Jul 4, 2024

Facing same issue when I'm trying to upload video with duration less than 5 seconds. Some ideas how to fix this?

@YasirNaeemHw
Copy link

@p1d3c @MadeByRaymond @Deepali-Rai
I get image of thumbnail after change in " timeStamp"
const createVideoThumbnail = () => {
createThumbnail({
url: '',
timeStamp:100,
format:'png'
})
.then(response => console.log({ response }))
.catch(err => console.log({ err }));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants