ffmpeg_cli 0.3.0
ffmpeg_cli: ^0.3.0 copied to clipboard
Run FFMPEG CLI commands from Dart.
We analyzed this package 3 days ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:6:45
╷
6 │ <p>This project is a Flutter Bounty Hunters <a href="http://policies.flutterbountyhunters.com/proof-of-concept">proof-of-concept</a>. Want more FFMPEG filters, or more FFPROBE support? <a href="http://policies.flutterbountyhunters.com/fund-milestone">Fund a milestone</a> today!</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
132 out of 333 API elements (39.6 %) have documentation comments.
Some symbols that are missing documentation: ffmpeg_cli, ffmpeg_cli.ACopyFilter.ACopyFilter.new, ffmpeg_cli.ACopyFilter.toCli, ffmpeg_cli.ADelayFilter.ADelayFilter.new, ffmpeg_cli.ADelayFilter.toCli.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:ffmpeg_cli/ffmpeg_cli.dartthat imports:package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dartthat imports:package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ffmpeg_cli/ffmpeg_cli.dartthat imports:package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dartthat imports:package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/ffmpeg/ffmpeg_command.dart:115:21
╷
115 │ FfmpegInput.asset(assetPath) : args = ['-i', assetPath];
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffmpeg/ffmpeg_command.dart
INFO: Missing type annotation.
lib/src/ffmpeg/ffmpeg_command.dart:168:17
╷
168 │ String toCli({indent = ''}) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffmpeg/ffmpeg_command.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
- | 1.17.0 | 1.17.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.1, Dart 3.10.0.
Check the analysis log for details.