MP4 (MPEG-4 Part 14)
MP4는 비디오, 오디오, 자막을 하나의 파일에 담는 가장 인기 있는 멀티미디어 컨테이너입니다. 웹 스트리밍과 모바일 비디오의 사실상 표준입니다.
MIME 타입
text/plain
유형
텍스트
압축
무손실
장점
- + Opens in every text editor on every operating system
- + Zero overhead — file size equals content size
- + No risk of embedded malware or macros
- + Perfect for version control, piping, and scripting
단점
- − No formatting, images, or structured data
- − Character encoding must be known to display correctly
- − Not suitable for documents that need visual presentation
.TXT 사용 시점
MP4(H.264+AAC)는 범용 비디오에 사용하세요. 웹 최적화에는 WebM을, 다중 트랙에는 MKV를 사용하세요.
기술 세부사항
MP4는 ISOBMFF 박스(atom) 구조를 사용합니다. moov(메타데이터), mdat(미디어 데이터), ftyp(형식 식별)가 핵심입니다.
역사
ISO가 2003년 QuickTime MOV를 기반으로 MP4를 표준화했습니다. H.264/H.265와 AAC의 표준 컨테이너가 되었습니다.
.TXT에서 변환
.TXT로 변환
관련 포맷
관련 용어
Learn More
How to Generate Strong Random Passwords
Password generation requires cryptographic randomness and careful character selection. This guide covers the principles behind strong password generation, entropy calculation, …
How to Merge PDF Files Without Losing Quality
Combining multiple PDF documents into a single file is one of the most common document tasks. This guide walks you …
JSON vs YAML vs TOML: Choosing a Configuration Format
Configuration files are the backbone of modern applications. JSON, YAML, and TOML each offer different trade-offs between readability, complexity, and …
Meta Tags for SEO: Title, Description, and Open Graph
Meta tags control how your pages appear in search results and social media shares. This guide covers the essential meta …
Text Encoding Explained: UTF-8, ASCII, and Beyond
Text encoding determines how characters are stored as bytes. Understanding UTF-8, ASCII, and other encodings prevents garbled text, mojibake, and …
How to Format and Validate JSON Data
Malformed JSON causes silent failures in APIs and configuration files. Learn how to format, validate, and debug JSON documents to …