Flutter Ffmpeg Versions Save

FFmpeg plugin for Flutter. Not maintained anymore. Superseded by FFmpegKit.

v0.4.2

2 years ago

Feature release based on ffmpeg v4.4.

  • Supports both Android v1 and v2 embeddings

v0.4.1

2 years ago

Feature release based on ffmpeg v4.4.

  • Migrated the plugin to Android v2 embedding
  • Fixes issue #320

v0.4.0

3 years ago

Feature release based on ffmpeg v4.4.

  • Migrated to nullsafety
  • Fixes issue #246 and #266
  • Adds closeFFmpegPipe method to close pipes
  • Updated example application

v0.3.1

3 years ago

Maintenance release based on ffmpeg v4.4.

  • Adds mavenCentral() repository for Android
  • Minor updates in the test application

v0.3.0

3 years ago

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

v0.2.10

4 years ago

Bugfix release.

Features

  • Fixes issue #94

v0.2.9

4 years ago

Feature release.

Features

  • Implements FFprobe
  • Add concurrent execution support
  • Re-organises plugin classes
  • iOS releases depend on iconv system library instead of iconv external library

This release is not backward compatible with previous versions.

v0.2.8

4 years ago

Maintenance release.

Features

  • Implements registerNewFFmpegPipe API method
  • Fixes issue #71
  • Uses ffmpeg v4.3

v0.2.7

4 years ago

Maintenance release.

Features

  • Uses new package selection mechanism
  • Fixes issue #52

v0.2.6

4 years ago

Maintenance release.

Features

  • Adds support for single quotes and double quotes in command strings