glTF(GL Transmission Format)
glTFは3Dシーンとモデルのオープンスタンダードで、JSONによるシーン記述と外部バイナリ(.bin)およびテクスチャファイルを使用します。効率的なリアルタイムレンダリングのために設計され、WebGL、AR/VR、3Dコマースの標準です。バイナリ版(GLB)はすべてを1つのファイルにバンドルします。
MIMEタイプ
video/x-matroska
種類
バイナリ
圧縮
無劣化
メリット
- + Unlimited tracks for video, audio, subtitles, and attachments
- + Open-source format with no licensing fees
- + Supports virtually every codec (H.264, H.265, AV1, VP9, FLAC, Opus)
- + Chapter support and ordered chapters for complex playlists
デメリット
- − Not natively supported by some older smart TVs and mobile devices
- − Larger overhead than MP4 for simple single-track content
- − Not accepted by most social media platforms for upload
.MKVを使うタイミング
リアルタイム3Dアプリケーション、WebGLビューアー、ARコンテンツにglTFを使用してください。単一ファイル配布にはGLB版を使用してください。
技術的詳細
glTFアセットは.gltf JSONファイル(シーングラフ、ノード、マテリアル、アニメーション)、.binファイル(頂点とインデックスバッファー)、画像テクスチャで構成されます。JSONはURIまたはバッファービューでバイナリデータを参照します。
歴史
Khronos Groupは2015年にglTF 1.0を、2017年にglTF 2.0をリリースしました。'3DのJPEG'と呼ばれ、コンパクト、GPU対応、ベンダー中立な配信フォーマットとして設計されました。three.js、Babylon.js、Unity、Unreal Engineで採用されています。
.MKVから変換
.MKVに変換
関連フォーマット
関連用語
Learn More
Video Codecs Explained: H.264, H.265, VP9, and AV1
Video codecs determine file size, quality, and compatibility. This guide compares the major codecs, from the ubiquitous H.264 to the …
How to Compress Video for Web Streaming
Properly compressed video loads faster, buffers less, and saves bandwidth. Learn how to find the sweet spot between quality and …
How to Create GIFs From Video Clips
GIFs remain popular for short animations, tutorials, and social media despite their technical limitations. This guide covers how to create …
Best Practices for Video Thumbnails and Previews
Thumbnails are the first thing viewers see and directly impact click-through rates. Learn how to create effective video thumbnails and …
Troubleshooting Video Encoding Errors
Video encoding failures, quality issues, and compatibility problems can be frustrating to debug. This guide covers the most common encoding …
Container Formats Explained: MP4, MKV, WebM, and MOV
Container formats wrap video, audio, and metadata into a single file. Understanding the difference between MP4, MKV, WebM, and MOV …