sunlubo / SwiftFFmpeg

A Swift wrapper for the FFmpeg API
Apache License 2.0
511 stars 83 forks source link

Installation fails #48

Open Michae1Nechaev opened 3 years ago

Michae1Nechaev commented 3 years ago
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?

sunlubo commented 3 years ago

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

Michae1Nechaev commented 3 years ago

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

sunlubo commented 3 years ago

You should use xcframework like this.