jonataslaw / jonataslaw/VideoCompress

compressed file size

Open
#224 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

What are the parameters to get the smallest mp4 video including sound?

I'm using
` final info = await VideoCompress.compressVideo(
file,
quality: VideoQuality.LowQuality ,
deleteOrigin: true,
includeAudio: true,
frameRate: 8,
);

The result 7.865092Mb compressed to 6.724913Mb

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.