flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

[Bug] After compressed, width and height is upside down.

Open ghost opened this issue 4 years ago • 1 comments

As the title said.

final info = await _flutterVideoCompress.compressVideo(
  file.path,
  quality: VideoQuality.DefaultQuality, // default(VideoQuality.DefaultQuality)
  deleteOrigin: false, // default(false)
);

print("🐛-----width: ${info.width}  height: ${info.height}");

ghost avatar Dec 03 '19 12:12 ghost

It's a feature. not bug. It fixes my video orientation.

khanhuitse05 avatar Mar 28 '22 07:03 khanhuitse05