适用于移动设备的 HTML 5 视频
我已经完成了使用 Android(Samsung Galaxy pop gts5570)移动设备播放 HTML5 本地视频的步骤,并且它与 Opera Mobile 11.10 完美配合
- 视频
- 通过 YouTube 上传通过 keepvid.com 下载的 3gp 格式的
通过以下步骤完成代码
,但我已使用某些转换器将文件编码为 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
- Upload the video through YouTube
- downloaded through keepvid.com in 3gp format
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己找到了解决方案,我觉得这可能对某些人有帮助.... 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