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
where I pass the file URLs of the generated videos, I get the following error:
Error Domain=AVFoundationErrorDomain Code=-11838 "Operation Stopped" UserInfo={NSLocalizedFailureReason=The operation is not supported for this media., NSLocalizedDescription=Operation Stopped, NSUnderlyingError=0x6000010fc900 {Error Domain=NSOSStatusErrorDomain Code=-16976 "(null)"}}
If I add an audio file to the VideoGenerator.current.generate method, I can merge them without any issue. Here is the updated makeVideo method that works:
Hi @tgeorgieva, merging videos without sound is going to be possible ahead ? or is there any other option for that ? it is really necessary for my project :)
I'm generating a handful of videos from images using this:
Then, when I try to merge the videos with this method:
where I pass the file URLs of the generated videos, I get the following error:
Error Domain=AVFoundationErrorDomain Code=-11838 "Operation Stopped" UserInfo={NSLocalizedFailureReason=The operation is not supported for this media., NSLocalizedDescription=Operation Stopped, NSUnderlyingError=0x6000010fc900 {Error Domain=NSOSStatusErrorDomain Code=-16976 "(null)"}}
If I add an audio file to the
VideoGenerator.current.generate
method, I can merge them without any issue. Here is the updatedmakeVideo
method that works:The text was updated successfully, but these errors were encountered: