HTML5 中源元素的 type 属性的语法是什么?

发布于 2024-11-01 20:40:01 字数 102 浏览 0 评论 0原文

有人可以简单地解释一下 HTML5 中 元素的 type 属性和 codecs 参数的语法吗?

Can someone explain, in simple terms, the syntax for the type attribute and codecs parameter for the <source> element in HTML5?

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

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

发布评论

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

评论(1

誰認得朕 2024-11-08 20:40:01

是的!马克朝圣者可以!

简而言之:

  • type 的第一部分是视频容器文件的格式(例如 WebM ,MP4)
  • 第二部分(编解码器位)列出了用于对视频容器文件中的音频和视频进行编码的音频和视频编解码器

(如果术语“编解码器”和“容器文件”不存在)不清楚,Pilgrim 也为您提供了帮助:视频容器视频编解码器。)

要了解 Pilgrim 未涵盖的视频格式应使用哪些值,请参阅http://wiki.whatwg.org/wiki/Video_type_parameters

Yes! Mark Pilgrim can!

In short:

  • the first part of type is the video container file’s format (e.g. WebM, MP4)
  • the second part (the codecs bit) lists the audio and video codecs used to encode the audio and video within the video container file

(If the terms “codec” and “container file” aren’t clear, Pilgrim’s got you covered there too: video containers and video codecs.)

To work out what values you should use for video formats not covered by Pilgrim, see http://wiki.whatwg.org/wiki/Video_type_parameters.

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