- Update example app (small bug fixes)
- Update to latest plugin versions
- Fixed the issue with video getting struck for a few initial frames during playback
- Updated plugin versions
- Minor changes
- Improve the file structure of the package
- Now, you just have to import one file for using the package
- Update the plugin versions
- Update example app (now includes how to retrieve the trimmed video)
- Update Readme
- Fixes some memory leak issues
- Add a new property called
maxVideoLength
for specifying the max length of the output video. - Update Docs
-
Add a new property called
fit
toTrimEditor
widget which will let you specify the image fit type of each thumbnail image. -
Add a new property to
saveTrimmedVideo()
method calledapplyVideoEncoding
which will let you specify whether to re-encode the trimmed video.NOTE: Applying this will take significantly greater amount of time to process the output video.
-
Improve Docs
- Update Docs
- Reverted the FFmpeg trimmed video start & end position to milliseconds (earlier it was changed to seconds in
v0.2.4
to fix video freezing, but after testing it was found that the issue still persists)
- Fix output video freezing during start and end
- Update the example app to use LTS version of FFmpeg (for wider device support)
- Update Readme
- Fix issue with path returned
- Change implementation of the
saveTrimmedVideo()
method saveTrimmedVideo()
now returns the output video path- Update Docs
- Fix over-scrolling && scroll-over issue
- BREAKING CHANGE:
loadVideo()
method implementation changed. Now, you can pass the video file to the method. - Fix issue related to animation controller improperly disposing
- Update Docs
- Fix for paths having white spaces
- Smoothen the scrubber animation
- Code improvements
- Update Readme
- Changed
StorageDir
format naming - Update documentation
- Correct documentation
- Initial Open Source release