ffmpegkit LTS
This commit is contained in:
parent
910680edda
commit
b256b0428f
7 changed files with 18 additions and 24 deletions
|
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Video: improved seek accuracy, HDR support, AV1 support, playback speed from x0.25 to x4
|
||||||
- support for animated AVIF (requires rescan)
|
- support for animated AVIF (requires rescan)
|
||||||
- Collection: filtering by rating range
|
- Collection: filtering by rating range
|
||||||
- About: data usage
|
- About: data usage
|
||||||
|
|
|
@ -57,9 +57,8 @@
|
||||||
allow install on API 19, despite the `minSdkVersion` declared in dependencies:
|
allow install on API 19, despite the `minSdkVersion` declared in dependencies:
|
||||||
- Google Maps is from API 20
|
- Google Maps is from API 20
|
||||||
- the Security library is from API 21
|
- the Security library is from API 21
|
||||||
- FFmpegKit for Flutter is from API 24
|
|
||||||
-->
|
-->
|
||||||
<uses-sdk tools:overrideLibrary="io.flutter.plugins.googlemaps, androidx.security:security-crypto, com.arthenica.ffmpegkit.flutter" />
|
<uses-sdk tools:overrideLibrary="io.flutter.plugins.googlemaps, androidx.security:security-crypto" />
|
||||||
|
|
||||||
<!-- from Android 11, we should define <queries> to make other apps visible to this app -->
|
<!-- from Android 11, we should define <queries> to make other apps visible to this app -->
|
||||||
<queries>
|
<queries>
|
||||||
|
|
|
@ -2,7 +2,7 @@ buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.8.21'
|
kotlin_version = '1.8.21'
|
||||||
ksp_version = "$kotlin_version-1.0.11"
|
ksp_version = "$kotlin_version-1.0.11"
|
||||||
agp_version = '8.1.0'
|
agp_version = '7.4.2'
|
||||||
glide_version = '4.15.1'
|
glide_version = '4.15.1'
|
||||||
// AppGallery Connect plugin versions: https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-sdk-changenotes-0000001058732550
|
// AppGallery Connect plugin versions: https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-sdk-changenotes-0000001058732550
|
||||||
huawei_agconnect_version = '1.9.1.300'
|
huawei_agconnect_version = '1.9.1.300'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import 'package:aves_model/aves_model.dart';
|
import 'package:aves_model/aves_model.dart';
|
||||||
import 'package:aves_video/aves_video.dart';
|
import 'package:aves_video/aves_video.dart';
|
||||||
import 'package:ffmpeg_kit_flutter/ffmpeg_kit_config.dart';
|
import 'package:ffmpeg_kit_flutter_min/ffmpeg_kit_config.dart';
|
||||||
import 'package:ffmpeg_kit_flutter/ffprobe_kit.dart';
|
import 'package:ffmpeg_kit_flutter_min/ffprobe_kit.dart';
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
|
|
||||||
class FfmpegVideoMetadataFetcher extends AvesVideoMetadataFetcher {
|
class FfmpegVideoMetadataFetcher extends AvesVideoMetadataFetcher {
|
||||||
|
|
|
@ -46,15 +46,14 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.5"
|
version: "2.0.5"
|
||||||
ffmpeg_kit_flutter:
|
ffmpeg_kit_flutter_min:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "flutter/flutter"
|
name: ffmpeg_kit_flutter_min
|
||||||
ref: development-flutter
|
sha256: "103367b415fc19c181f02bf85ba3b932c9599223280d52aeafffd02f979535ea"
|
||||||
resolved-ref: "497bda9b0bbd4fb94b3d578fa0c40632b3793de7"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/arthenica/ffmpeg-kit.git"
|
source: hosted
|
||||||
source: git
|
version: "5.1.0-LTS"
|
||||||
version: "5.1.0"
|
|
||||||
ffmpeg_kit_flutter_platform_interface:
|
ffmpeg_kit_flutter_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -12,11 +12,7 @@ dependencies:
|
||||||
path: ../aves_model
|
path: ../aves_model
|
||||||
aves_video:
|
aves_video:
|
||||||
path: ../aves_video
|
path: ../aves_video
|
||||||
ffmpeg_kit_flutter:
|
ffmpeg_kit_flutter_min: 5.1.0-LTS
|
||||||
git:
|
|
||||||
url: https://github.com/arthenica/ffmpeg-kit.git
|
|
||||||
ref: development-flutter
|
|
||||||
path: flutter/flutter
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
|
|
13
pubspec.lock
13
pubspec.lock
|
@ -351,15 +351,14 @@ packages:
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.2"
|
version: "2.0.2"
|
||||||
ffmpeg_kit_flutter:
|
ffmpeg_kit_flutter_min:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
path: "flutter/flutter"
|
name: ffmpeg_kit_flutter_min
|
||||||
ref: development-flutter
|
sha256: "103367b415fc19c181f02bf85ba3b932c9599223280d52aeafffd02f979535ea"
|
||||||
resolved-ref: "497bda9b0bbd4fb94b3d578fa0c40632b3793de7"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/arthenica/ffmpeg-kit.git"
|
source: hosted
|
||||||
source: git
|
version: "5.1.0-LTS"
|
||||||
version: "5.1.0"
|
|
||||||
ffmpeg_kit_flutter_platform_interface:
|
ffmpeg_kit_flutter_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue