GLB (GL Transmission Format — Binary)
GLB는 glTF 2.0의 바이너리 단일 파일 변형으로, 3D 기하, 재질, 텍스처, 애니메이션을 하나로 패키징합니다. '3D의 JPEG'입니다.
MIME 타입
video/x-msvideo
유형
바이너리
압축
손실
장점
- + Simple structure that is easy to parse
- + Wide legacy software support
- + Compatible with many older codecs
단점
- − No native streaming or fast seeking support
- − Cannot embed subtitles or chapters
- − Larger files than equivalent MP4 due to format overhead
.AVI 사용 시점
GLB는 웹 3D, AR/VR, 실시간 렌더링에서 단일 파일이 필요할 때 사용하세요.
기술 세부사항
12바이트 헤더, JSON 청크(씬 그래프), 바이너리 청크(기하, 텍스처)로 구성됩니다. GPU 직접 업로드 가능합니다.
역사
Khronos Group이 2017년 glTF 2.0과 함께 출시했습니다. WebGL, AR/VR에서 빠르게 채택되었습니다.
.AVI에서 변환
.AVI로 변환
관련 포맷
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 …