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

[Question] Support Gif via mp4 file #332

Open
huyduongtu opened this issue Aug 15, 2016 · 5 comments
Open

[Question] Support Gif via mp4 file #332

huyduongtu opened this issue Aug 15, 2016 · 5 comments

Comments

@huyduongtu
Copy link

Today, Telegram, Facebook apps support playing animation via both mp4 and Gif file. Mp4 file has a strong advantage that its size is 95% smaller than Gif size. Are u planning to support playing animation via mp4 file? :D

@koral--
Copy link
Owner

koral-- commented Aug 16, 2016

By "playing animation" you mean Drawable displaying animated MP4?

@huyduongtu
Copy link
Author

Yes.

@koral--
Copy link
Owner

koral-- commented Aug 18, 2016

OK, I've added this as a feature request, but can't promise any ETA. PRs are welcome.

@fire9953
Copy link

@koral-- Giphy support both gif and mp4, mp4 file size is small and looks more clear than gif. Telegram use a cropped FFMPEG lib (about 3.5M) to decode mp4 files, I think you can consider about add FFMPEG decoder to support mp4 files.

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented May 3, 2018

Isn't using FFMPEG quite restrictive, meaning that using it will force this library to be GNU licensed (so that all that use it will have to be open sourced)?

Also, is there a plan to support animated HEIF ?
I've noticed one about animated WEBP here:
https://github.com/koral--/android-gif-drawable/issues/147

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

No branches or pull requests

4 participants