LeGoffMael / video_editor

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Android is EXTREMELY SLOW

carrasc0 opened this issue · comments

On Android is EXTREMELY SLOW

Since the v3.0.0 the exportation process is not handled by this package itself. It only provides a quick commands to run with ffmpeg. Please reopen an issue or a PR if you think the VideoFFmpegVideoEditorConfig class should be updated.

Maybe you should look into ffmpeg documentation on ways to increase the exportation speed or uses other methods (your own backend for example)