Skip to content

A flutter package for editing video written in pure Dart with fully customizable UI. Supports crop, trim, rotation and cover selection.

License

Notifications You must be signed in to change notification settings

LeGoffMael/video_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A flutter package for editing video written in pure Dart with fully customizable UI. Supports crop, trim, rotation and cover selection.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages