react-native-create-thumbnail icon indicating copy to clipboard operation
react-native-create-thumbnail copied to clipboard

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

Open Deepali-Rai opened this issue 1 year ago • 3 comments

{ 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 avatar Jun 28 '24 06:06 Deepali-Rai

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

MadeByRaymond avatar Jul 03 '24 20:07 MadeByRaymond

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

p1d3c avatar Jul 04 '24 11:07 p1d3c

@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 })); }

YasirNaeemHw avatar Jul 22 '24 05:07 YasirNaeemHw