MP4 (MPEG-4 Part 14)
MP4 adalah kontainer multimedia yang paling banyak digunakan, mampu menampung video (H.264, H.265, AV1), audio (AAC, Opus), subtitle, dan metadata dalam satu file. MP4 adalah format video default untuk web, ponsel, streaming, dan hampir semua platform modern.
Tipe MIME
text/plain
Tipe
Teks
Kompresi
Lossless
Kelebihan
- + 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
Kekurangan
- − No formatting, images, or structured data
- − Character encoding must be known to display correctly
- − Not suitable for documents that need visual presentation
Kapan Menggunakan .TXT
Gunakan MP4 untuk hampir semua kebutuhan video — streaming web, seluler, media sosial, dan penyimpanan. MP4 dengan H.264 menawarkan kompatibilitas paling luas.
Detail Teknis
MP4 menggunakan format kontainer ISO Base Media File Format (ISOBMFF) dengan atom/box moov (metadata), mdat (data media), dan ftyp (identitas format). Atom moov di awal memungkinkan streaming fast-start. Track audio, video, dan subtitle dimultipleks dengan timestamp presentasi.
Riwayat
MP4 distandardisasi pada tahun 2001 sebagai MPEG-4 Part 14, berdasarkan format kontainer QuickTime Apple. MP4 menjadi format video web default dengan video HTML5 dan adopsi universal H.264.
Konversi dari .TXT
Konversi ke .TXT
Format Terkait
Istilah Terkait
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 …