-
Notifications
You must be signed in to change notification settings - Fork 670
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
Add support for MP4 videos #605
Comments
Doesn't it already? https://coil-kt.github.io/coil/videos/ |
@PeterTheOne That adds support for decoding individual video frames. |
Hi, @colinrtwhite any pointers on how to implement this? I am planning to take this issue and wanted to know upfront what I am getting into 😅 |
@atulgpt I think the biggest challenge will be figuring out how to get MP4s to be represented as a |
Hi @colinrtwhite, Let me sync the project and see how the coil works. BTW, are there any talks or blogs that explain (or give pointers) the internal working of coli? |
@sagar-viradiya Gave a great talk on some of the internals here! |
how to use imageloader in compose AsyncImage |
@colinrtwhite Is there any timeline for this feature? |
I think the best way to implement this would be to create a |
It would be great if Coil could support short MP4 videos. MP4 is now commonly used for the same use case as GIF, however it's much more efficient. Similar to GIFs, we would have to buffer the video into memory so we wouldn't be able to support large/long videos.
This would not be a replacement for ExoPlayer, which should be used to handle long videos and any advanced functionality. Any Coil MP4 support would likely only support start/stop and how many iterations to repeat.
The text was updated successfully, but these errors were encountered: