Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

FlutterFFmpeg v0.3.0

Compare
Choose a tag to compare
@tanersener tanersener released this 20 Sep 15:16
· 69 commits to master since this release

Features release based on ffmpeg v4.4.

  • Uses thread pool executor to process Android executions
  • Adds listExecutions API method
  • Implements async FFmpeg execution methods
  • LogCallback and StatisticsCallback functions updated with executionId
  • Updates getMediaInformation implementation
  • Adds setEnvironmentVariable API method
  • Depends on mobile-ffmpeg v4.4
  • Allows modifying mobile-ffmpeg version for android
  • Includes an updated example application
  • Fixes issue #115, #120, #157, #159, #170, #178 and #202