Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS compression is same for high or medium or low or default #112

Closed
nagarjunvv opened this issue May 28, 2021 · 3 comments
Closed

iOS compression is same for high or medium or low or default #112

nagarjunvv opened this issue May 28, 2021 · 3 comments

Comments

@nagarjunvv
Copy link

I tried to compress the video but when i test with different qualities the video size is same for high or medium or low or default.

Can you please help me how to fix this issue.

final info = await VideoCompress.compressVideo(
file2.path,
quality: VideoQuality.HighestQuality, // i tried all options here
deleteOrigin: false,
);
file = File(info!.path!);

@nagarjunvv
Copy link
Author

changing file picker to image picker solved the issue. Thanks

@yanivshaked
Copy link
Contributor

@nagarjunvv Please close this issue if you have solved it

@abdullah432
Copy link

abdullah432 commented Aug 9, 2021

Same issue on android. In my scenario, I can't change to image picker. I'm using a different approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants