jonataslaw / jonataslaw/VideoCompress
Compressed video on Android phones is too large
Open
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
The compressed size of a 1-minute video on an ios phone is about 5M, but the compressed size on an Android phone is about 28M
ios phone: iphone 7
Android phone: HUAWEI P30
code:
await VideoCompress.compressVideo(
file.path,
quality: VideoQuality.DefaultQuality,
deleteOrigin: false,
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.