创建 HTML5 视频缩略图

发布于 2024-10-25 00:56:27 字数 263 浏览 1 评论 0 原文

我正在尝试使用 HTML5 和 CSS3 制作一个网站,但在创建视频缩略图时遇到了一些麻烦。我的意思是,我想要一个视频的缩略图,当用户单击它时,缩略图将展开以播放视频 - 类似于此网站 http://www.reddit.com/r/videos/ - 当您点击“+”时,视频会展开。

如果有人可以帮助我或为我指明正确的方向,那就太好了。

提前致谢

Im trying to make a website using HTML5 and CSS3 but i am having a bit of trouble creating a video thumbnail. What i mean is that i want a thumbnail of a video and when the user clicks it the thumbnail will expand to play the video-similar to this site http://www.reddit.com/r/videos/ - when you click on the "+" the video expands.

If someone could help me or point me in the right direction that would be awesome.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

非要怀念 2024-11-01 00:56:27
ffmpeg -i input.flv -an -ss 1:00:00 -r 1 -vframes 1 -f mjpeg -y output.jpg
ffmpeg -i input.flv -an -ss 1:00:00 -r 1 -vframes 1 -f mjpeg -y output.jpg
酒解孤独 2024-11-01 00:56:27

使用 FFmpeg 从源视频创建缩略图。网上有很多教程可以做到这一点,例如 这个

Create a thumbnail from the source video with FFmpeg. There are plenty of tutorials out on the net to do this, like this one

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文