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

Swift package of FFmpeg libraries for iOS

Results 11 FFmpeg-iOS issues
Sort by recently updated
recently updated
newest added

After installing via SPM I get the following error upon the first build: 'sortedKeys' is only available in iOS 11.0 or newer in the file DumpHelpGenerator.swift in line 30.

``` error: target at '..../SourcePackages/checkouts/FFmpeg-iOS/Sources/Tool' contains mixed language source files; feature not supported ``` Running into a mixed language in target error, any idea how to fix? At least locally?...

When I set enable for lib fdk-aac, x264 or lame, after downloading library's source. It showed error "Unknown option "--host=aarch64-apple-darwin"." then exit. I run on Big Sur.

I've run the command `swift run ffmpeg-ios` but found the error above.

Do you have plans to support progress callbacks for it?

I've followed following steps: > git clone https://github.com/kewlbear/FFmpeg-iOS.git > cd FFmpeg-iOS

I read in the license terms of LGPL that ffmpeg can be used in a commercial app (without opening up its source code), if the library has been dynamically linked....