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
For what its worth I resolved this for myself by first checking if the asset I wanted to compress had an audio track before making one in the final composition.
In my case I wanted to combine multiple videos into one and I came across this issue as I assumed that I would always want an audio track in my composition. Adding a check and only adding an audio track if at lease one of the AVAssets I wanted to combine had an audio track solved it for me.
If I try to compress a video that has no sound in it, it crashes. Also if I try to compress a video recorded on device camera.
The text was updated successfully, but these errors were encountered: