SwiftFFmpeg
SwiftFFmpeg copied to clipboard
Installation fails
I have trouble with linking dependency to my project. I already install ffmpeg from brew (on the screen) and have 100 errors because Xcode can't find some auto-linked libraries
But first of all I want to know about possibilities to cut/merge videos and other video editor features? Or I need to use another library?
Yes, FFmpeg can implemet these features. For iOS, you can reference this example.
But in this example you import SwiftFFmpeg not through spm. How can I fix installation process?
You should use xcframework like this.