video_compress_ds 3.1.6
video_compress_ds: ^3.1.6 copied to clipboard
Light library of video manipulation of Flutter. Compress video, remove audio, get video thumbnail from dart code.
3.1.0 #
- Bug fix on getMediaInfo (@trustmefelix)
- Improve getFileThumbnail() (@FelixMoMo/@trustmefelix)
- invalidate updateProgress timer after the completion of video export (@jinthislife)
- Added Support for resolution presets (@yanivshaked)
3.0.0 #
- Added MacOS support (thank's @efraespada)
- Null-safety support (thank's @rlazom feat @leynier)
2.1.1 #
- Fix Subscription import
- Fix Error on android 10 with no includeAudio option
2.1.0 #
- Added cancel compression to android
- Fix compress progress
- Added audio remove/include to android
- Upgrade to android v2
- Fix subscription progress receive same listener
2.0.0 #
- refactor code Breaking changes, call VideoCompress.method directly, without having to instantiate it.
1.0.0 #
- release new version
0.1.3 #
- added progress listen
0.1.2 #
- Removed unecessary intent when process is done
0.1.1 #
- Change default value to HD
0.1.0 #
- initial release