Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] remove ffmpeg_kit dependency and add web implementation #147

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.0.0

- [#147](https://github.com/LeGoffMael/video_editor/pull/147) by [@maRci002](https://github.com/maRci002)
- Removed the dependency on the `ffmpeg_kit` package.
- Created `FFmpegConfig` to improve video and cover export functionality.
- Added an example demonstrating how to export video and cover images using either `ffmpeg_kit` or `ffmpeg_wasm`, depending on the platform.
- Added `defaultCoverThumbnailQuality` to `VideoEditorController.file` constructor.
- Updated the `video_thumbnail` version to 0.6.0.
- Updated the project to work on the web.
- Updated the documentation to reflect these changes.

### Breaking changes

- Replaced `File` with `XFile` in `VideoEditorController.file`.
- Removed `VideoEditorController.getMetaData`.
- Removed `VideoEditorController.exportVideo`.
- Removed `VideoEditorController.extractCover`.

## 2.4.0

- Fix update TrimSlider trim values from controller [#141](https://github.com/LeGoffMael/video_editor/pull/141)
Expand Down
Loading