FFmpeg-iOS
FFmpeg-iOS copied to clipboard
XCFramework Info.plist not found at '/some_path/'
I've followed following steps:
git clone https://github.com/kewlbear/FFmpeg-iOS.git cd FFmpeg-iOS
Sorry for the inconvenience. I'm working on a fix. Meanwhile you better use tag 0.0.3.
thank you for response
please inform in this thread once you make necessary updates to address this issue, meanwhile I'll use tag 0.0.3
One more assistance I would need from you, I will be grateful to you if you could take me to the right direction.
I've current integrated the FFmpeg SDK using Cocoapods e.g. pod 'ffmpeg-kit-ios-full'
When I attempted to add a blur effect to a specific area of video, I encountered an error: "No such filter: boxblur." It appears that this filter is under license, so I am wondering if there is any way to enable license?
While other FFmpeg query to trim & crop the video woks fine.
I surfed through couple of online forum/threads where I found --enable-gpl flag would do the job, but I am unaware where to pass this flag.
If you could assist me on how to enable license for the SDK.
I guess you should ask at ffmpeg-kit-ios repo.