Add preliminary support for MP4 files
This needs to be expanded to cover more of what ffmpeg covers. This does not support animation for a few reasons: * Most clients which will be using a video thumbnail will be using it in such a way where even a GIF isn't supported. * Clients rely on the thumbnail endpoint returning images, which can lead to resource inefficiencies if we return GIFs. * Returning more optimized thumbnails is not feasible for compatibility with most clients.
thumbnailing/i/mp4.go
0 → 100644
Please register or sign in to comment