We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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(() {}); } }); });
The text was updated successfully, but these errors were encountered:
Did you found any workaround for this delay?
Sorry, something went wrong.
same here, wish to fix soon for Android
No branches or pull requests
I am using below function to export number of images.
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?
The text was updated successfully, but these errors were encountered: