coil-kt/coil

Add support for MP4 videos

Open

#605 建立於 2020年12月3日

在 GitHub 查看
 (10 留言) (19 反應) (0 負責人)Kotlin (757 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (11,779 star)
PR 合併指標
 (平均合併 20小時 14分鐘) (30 天內合併 28 個 PR)

描述

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.

貢獻者指南