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

Feature request: compress gif & convert to video #67

Open
jonasN5 opened this issue Oct 31, 2020 · 1 comment
Open

Feature request: compress gif & convert to video #67

jonasN5 opened this issue Oct 31, 2020 · 1 comment

Comments

@jonasN5
Copy link
Contributor

jonasN5 commented Oct 31, 2020

Since you already use the com.otaliastudios package to compress videos in Android, I can write a PR to integrate GIF compression with https://github.com/natario1/GIFCompressor, IF someone can write a counterpart for iOS.
Who could do that?

@jpetro416
Copy link

I need this as well, currently have to use flutter_video_compress which is abandoned and not working. We need this functionality:

//Convert video to a gif

final file = await _flutterVideoCompress.convertVideoToGif(
  videoFile.path,
  startTime: 0, // default(0)
  duration: 5, // default(-1)
  // endTime: -1 // default(-1)
);
debugPrint(file.path);

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

2 participants