jonataslaw / jonataslaw/VideoCompress

when i use `VideoQuality.MediumQuality` always get relative low quality, but file size is not changed much, the video' with and height is decrease absolutely; when use `VideoQuality`, although i got the more hight quality, file size is more large than source video's size i want to get the close same quality, but have more little size

Open
#166 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
262
Forks
344
PR merge metrics
No merged PRs in 30d

Description

when i use `VideoQuality.MediumQuality` always get relative low quality, but file size is not changed much, the video' with and height is decrease absolutely;
when use `VideoQuality`, although i got the more hight quality, file size is more large than source video's size
i want to get the close same quality, but have more little size
```dart
final MediaInfo? info = await VideoCompress.compressVideo(
file.path,
quality: VideoQuality.MediumQuality,
deleteOrigin: false,
includeAudio: true,
);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.