#758 use video
variant of ffmpeg_kit
This commit is contained in:
parent
d426499b69
commit
c2e83eacec
4 changed files with 13 additions and 7 deletions
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- crash when cataloguing some videos
|
||||||
|
|
||||||
## <a id="v1.9.4"></a>[v1.9.4] - 2023-09-13
|
## <a id="v1.9.4"></a>[v1.9.4] - 2023-09-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -51,10 +51,10 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "flutter/flutter"
|
path: "flutter/flutter"
|
||||||
ref: background-lts
|
ref: background-lts
|
||||||
resolved-ref: "1606719442d8ca04827a94dacd8d3d7a17b5526d"
|
resolved-ref: "8eb0534b9f74d7242adf68e22a3578d235911466"
|
||||||
url: "https://github.com/deckerst/ffmpeg-kit.git"
|
url: "https://github.com/deckerst/ffmpeg-kit.git"
|
||||||
source: git
|
source: git
|
||||||
version: "5.1.0"
|
version: "6.0.2"
|
||||||
ffmpeg_kit_flutter_platform_interface:
|
ffmpeg_kit_flutter_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -12,7 +12,9 @@ dependencies:
|
||||||
path: ../aves_model
|
path: ../aves_model
|
||||||
aves_video:
|
aves_video:
|
||||||
path: ../aves_video
|
path: ../aves_video
|
||||||
# ffmpeg_kit_flutter_min: 5.1.0-LTS
|
# `video` version is necessary, as some videos make the app crash
|
||||||
|
# when using only `min` or `https` (the default)
|
||||||
|
# ffmpeg_kit_flutter_video: 6.0.2-LTS
|
||||||
# ffmpeg_kit_flutter:
|
# ffmpeg_kit_flutter:
|
||||||
# git:
|
# git:
|
||||||
# url: https://github.com/arthenica/ffmpeg-kit.git
|
# url: https://github.com/arthenica/ffmpeg-kit.git
|
||||||
|
|
|
@ -306,10 +306,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: dynamic_color
|
name: dynamic_color
|
||||||
sha256: de4798a7069121aee12d5895315680258415de9b00e717723a1bd73d58f0126d
|
sha256: "96bff3df72e3d428bda2b874c7a521e8c86f592cae626ea594922fcc8d166e0c"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.6.6"
|
version: "1.6.7"
|
||||||
equatable:
|
equatable:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -356,10 +356,10 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "flutter/flutter"
|
path: "flutter/flutter"
|
||||||
ref: background-lts
|
ref: background-lts
|
||||||
resolved-ref: "1606719442d8ca04827a94dacd8d3d7a17b5526d"
|
resolved-ref: "8eb0534b9f74d7242adf68e22a3578d235911466"
|
||||||
url: "https://github.com/deckerst/ffmpeg-kit.git"
|
url: "https://github.com/deckerst/ffmpeg-kit.git"
|
||||||
source: git
|
source: git
|
||||||
version: "5.1.0"
|
version: "6.0.2"
|
||||||
ffmpeg_kit_flutter_platform_interface:
|
ffmpeg_kit_flutter_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue