MOV (QuickTime Movie)
MOV는 Apple의 QuickTime 컨테이너로, 전문 비디오 편집과 제작에 사용됩니다. Apple ProRes 코덱을 지원합니다.
MIME 타입
text/markdown
유형
텍스트
압축
무손실
장점
- + Extremely simple syntax that anyone can learn in minutes
- + Version-control friendly — clean diffs in Git
- + Renders beautifully on GitHub, GitLab, and most platforms
- + Converts easily to HTML, PDF, DOCX, and other formats
단점
- − Limited formatting — no native support for tables of contents or footnotes
- − Flavor fragmentation (CommonMark, GFM, MDX) creates inconsistencies
- − No built-in styling — appearance depends on the renderer
.MD 사용 시점
MOV는 Apple 기반 비디오 편집에 사용하세요. 범용 배포에는 MP4로 내보내세요.
기술 세부사항
MOV는 atom 구조를 사용하며 MP4와 매우 유사합니다. ProRes, H.264, HEVC 코덱과 타임코드 트랙을 지원합니다.
역사
Apple이 1991년 QuickTime과 함께 MOV를 도입했습니다. MP4의 직접적인 전신입니다.
.MD에서 변환
.MD로 변환
관련 포맷
관련 용어
Learn More
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 …
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 …
Regular Expressions: A Practical Guide for Text Processing
Regular expressions are powerful patterns for searching, matching, and transforming text. This guide covers the most useful regex patterns with …
Base64 Encoding: How It Works and When to Use It
Base64 converts binary data into ASCII text, making it safe for transmission through text-based systems. Learn when Base64 is the …
Markdown vs Rich Text vs Plain Text: When to Use Each
Choosing between Markdown, rich text, and plain text affects portability, readability, and editing workflow. This comparison helps you select the …