ffmpeg_cli 0.3.0 copy "ffmpeg_cli: ^0.3.0" to clipboard
ffmpeg_cli: ^0.3.0 copied to clipboard

Run FFMPEG CLI commands from Dart.

45
likes
135/ 160
pub points
729
downloads

We analyzed this package 2 days ago, and awarded it 135 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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.

Failed check 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>
  │                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

Use https URLs instead.

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dart that imports:
  • package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:ffmpeg_cli/ffmpeg_cli.dart that imports:
  • package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dart that imports:
  • package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dart that 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

INFO: The import of 'package:ffmpeg_cli/src/ffmpeg/video_size.dart' is unnecessary because all of the used elements are also provided by the import of 'package:ffmpeg_cli/ffmpeg_cli.dart'.

lib/src/ffmpeg/filters/scale_filter.dart:2:8

2import 'package:ffmpeg_cli/src/ffmpeg/video_size.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffmpeg/filters/scale_filter.dart

/tmp/pana_AIKEIJ/lib/src/colors.dart doesn't match the Dart formatter.

To format your files run: dart format .

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.16.0 1.16.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 4Aug 1Aug 29Sep 26Oct 24Nov 21Dec 19Jan 16Feb 13Mar 13050100150200250>=0.0.0-0 <1.0.0
45
likes
135
points
729
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

2024.09.19 - 2025.04.03

Run FFMPEG CLI commands from Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, json_annotation, logging

More

Packages that depend on ffmpeg_cli