tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.87k stars 791 forks source link

MobileFFmpeg v1.2 No such module 'mobileffmpeg' #564

Closed longkeng closed 4 years ago

longkeng commented 4 years ago

Description Hi. Thanks for making a more comprehensible version of FFmpeg for iOS. Cause of the conflict between the version of FFmpeg 4.x and 3.x version, I can't use the latest version FFmpegMobile. So, I tried to use version 1.2 for iOS project with swift language. https://github.com/tanersener/mobile-ffmpeg/releases/tag/v1.2 But after installing the version by Cocoapod, the bellow of error is displaying.

No such module 'mobileffmpeg'

Expected behavior Use version 1.2 for ios swift project

Current behavior Now, the error is displaying. Can't use that version.

Screenshots

Screen Shot 2020-10-04 at 6 20 39 PM

Environment

tanersener commented 4 years ago

You're asking help for a version which is more than 2 years old. Hard to say if it possible to use it on Swift. I don't remember all details about it.

longkeng commented 4 years ago

Thank you for your reply. It seem not support Swift. I will close this issue.

longkeng commented 4 years ago

I reopen issue to ask you is there version FFmpeg-mobile using FFmpeg 3.x supporting Swift?

tanersener commented 4 years ago

Sorry, I don't know. FFmpeg 3.x releases are too old to remember the details about them.

If you want to use FFmpeg 3.x I suggest checking out the source code of mobile-ffmpeg, replacing ffmpeg source code used under src/ffmpeg folder with a version you want to use and building the library yourself. You may receive minor errors but you won't have anything major.