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

Crop on vertical not working initially

novvia-dev opened this issue · comments

When you have a crop aspect ratio less than 1 (i.e. 9 / 16) And upload a landscape video, the initial crop is incorrect. As soon as the crop box is selected and dragged, it updates to the correct aspect ratio, but that should not be necessary.

image

image

commented

In version 1.5.1 you can use aspectRatio param in initialize function to setup the ratio. Check example.