Skip to content

FFmpeg library for iOS, macOS, tvOS, visionOS applications

License

Notifications You must be signed in to change notification settings

stonerl/ffmpeg-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-build

GitHub Release license

build scripts for FFmpeg

Installation

Swift Package Manager

https://github.com/mpvkit/ffmpeg-build.git

How to build

make build
# build specified platforms 
make build platform=ios,macos
# build GPL version
make build enable-gpl
# see help
make help

License

ffmpeg-build source alone is licensed under the LGPL v3.0.

FFmpeg bundles (frameworks, xcframeworks) are also licensed under the LGPL v3.0. However, if the source code is built using the optional enable-gpl flag or prebuilt binaries with -GPL postfix are used, then FFmpeg bundles become subject to the GPL v3.0.

About

FFmpeg library for iOS, macOS, tvOS, visionOS applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.9%
  • Makefile 1.1%