video_editor 1.2.4 copy "video_editor: ^1.2.4" to clipboard
video_editor: ^1.2.4 copied to clipboard

outdated

A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.

Flutter video editor #

Platform Pub

A video editor that allows to edit (trim, crop, rotate and scale) and choose a cover with a very flexible UI design. The changes are then exported with ffmpeg.

My other APIs #

Installation (More info on Flutter ffmepeg kit) #

Following steps will help you add this library as a dependency in your flutter project.

  • In the pubspec.yaml file in the root of your project
dependencies:
  video_editor: ^1.2.4
  • Run the following command to install the package:
$ flutter packages get
  • Import the package in your project file:
import 'package:video_editor/video_editor.dart';

Screenshots (The UI Design is fully customizable on the example) #

Crop Video Rotate Video Video cover (selection, viewer)
Trim video Trimmer customization

Main Contributors #


Le Goff Maël

492
likes
0
pub points
96%
popularity

Publisher

verified publisherlegoffmael.dev

A video editor that allows to trim, crop, rotate and scale video with a very flexible UI Design.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffmpeg_kit_flutter_min_gpl, flutter, path, path_provider, video_player, video_thumbnail

More

Packages that depend on video_editor