my_maker_video library
Flutter video processing helpers backed by FFmpegKit.
Use MyMakerVideo.ffmpegKit for image-to-video, watermark, quality, and GIF helpers.
Classes
- $FfmpegKit
- High-level helpers built on top of FFmpegKit.
- FfmpegExecutor
- Runs an FFmpeg command and returns a session.
- FfmpegKitExecutor
- Default executor that delegates to FFmpegKit.
- FfmpegKitSession
- Wraps the native FFmpegKit session.
- FfmpegSession
- Minimal session interface for FFmpeg results.
- MyMakerVideo
- Entry point for MyMakerVideo helpers.
Typedefs
- FfmpegExecuteFn = Future Function(String command)
- Signature for executing an FFmpeg command.