ffmpeg_cli 0.3.0 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
andFfmpegCommand.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
toCustomFilter
- A number of filters had properties added or adjusted
- Renamed
[0.1.0] - April, 2022: Initial release #
Ffmpeg
andFfmpegCommand
- executes FFMPEG CLI commands from DartFfmpegBuilder
- (optional) builder that constructsFfmpegCommand
s, making it easier to correlate stream IDsFfprobe
- partial support for theffprobe
CLI.