[BREAKING] - Made the FFMPEG executable path configurable so that FFMPEG can be used from non-standard locations
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
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.