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.