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

outdated

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

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.2
  • 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



FAQ #

  1. Crash on release mode in android

Add the following entries into your proguard-rules.pro file. fix: tanersener/mobile-ffmpeg#616 (comment)

-keep class com.arthenica.mobileffmpeg.Config {
    native <methods>;
    void log(long, int, byte[]);
    void statistics(long, int, float, float, long , int, double, double);
}

-keep class com.arthenica.mobileffmpeg.AbiDetect {
    native <methods>;
}



Main Contributors #


Le Goff Maël

492
likes
0
pub points
96%
popularity

Publisher

verified publisherlegoffmael.dev

Video Editor allows trim, crop, rotate and scale video with a super 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