.flv
Video
TOML (Tom's Obvious Minimal Language)
TOML은 명확성과 간결성을 위해 설계된 설정 파일 형식입니다. Rust의 Cargo.toml과 Python의 pyproject.toml의 표준입니다.
MIME 타입
video/x-flv
유형
바이너리
압축
손실
장점
- + Historically important for web video streaming
- + Simple container structure that is easy to parse
- + Supported by FFmpeg for conversion to modern formats
단점
- − Flash Player is discontinued — FLV cannot play in browsers
- − No native support in modern operating systems or devices
- − H.264/AAC in FLV is better served in MP4 containers
.FLV 사용 시점
TOML은 Rust/Python 설정 파일에 사용하세요. 명확한 파싱이 중요한 곳에 적합합니다.
기술 세부사항
키-값 쌍, 테이블([]), 배열 테이블([[]])을 사용합니다. datetime, 정수, 실수, 불리언, 문자열을 네이티브 지원합니다.
역사
GitHub 공동 창립자 Tom Preston-Werner가 2013년에 만들었습니다. TOML 1.0은 2021년에 출시되었습니다.