Что такое формат файла DASH?
The .dash extension identifies an MPEG-DASH media segment - a short binary chunk of a video or audio stream delivered over HTTP using Dynamic Adaptive Streaming (DASH), standardized as ISO/IEC 23009-1 in 2012. A .dash file may contain:
- Compressed video encoded with H.264 (AVC), H.265 (HEVC), or AV1,
- Audio tracks, typically AAC at 44.1 or 48 kHz,
- Timed metadata and optional DRM encryption information.
.dash segments are produced during the process of packaging a media source into a DASH stream. The segment format is binary, built on fragmented MP4 (ISO Base Media File Format): an ftyp or styp box appears at byte offset 4, followed by moof/mdat fragment pairs. A single segment covers a few seconds of playback (typically 2-10 s) and cannot play on its own - it requires a companion .mpd XML manifest that describes all available representations (resolutions and bitrates) and instructs the player which segments to fetch at each quality level.
DASH supports optional Common Encryption (CENC) - AES-CTR or AES-CBC - for DRM-protected content via Widevine or PlayReady. Packaging is handled by tools such as GPAC MP4Box, Bento4, and ffmpeg. The format competes with Apple's HLS (.m3u8 / .ts) for HTTP adaptive streaming and is widely deployed by major video platforms.
Безопасность и защита
РИСК: LOWDASH segments are passive media data and don't execute, so the files themselves are low risk. The realistic concerns are legal and practical: ripping segments from a streaming service may breach its terms and DRM (CENC-encrypted segments won't play without a license key anyway), and as with any media, keep your player (VLC/FFmpeg) updated since demuxers have a CVE history. Avoid dubious 'DASH downloader/converter' sites that bundle adware - FFmpeg and VLC are free and sufficient.
Детали формата
в двух словах- Dashlane backup/export file - Some Dashlane password-manager versions used a .dash backup of the encrypted vault; this is an encrypted password store, not a media file (the original db_name conflated the two).
- DashO / app-specific .dash data - Various apps emit project/data files with a .dash extension unrelated to streaming or Dashlane.
Программы, открывающие файлы DASH
Технические подробности
глубокая спецификация| Container format | Fragmented ISO Base Media File Format (ISO BMFF / fMP4) |
| Byte order | Big-endian |
| MIME type (segments) | video/mp4 or video/iso.segment |
| MIME type (manifest) | application/dash+xml (companion .mpd file) |
| Magic bytes | ftyp or styp at byte offset 4 (hex: 66 74 79 70 / 73 74 79 70) |
| Segment structure | Initialization segment (ftyp + moov) followed by media segments (styp + moof + mdat) |
| Typical segment duration | 2-10 seconds of playback per segment |
| Typical segment size | 0.5-10 MB per segment, depending on codec and resolution |
| Supported video codecs | H.264 (AVC), H.265 (HEVC), AV1; resolution up to 4K with H.264, up to 8K with HEVC/AV1 |
| Supported audio codecs | AAC (typical); 44.1 kHz or 48 kHz sample rate |
| Color depth | 8-bit 4:2:0 (standard); 10-bit for HDR content (HEVC Main10, AV1) |
| Encryption / DRM | Optional Common Encryption (CENC): AES-CTR or AES-CBC; Widevine and PlayReady compatible |
| Adaptive bitrate | Multiple representations at varying resolutions and bitrates; client selects per-segment based on bandwidth |
| DASH profile signalling | Profile URI in MPD (e.g., urn:mpeg:dash:profile:isoff-live:2011); ftyp brand e.g. 'dash', 'iso6' |
| Developer / standard body | MPEG (ISO/IEC) and DASH Industry Forum (DASH-IF) |
| Выпущен | MPEG-DASH standardized as ISO/IEC 23009-1 in 2012 |
| Последняя версия | ISO/IEC 23009-1:2022 (4th edition) |
| Открыть стандартное | Да · без роялти |
| Спецификация | www.iso.org |
Конвертации DASH
Вопросы и ответы сообщества
спрошено пользователямиВопросов пока нет - станьте первым, кто спросит о файлах DASH.