Mobile-ffmpeg: MobileFFmpeg v1.2 No such module 'mobileffmpeg'

Created on 4 Oct 2020  路  4Comments  路  Source: tanersener/mobile-ffmpeg

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

  • Platform: IOS
  • Architecture: [arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64, armv7, armv7s, arm64, i386, x86_64]
  • Version (if applicable) v1.2
  • Xcode version (if applicable) 11.6
  • Cocoapods version (if applicable) 1.9.3
question

All 4 comments

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.

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vlazdra picture vlazdra  路  6Comments

JayParikh20 picture JayParikh20  路  4Comments

shaheercs picture shaheercs  路  6Comments

chaocharleswang picture chaocharleswang  路  4Comments

rabelhmd picture rabelhmd  路  7Comments