Skip to content

Commit

Permalink
update fork route from seel-channel to LeGoffMael
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Nov 28, 2022
1 parent 1201894 commit c73b66e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@

## [1.4.4]

- Fix export error when space in output path [#108](https://github.com/seel-channel/video_editor/pull/108) by [@martingeorgiu](https://github.com/martingeorgiu)
- Fix export error when space in output path [#108](https://github.com/LeGoffMael/video_editor/pull/108) by [@martingeorgiu](https://github.com/martingeorgiu)
- Bump `video_thumbnail` dependencies to 0.5.3 so upgrade android compileSdkVersion to 33

## [1.4.3]

- New `onError` param in export functions [#98](https://github.com/seel-channel/video_editor/pull/98)
- New selectedIndicator param in `CoverSelectionStyle` [#97](https://github.com/seel-channel/video_editor/pull/97)
- New `onError` param in export functions [#98](https://github.com/LeGoffMael/video_editor/pull/98)
- New selectedIndicator param in `CoverSelectionStyle` [#97](https://github.com/LeGoffMael/video_editor/pull/97)
- Update dependencies

## [1.4.2]

- Update to flutter 3 [#91](https://github.com/seel-channel/video_editor/pull/91)
- Update to flutter 3 [#91](https://github.com/LeGoffMael/video_editor/pull/91)

## [1.4.1]

- Generated thumbnails list is not cleared after an exception [#88](https://github.com/seel-channel/video_editor/pull/88)
- Generated thumbnails list is not cleared after an exception [#88](https://github.com/LeGoffMael/video_editor/pull/88)

## [1.4.0]

- Fix crop grid : gesture, aspect ratio, and painting area [#87](https://github.com/seel-channel/video_editor/pull/87)
- Fix crop grid : gesture, aspect ratio, and painting area [#87](https://github.com/LeGoffMael/video_editor/pull/87)
- [MAJOR INTERNAL CROP CHANGES]
- The aspect ratio is resizing the crop area differently depending of the current crop ratio
- The crop rect is updated using `Rect.LTRB`
Expand All @@ -42,51 +42,51 @@

## [1.3.1]

- Implements flutter_lints configuration [#86](https://github.com/seel-channel/video_editor/issues/86)
- [NEW] Exportation progress value is returned in `onProgress` function of exportVideo [#85](https://github.com/seel-channel/video_editor/issues/85)
- Implements flutter_lints configuration [#86](https://github.com/LeGoffMael/video_editor/issues/86)
- [NEW] Exportation progress value is returned in `onProgress` function of exportVideo [#85](https://github.com/LeGoffMael/video_editor/issues/85)

## [1.3.0]

- [BREAKING CHANGE]
- In TrimTimeline, `secondGap` param is no more nullable
- In TrimSliderStyle, positionlineWidth param is renamed `positionLineWidth`
- In CoverSelection, nbSelection param is renamed `quantity`
- Improve package documentation [#84](https://github.com/seel-channel/video_editor/issues/84)
- Switch from LTS FFmpeg package to Main release [#81](https://github.com/seel-channel/video_editor/issues/81) by [@adigladi](https://github.com/adigladi)
- Improve package documentation [#84](https://github.com/LeGoffMael/video_editor/issues/84)
- Switch from LTS FFmpeg package to Main release [#81](https://github.com/LeGoffMael/video_editor/issues/81) by [@adigladi](https://github.com/adigladi)

## [1.2.5]

- Upgraded `video_thumbnail` dependency
- Fix dependency conflict with `path 1.8.1` [#79](https://github.com/seel-channel/video_editor/issues/79)
- Fix dependency conflict with `path 1.8.1` [#79](https://github.com/LeGoffMael/video_editor/issues/79)

## [1.2.4]

- Updated dependencies
- Add `isFiltersEnabled` param to disable all changes at extraction [#76](https://github.com/seel-channel/video_editor/pull/76) by [@AlexSmirnov9107](https://github.com/AlexSmirnov9107)
- Fix an error at extraction if the destination path contains a space [#74](https://github.com/seel-channel/video_editor/pull/74) by [@rgplvr](https://github.com/rgplvr)
- Add `isFiltersEnabled` param to disable all changes at extraction [#76](https://github.com/LeGoffMael/video_editor/pull/76) by [@AlexSmirnov9107](https://github.com/AlexSmirnov9107)
- Fix an error at extraction if the destination path contains a space [#74](https://github.com/LeGoffMael/video_editor/pull/74) by [@rgplvr](https://github.com/rgplvr)

## [1.2.3]

- Update `ffmpeg_kit_flutter` to latest 4.5.1 [#65](https://github.com/seel-channel/video_editor/pull/65)
- Print ffmpeg session state, return code and fail stack trace if exists [#63](https://github.com/seel-channel/video_editor/pull/63)
- New function to get metadata of video file [#57](https://github.com/seel-channel/video_editor/pull/57)
- Update `README.md` about `ffmpeg_kit_flutter` configuration [#53](https://github.com/seel-channel/video_editor/pull/53) by [@qiongshusheng](https://github.com/qiongshusheng)
- Update `ffmpeg_kit_flutter` to latest 4.5.1 [#65](https://github.com/LeGoffMael/video_editor/pull/65)
- Print ffmpeg session state, return code and fail stack trace if exists [#63](https://github.com/LeGoffMael/video_editor/pull/63)
- New function to get metadata of video file [#57](https://github.com/LeGoffMael/video_editor/pull/57)
- Update `README.md` about `ffmpeg_kit_flutter` configuration [#53](https://github.com/LeGoffMael/video_editor/pull/53) by [@qiongshusheng](https://github.com/qiongshusheng)

## [1.2.2]

[@legoffmael](https://github.com/LeGoffMael) changes

- Error MissingPluginException with video_thumbnail fixed [#49](https://github.com/seel-channel/video_editor/pull/49)
- Add epoch to exportation names by default [#50](https://github.com/seel-channel/video_editor/pull/50)
- Error MissingPluginException with video_thumbnail fixed [#49](https://github.com/LeGoffMael/video_editor/pull/49)
- Add epoch to exportation names by default [#50](https://github.com/LeGoffMael/video_editor/pull/50)

## [1.2.1]

[@legoffmael](https://github.com/LeGoffMael) changes

- Added icons customization in trimmer style [#45](https://github.com/seel-channel/video_editor/pull/45)
- Improved cover exportation + apply cover quality in thumbnail [#46](https://github.com/seel-channel/video_editor/pull/46)
- Fix exportation directory issues + add exportation parameters (cover format and exportation directory) [#47](https://github.com/seel-channel/video_editor/pull/47)
- Change how video dimensions are computed + update example and libraries [#48](https://github.com/seel-channel/video_editor/pull/48)
- Added icons customization in trimmer style [#45](https://github.com/LeGoffMael/video_editor/pull/45)
- Improved cover exportation + apply cover quality in thumbnail [#46](https://github.com/LeGoffMael/video_editor/pull/46)
- Fix exportation directory issues + add exportation parameters (cover format and exportation directory) [#47](https://github.com/LeGoffMael/video_editor/pull/47)
- Change how video dimensions are computed + update example and libraries [#48](https://github.com/LeGoffMael/video_editor/pull/48)

[FELIPE MURGUIA](https://github.com/seel-channel) changes

Expand All @@ -96,17 +96,17 @@

[@legoffmael](https://github.com/LeGoffMael) changes

- Portrait scale's bugs fixed [#32](https://github.com/seel-channel/video_editor/pull/32)
- Video export's bugs fixed [#31](https://github.com/seel-channel/video_editor/pull/31)
- Crop's bugs fixed [#30](https://github.com/seel-channel/video_editor/pull/30)
- Export video cover [#29](https://github.com/seel-channel/video_editor/pull/29)
- Trim slider timeline [#28](https://github.com/seel-channel/video_editor/pull/28)
- New smooth trimmer when video durarion > maxDuration [#27](https://github.com/seel-channel/video_editor/pull/27)
- Portrait scale's bugs fixed [#32](https://github.com/LeGoffMael/video_editor/pull/32)
- Video export's bugs fixed [#31](https://github.com/LeGoffMael/video_editor/pull/31)
- Crop's bugs fixed [#30](https://github.com/LeGoffMael/video_editor/pull/30)
- Export video cover [#29](https://github.com/LeGoffMael/video_editor/pull/29)
- Trim slider timeline [#28](https://github.com/LeGoffMael/video_editor/pull/28)
- New smooth trimmer when video durarion > maxDuration [#27](https://github.com/LeGoffMael/video_editor/pull/27)


## [1.1.0]

- Sound Null Safety Migration [#21](https://github.com/seel-channel/video_editor/pull/21) by [@paricleu](https://github.com/paricleu)
- Sound Null Safety Migration [#21](https://github.com/LeGoffMael/video_editor/pull/21) by [@paricleu](https://github.com/paricleu)
- Preffered Aspect Ratio on crop
- Improved gesture on crop screen

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Pub](https://img.shields.io/pub/v/video_editor.svg)](https://pub.dev/packages/video_editor)
[![ffmpeg_kit_flutter](https://img.shields.io/badge/ffmpeg_kit_flutter-v5.1.0-green)](https://pub.dev/packages/ffmpeg_kit_flutter)
[![GitHub stars](https://img.shields.io/github/stars/seel-channel/video_editor?style=social)](https://github.com/seel-channel/video_editor/stargazers)
[![GitHub stars](https://img.shields.io/github/stars/LeGoffMael/video_editor?style=social)](https://github.com/LeGoffMael/video_editor/stargazers)

A video editor that allows to edit (trim, crop, rotate and scale) and choose a cover with a very flexible UI design.

Expand All @@ -27,7 +27,7 @@ dependencies:
import 'package:video_editor/video_editor.dart';
```

Since [v1.3.0](https://github.com/seel-channel/video_editor/releases/tag/v1.3.0), video_editor uses ffmpeg_kit_flutter main release which supports the latest features. (More info on [flutter FFmepeg kit](https://github.com/arthenica/ffmpeg-kit/tree/main/flutter/flutter))
Since [v1.3.0](https://github.com/LeGoffMael/video_editor/releases/tag/v1.3.0), video_editor uses ffmpeg_kit_flutter main release which supports the latest features. (More info on [flutter FFmepeg kit](https://github.com/arthenica/ffmpeg-kit/tree/main/flutter/flutter))

Those Android API level and iOS deployment target are required to uses this package. If you're planing to target older devices, check about the [LTS release](#1-how-to-use-ffmpeg-lts-release).

Expand Down Expand Up @@ -213,7 +213,7 @@ You can create your own CoverStyle class to customize the CoverSelection apparea

### 1. How to use FFmpeg LTS release

Since [v1.3.0](https://github.com/seel-channel/video_editor/releases/tag/v1.3.0), video_editor uses ffmpeg_kit_flutter main release which supports the latest features. If you want to support a wider range of devices you should use the LTS release. [more info](https://github.com/arthenica/ffmpeg-kit/tree/main/flutter/flutter#24-lts-releases)
Since [v1.3.0](https://github.com/LeGoffMael/video_editor/releases/tag/v1.3.0), video_editor uses ffmpeg_kit_flutter main release which supports the latest features. If you want to support a wider range of devices you should use the LTS release. [more info](https://github.com/arthenica/ffmpeg-kit/tree/main/flutter/flutter#24-lts-releases)


To do this, add this to your `pubspec.yaml`:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: video_editor
version: 1.5.2
description: A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.
repository: https://github.com/seel-channel/video_editor
repository: https://github.com/LeGoffMael/video_editor

environment:
flutter: ">=3.0.0"
Expand Down

0 comments on commit c73b66e

Please sign in to comment.