coil-kt/coil

Add support for MP4 videos

开放

#605 创建于 2020年12月3日

 (10 条评论) (19 个反应) (0 位负责人)Kotlin (757 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (11,779 个星标)
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.

贡献者指南