ymoussaba / video_editor

FLUTTER API: Video Editor allows trim, crop, rotate and scale video with a super flexible UI Design

Home Page:https://pub.dev/packages/video_editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video_editor


My other APIs


Features

  • Super flexible UI Design.
  • Support actions:
    • Crop
    • Trim
    • Scale
    • Rotate
    • Cover selection



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.3
  • Run the following command to get packages:
$ flutter packages get
  • Import the package in your project file:
import 'package:video_editor/video_editor.dart';



Example (The UI Design is fully customizable on the example)


Crop Video Rotate Video

Trim Video Export Video
Trimmer if maxDuration < videoDuration Trim timeline Trim icons customization
Video cover (selection, viewer) Export cover



Main Contributors


Le Goff Maël

About

FLUTTER API: Video Editor allows trim, crop, rotate and scale video with a super flexible UI Design

https://pub.dev/packages/video_editor

License:MIT License


Languages

Language:Dart 98.1%Language:Ruby 1.3%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%