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

Using `video_editor` for cropping still images?

lukehutch opened this issue · comments

video_editor has a great cropping interface. I would like to use video_editor not just to crop and trim video files, but also to crop still image files. It doesn't look like this is currently supported?

Are moving photo formats supported? GIF, MNG, Google's MVIMG format (which has h264 data appended at the end of a JPEG file), etc...

Basically I want to use the same UI for cropping all of video, moving images, and still images -- but the trim UI should only be shown if there is more than one frame.