Releases: LeGoffMael/video_editor
Releases · LeGoffMael/video_editor
v3.0.0 - No more FFmpeg
- Removed dependency to FFmpeg from this package (reasons)
- New complete control over the command generation using
commandBuilder
inVideoFFmpegVideoEditorConfig
- Removed
VideoExportPreset
, you can specifies it using thecommandBuilder
. - Removed
customInstruction
, you can now custom the command using thecommandBuilder
.
- Removed
- The exportation is now very fast if there is no filter #140
- Fix assert error while triming #157
- New
coverThumbnailsQuality
andtrimThumbnailsQuality
in controller- Removed
quality
inCoverSelection
, instead usescoverThumbnailsQuality
- Removed
quality
inThumbnailSlider
, instead usestrimThumbnailsQuality
- Removed
quality
inTrimSlider
, instead usestrimThumbnailsQuality
- Removed
v2.2.0
What's Changed
- new
rotateCropArea
parameter inCropGridViewer.edit
by @LeGoffMael in #130 - new:
CropPreviewMixin
by @LeGoffMael in #131 - change: improve widgets performances by @LeGoffMael in #132
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Crop export values by @LeGoffMael in #125
- New min duration argument by @LeGoffMael in #126
- More accurate trim slider by @LeGoffMael in #127
- 2.1.0 by @LeGoffMael in #128
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Allow crop touch detection when out of crop grid view by @LeGoffMael in #121
- Better trimmer by @LeGoffMael in #122
- Rotation animate by @LeGoffMael in #123
- New trimmer v2 by @LeGoffMael in #124
Migration guide
Full Changelog: v1.5.1...v2.0.0
v1.5.1
What's Changed
- Init aspect ratio, fix crop ratio and scale by @LeGoffMael in #113
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - Flutter ffmpeg 5.1.0
What's Changed
- Upgrade to flutter_ffmpeg_kit 5.1.0 by @LeGoffMael in #111
Full Changelog: v1.4.4...v1.5.0
v1.4.4
What's Changed
- [iOS] Spaces in filepath by @martingeorgiu in #108
New Contributors
- @martingeorgiu made their first contribution in #108
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- New
selectedIndicator
param in CoverSelectionStyle by @LeGoffMael in #97 - New
onError
param in export functions by @LeGoffMael in #98
Full Changelog: v1.4.2...v1.4.3
v1.4.2 - Update to flutter 3
What's Changed
- Update to flutter 3 and lints 2.0.1 by @LeGoffMael in #91
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Exception in thumbnails generation should not clear the list by @LeGoffMael in #88
Full Changelog: v1.4.0...v1.4.1