All Projects → kewlbear → Ffmpeg Ios Build Script

kewlbear / Ffmpeg Ios Build Script

Shell scripts to build FFmpeg for iOS and tvOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ffmpeg Ios Build Script

Sgplayer
A powerful media play framework for iOS, macOS, and tvOS.
Stars: ✭ 1,974 (-29.85%)
Mutual labels:  ffmpeg, tvos
Php Ffmpeg Video Streaming
📼 Package media content for online streaming(DASH and HLS) using FFmpeg
Stars: ✭ 246 (-91.26%)
Mutual labels:  ffmpeg
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (-91.86%)
Mutual labels:  ffmpeg
Obscuracam
Photo and Video Filtering App for Privacy
Stars: ✭ 238 (-91.54%)
Mutual labels:  ffmpeg
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+0.78%)
Mutual labels:  ffmpeg
Fire
🔥A delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platforms written in Swift.
Stars: ✭ 243 (-91.36%)
Mutual labels:  tvos
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (-92%)
Mutual labels:  ffmpeg
Ffmpeg Video Slideshow Scripts
Shell scripts to create video slideshows using images and videos
Stars: ✭ 248 (-91.19%)
Mutual labels:  ffmpeg
Swiftui Sliders
🚀 SwiftUI Sliders with custom styles
Stars: ✭ 241 (-91.44%)
Mutual labels:  tvos
Video Transcoder
Android app for video and audio transcoder, based on FFmpeg
Stars: ✭ 234 (-91.68%)
Mutual labels:  ffmpeg
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (-91.93%)
Mutual labels:  ffmpeg
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
Stars: ✭ 2,561 (-8.99%)
Mutual labels:  tvos
Sist2
Lightning-fast file system indexer and search tool
Stars: ✭ 245 (-91.29%)
Mutual labels:  ffmpeg
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (-91.86%)
Mutual labels:  ffmpeg
Qsvideoplayer
安卓视频播放器AndroidVideoplayer,架构设计优良功能丰富,支持多种解码,支持设置比例,浮窗,倍速,静音等
Stars: ✭ 246 (-91.26%)
Mutual labels:  ffmpeg
Mpv
🎥 Command line video player
Stars: ✭ 17,018 (+504.76%)
Mutual labels:  ffmpeg
Build Openssl Curl
Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 1.1.1 with TLS 1.3 and Mac Catalyst builds.
Stars: ✭ 230 (-91.83%)
Mutual labels:  tvos
Lintel
A Python module to decode video frames directly, using the FFmpeg C API.
Stars: ✭ 240 (-91.47%)
Mutual labels:  ffmpeg
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+12.37%)
Mutual labels:  ffmpeg
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (-91.26%)
Mutual labels:  tvos

FFmpeg iOS build script

See the following repository for Swift package, .xcframeworks and more:

https://github.com/kewlbear/FFmpeg-iOS

Build Status

This is a shell script to build FFmpeg libraries for iOS and tvOS apps.

Tested with:

  • FFmpeg 4.3.1
  • Xcode 12.2

Requirements

Usage

Use build-ffmpeg-tvos.sh for tvOS.

  • To build everything:

      ./build-ffmpeg.sh
    
  • To build arm64 libraries:

      ./build-ffmpeg.sh arm64
    
  • To build fat libraries for armv7 and x86_64 (64-bit simulator):

      ./build-ffmpeg.sh armv7 x86_64
    
  • To build fat libraries from separately built thin libraries:

      ./build-ffmpeg.sh lipo
    

Download

You can download a binary for FFmpeg 4.3.1 release at https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2

External libraries

You should link your app with

  • libz.dylib
  • libbz2.dylib
  • libiconv.dylib
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].