github tanersener/mobile-ffmpeg v4.3.1
MobileFFmpeg v4.3.1

latest releases: v4.4.LTS, v4.4, v4.3.2...
4 years ago

Maintenance release for FFmpeg v4.3.x.

Features

  • Includes FFmpeg v4.3-dev-1944
  • Introduces FFprobe support
  • Adds concurrent execution support
  • Updates getMediaInformation implementation. New version uses FFprobe instead of FFmpeg
  • Improves ffmpeg log redirection. Logs previously printed to stderr are redirected using AV_LOG_STDERR log level
  • iOS/tvOS releases started to use iconv system library instead of iconv external library
  • Fixes #182, #230, #286 and #302
  • New versions of fribidi, gnutls, libaom, libjpeg-turbo, libvpx, libwebp, libxml2, tiff, wavpack, x264, x265 and xvidcore
  • Supports Xcode v10.1/SDK 12.1 or later on iOS
  • Supports Android 7.0 (API level 24) or later on Android
  • Includes Static Universal Binaries for iOS and tvOS

Changes

  • FFprobe class on Android, MobileFFprobe class on iOS/tvOS is introduced to execute FFprobe commands
  • getMediaInformation method moved inside FFprobe class
  • getLastReturnCode and getLastCommandOutput methods moved inside Config/MobileFFmpegConfig class
  • Logs printed to stderr by FFmpeg are redirected to LogCallback/LogDelegate using AV_LOG_STDERR log severity. This severity can not be silenced by setLogLevel method.

This release is not backward compatible with previous releases. See Changes.

Packages

  • min: Includes only ffmpeg

  • min-gpl: Includes ffmpeg with all GPL licensed external libraries enabled (libvid.stab, x264, x265, xvidcore)

  • https: Includes ffmpeg with gmp and gnutls enabled

  • https-gpl: Includes ffmpeg with gmp, gnutls and all GPL licensed external libraries enabled (libvid.stab, x264, x265, xvidcore)

  • audio: Includes ffmpeg with audio libraries enabled (lame, libilbc, libvorbis, opencore-amr, opus, shine, soxr, speex, twolame, wavpack)

  • video: Includes ffmpeg with video libraries without GPL license enabled (fontconfig, freetype, fribidi, kvazaar, libaom, libass, libiconv, libtheora, libvpx, libwebp, snappy)

  • full: Includes ffmpeg with all external libraries without GPL license enabled (excluding chromaprint, openh264, sdl and tesseract)

  • full-gpl: Includes ffmpeg with all external libraries, with or without GPL license, enabled (excluding chromaprint, openh264, sdl and tesseract)

External Libraries

  • fontconfig v2.13.92
  • freetype v2.10.1
  • fribidi v1.0.8
  • gmp v6.1.2
  • gnutls v3.6.11.1
  • kvazaar v1.3.0
  • lame v3.100
  • libaom v1.0.0-errata1-avif-110
  • libass v0.14.0
  • libiconv v1.16
  • libilbc v2.0.2
  • libtheora v1.1.1
  • (**) libvid.stab v1.1.0
  • libvorbis v1.3.6
  • libvpx v1.8.2
  • libwebp v1.1.0
  • libxml2 v2.9.10
  • opencore-amr v0.1.5
  • opus v1.3.1
  • shine v3.1.1
  • snappy v1.1.7
  • soxr v0.1.3
  • speex v1.2.0
  • twolame v0.4
  • wavpack v5.2.0
  • (**) x264 v20191125-stable
  • (**) x265 v3.2.1
  • (**) xvidcore v1.3.7

(**): Libraries with GPL license

Don't miss a new mobile-ffmpeg release

NewReleases is sending notifications on new releases.