Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 855 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 855 Bytes

[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.