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開発者、eラーニングチーム、UXリサーチャーは、Chrome、Firefox、EdgeのMediaRecorder APIがブラウザ内のウェブカメラ、マイク、画面キャプチャをデフォルトでこのフォーマットで保存するため、常にWebMを扱います。リモートのユーザーテストのセッション、ブラウザベースのインタビューツール、ビデオメッセージアプリも、生の出力として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をテキストに変換