SwiftFFmpeg icon indicating copy to clipboard operation
SwiftFFmpeg copied to clipboard

Installation fails

Open Michae1Nechaev opened this issue 4 years ago • 3 comments

image

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?

Michae1Nechaev avatar Jan 19 '21 15:01 Michae1Nechaev

Yes, FFmpeg can implemet these features. For iOS, you can reference this example.

sunlubo avatar Jan 20 '21 03:01 sunlubo

But in this example you import SwiftFFmpeg not through spm. How can I fix installation process?

Michae1Nechaev avatar Jan 20 '21 10:01 Michae1Nechaev

You should use xcframework like this.

sunlubo avatar Jan 21 '21 02:01 sunlubo