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.

[0.3.0] - Feb, 2024 #

[BREAKING] - Made the FFMPEG executable path configurable so that FFMPEG can be used from non-standard locations

[0.2.0] - Oct, 2023 #

New runner, new filters, filter updates

  • Split single command into FfmpegCommand.simple and FfmpegCommand.complex, per FFMPEG documentation
    • A simple command has a single pipe of filters
    • A complex command has an entire graph of filters
  • New filters
    • SubtitleFilter
  • Adjusted filters
    • Renamed RawFilter to CustomFilter
    • A number of filters had properties added or adjusted

[0.1.0] - April, 2022: Initial release #

  • Ffmpeg and FfmpegCommand - executes FFMPEG CLI commands from Dart
  • FfmpegBuilder - (optional) builder that constructs FfmpegCommands, making it easier to correlate stream IDs
  • Ffprobe - partial support for the ffprobe CLI.
45
likes
135
points
914
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

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