FFmpeg-iOS icon indicating copy to clipboard operation
FFmpeg-iOS copied to clipboard

XCFramework Info.plist not found at '/some_path/'

Open Rashesh-Bosamiya opened this issue 2 years ago • 4 comments

I've followed following steps:

git clone https://github.com/kewlbear/FFmpeg-iOS.git cd FFmpeg-iOS

Screenshot 2023-03-05 at 5 23 39 PM

Rashesh-Bosamiya avatar Mar 05 '23 11:03 Rashesh-Bosamiya

Sorry for the inconvenience. I'm working on a fix. Meanwhile you better use tag 0.0.3.

kewlbear avatar Mar 05 '23 23:03 kewlbear

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

Rashesh-Bosamiya avatar Mar 06 '23 14:03 Rashesh-Bosamiya

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.

Rashesh-Bosamiya avatar Mar 06 '23 15:03 Rashesh-Bosamiya

I guess you should ask at ffmpeg-kit-ios repo.

kewlbear avatar Mar 06 '23 23:03 kewlbear