适用于移动设备的 HTML 5 视频

发布于 2024-11-30 07:37:50 字数 480 浏览 1 评论 0原文

我已经完成了使用 Android(Samsung Galaxy pop gts5570)移动设备播放 HTML5 本地视频的步骤,并且它与 Opera Mobile 11.10 完美配合

  1. 视频
  2. 通过 YouTube 上传通过 keepvid.com 下载的 3gp 格式的
  3. 通过以下步骤完成代码

,但我已使用某些转换器将文件编码为 3gp 格式,但不起作用,哪个转换器可以正确转换它?提前致谢。

I had done the HTML5 native video playing with Android (Samsung Galaxy pop gts5570) mobile steps I have done and its get work perfectly with Opera Mobile 11.10

  1. Upload the video through YouTube
  2. downloaded through keepvid.com in 3gp format
  3. done through the following code

    <video width="320" id="video" height="240" onclick="this.play()" autoplay="autoplay" controls="controls" style="border:4px solid #00C;background:#636465;">
        <source src="video/1.3gp"/>
    </video>
    

but I have encoded the files using some converter to 3gp format but that not working,which convert will convert it correctly? thanks in advance.

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

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

发布评论

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

评论(1

冰之心 2024-12-07 07:37:50

我自己找到了解决方案,我觉得这可能对某些人有帮助.... handbreak 是一种转换器,可以使视频在移动网络浏览器中播放

1) 选择 iphone &预设设置中的 ipod

2) 启用网络优化,然后将其转换...它将在移动网络中工作

更新

现在可以在 简单的 html5 视频

I have found the solution by my self, I feel this may help to some one .... handbreak is the convert which has the facility to make the video playable in mobile web browser

1) choose the iphone & ipod in preset setting

2) Enable the web optimized then convert it ... it will work in mobile web

UPDATE

another HTML5 converter is available now in easy html5 video

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