什么是 WEBM 文件?
用于 HTML5 和流媒体的开放 Web 视频格式
WEBM is an open, high-quality video standard that is usually used for delivering online videos using the HTML tag. WEBM is a container file format: the video stream is usually compressed with the VP8 codec and the audio stream is compressed with the Ogg Vorbis codec. The WEBM container format itself is based off of the popular Matroska container (MKV files). Since WEBM is an alternative to the patented H.264 and MPEG4 formats and widely supported by most major web browsers, it is used in both commercial and non-commercial applications.
The WEBM file format was created by Google to store video content and implement compression standards optimized for video streaming over broadband and mobile internet connections. Thus, royalty-free video compression technologies were used (VP8/VP9 and Ogg Vorbis). In addition, WebVTT subtitle tracks can we included within a WEBM file. WEBM files are also widely supported by Chrome, Safari, Firefox, and Internet Explorer.
WEBM 文件的常见用途
- YouTube 视频
- HTML5 Web 视频
- Web 流媒体
- 基于浏览器的视频
- YouTube 下载文件
- Web 视频平台
- 屏幕录制软件
- OBS Studio 导出文件
谁会使用 WEBM 文件?
Web 开发者、电子学习团队和用户体验研究人员会频繁处理 WebM,因为 Chrome、Firefox 和 Edge 中的 MediaRecorder API 默认会将浏览器内的摄像头、麦克风和屏幕录制保存为这种格式。远程用户测试会话、基于浏览器的采访工具和视频消息应用也会以 WebM 文件作为其原始输出。
WEBM 与 MP4:应该选择哪一个?
WebM 和 MP4 都是多媒体容器,但它们封装的编解码器系列不同:WebM 承载免版税的 VP8/VP9 或 AV1 视频以及 Vorbis 或 Opus 音频,而 MP4 通常承载需要专利许可的 H.264 或 H.265 视频以及 AAC 音频。MP4 在各类设备、硬件解码器和编辑软件上几乎得到普遍支持,而 WebM 则针对通过 HTML5 video 标签进行的开放 Web 传输而优化。基于浏览器的播放和免版税工作流程宜选择 WebM;当文件需要在桌面编辑器中、移动设备上或专业交付流程中使用时,则宜选择 MP4。
将 MP4 转换为文字