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

In Android export number of image take to much time to export #14

Open
VishalDobariya12 opened this issue Feb 23, 2023 · 2 comments
Open

Comments

@VishalDobariya12
Copy link

VishalDobariya12 commented Feb 23, 2023

I am using below function to export number of images.

ExportVideoFrame.exportImage(videoFile.path, 50, 0.5).then((_images) {
        _images.forEach((element) {
          if (element.path.isNotEmpty) {
            coverImages.add(element.path);
            isLoading = false;
            if (mounted) setState(() {});
          }
        });
      });

This above function is working fine in iOS, In iOS it export image in less than 5 to 10 seconds but In Android this same will take 1 minute or more.

Can anyone help in this?

@jaykshirsagar05
Copy link

Did you found any workaround for this delay?

@acewd1
Copy link

acewd1 commented Apr 19, 2023

same here, wish to fix soon for Android

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

3 participants