.ogv
Video
OGV(Ogg 视频 / Theora)
OGV 是使用 Ogg 容器中 Theora 编解码器的开源视频格式。它曾被推广为 HTML5 视频中 H.264 的免费替代品,但现已基本被 VP9、AV1 和 WebM 取代。
MIME 类型
video/ogg
类型
二进制
压缩
无损
优点
- + Completely open source and royalty-free
- + Supported in Firefox, Chrome, and VLC
- + Simple to encode with FFmpeg and other open-source tools
缺点
- − Much lower compression efficiency than H.264, VP9, or AV1
- − Not supported by Safari, most mobile devices, or smart TVs
- − Development is essentially dormant — superseded by WebM/AV1
何时使用 .OGV
新项目请避免使用 OGV;开源视频使用 WebM(VP9/AV1),通用兼容性使用 MP4(H.264)。
技术细节
OGV 使用 Ogg 比特流格式,包含 Theora 视频(基于 DCT,类似 VP3)和通常的 Vorbis 音频。Theora 支持最高 1080p,但压缩效率低于现代编解码器。
历史
Theora 由 Xiph.Org 基金会基于 On2 的 VP3 编解码器开发,于 2002 年开源发布。Firefox 和 Chrome 在早期 HTML5 中支持 Theora,但随着 H.264 和 VP9 的流行,其推广陷入停滞。