ffmpeg_wasm 1.0.3 ffmpeg_wasm: ^1.0.3 copied to clipboard
ffmpeg.wasm browser APIs dart port for accessing in Flutter web.
1.0.3 #
- Added single thread wasm implementation. - PR#23
1.0.2 #
- Bump dependencies - js
- Added example to create gif - PR#11
1.0.1 #
- Updated Repo Link.
1.0.0 #
- Thanks to maRci002
- Breaking Changes.
- Refactored API to use
Future
instead ofpromiseToFuture
calls createFFmpeg
now usesCreateFFmpegParam
ffmpeg.run
now handlesList<String>
ffmpeg.runCommand
added to use one-liner commandffmpeg.setProgress
now requiresProgressParam
callbackffmpeg.setLogger
now requiresLoggerParam
callbackffmpeg.unlink
added to free up memoryffmpeg.readDir
to read files which are handled by ffmpeg- Updated documentation
- Updated example
0.0.1 #
- Initial Release.