sunlubo / SwiftFFmpeg

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

Decouple SwiftFFmpeg and CFFmpeg again #45

Open gregcotten opened 4 years ago

gregcotten commented 4 years ago

I think it would be great to decouple SwiftFFmpeg and CFFmpeg and put them in separate repos. I noticed you have an old CFFmpeg repo that seems unused.

The big benefit of decoupling is that it makes it easier for a user to swap out the underlying FFmpeg libraries without changing anything in the SwiftFFmpeg repo.