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

Rotating video clips video

maRci002 opened this issue · comments

The Transform widget can rotate, translate, and scale a widget without actually changing its underlying position or size. However, this can sometimes be a problem. I have turned on widget inspector to confirm Transform widget's behaviour.

child: Transform.rotate(

video.player.clips.mp4

#114 could resolve the problem