pro_video_editor 0.0.8
pro_video_editor: ^0.0.8 copied to clipboard
A Flutter video editor: Seamlessly enhance your videos with user-friendly editing features.
π§ Under Development π§ #
pro_video_editor is an upcoming Flutter package designed to provide advanced video editing capabilities. This package will serve as an extension to pro_image_editor, bringing powerful video manipulation tools to Flutter applications.
Platform Support #
| Platform | getVideoInformation |
createVideoThumbnails |
parseWithLayers |
parseWithBlur |
parseWithTransform |
parseWithFilters |
parseWithCensorLayers |
|---|---|---|---|---|---|---|---|
| Android | β | β | β | β | β | β | β |
| iOS | β | β | β | β | β | β | β |
| macOS | β | β | β | β | β | β | β |
| Windows | β | β | β | β | β | β | β |
| Linux | β οΈ | β οΈ | β | β | β | β | β |
| Web | β | β | π« | π« | π« | π« | π« |
Legend
- β Supported and tested
- π§ͺ Supported but visual output differs from Flutter
- β οΈ Supported but not tested
- β Not supported but planned
- π« Not supported and not planned
β Important Note #
This plugin uses FFmpegKit, specifically the ffmpeg-kit-full-gpl build, which includes components licensed under the GNU General Public License (GPL v3).
By using this plugin, you agree to comply with the terms of the GPL license.
β οΈ Future Licensing Plan:
To allow more flexible and permissive use (including closed-source commercial apps), a future version of this plugin will switch to an alternative solution using LGPL-compliant FFmpeg builds or native platform APIs (such as MediaCodec, AVFoundation, or Media Foundation) to avoid GPL restrictions entirely.