.DASH

DASH File

MPEG-DASH Media Segment / Stream File
Ask a question
QUICK ANSWER

A DASH file is a media segment or raw stream from an MPEG-DASH adaptive video - part of a multi-file streaming package, not a standalone movie. To play it, open the accompanying .mpd manifest in VLC rather than the segment itself. To get a normal video file, use FFmpeg to remux the stream into MP4.

Developer: MPEG (ISO/IEC) / DASH Industry Forum Category: Video Files Open standard MIME: video/mp4
OPENS ON Windows macOS Linux Web
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Aug 19, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the DASH file format?

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.

Security & safety

RISK: LOW

DASH 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.

Format details

in a nutshell
FULL NAMEMPEG-DASH Media Segment / Stream Fileaka Dynamic Adaptive Streaming over HTTP file, DASH segment
DEVELOPERMPEG (ISO/IEC) / DASH Industry Forumsince MPEG-DASH standardized as ISO/IEC 23009-1 in 2012
CATEGORYVideo Files
MIME TYPEvideo/mp4
TYPEAdaptive-streaming media segment (fragmented MP4 / ISO BMFF), referenced by an MPD manifest
STANDARDOpen · royalty-free
This extension is also used by…
  • 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.
MAGIC BYTES · FILE SIGNATURE
OFFSET
0405060708090a0b
HEX
0000001866747970
ASCII
····ftyp
A .dash media segment is fragmented MP4 (ISO BMFF): an 'ftyp'/'styp' box near the start (the four ASCII bytes 66 74 79 70 / 73 74 79 70 at offset 4), followed by moof/mdat fragments. The companion manifest (.mpd) is plain XML and has no binary magic. Some tools also emit the whole stream concatenated into one .dash file.

Programs that open DASH files

Windows3 apps
VLC media player Open-source Open the .mpd manifest (Media > Open File) rather than a lone segment; VLC plays the adaptive stream.
FFmpeg / FFplay Open-source Play with ffplay stream.mpd, or remux to MP4: ffmpeg -i stream.mpd -c copy out.mp4
GPAC MP4Box / MP4Client Open-source Inspect, package and play DASH; MP4Box -info on the segment, or open the .mpd in MP4Client.
macOS2 apps
VLC media player Open-source Open the .mpd manifest to play the adaptive stream.
FFmpeg Open-source Remux the DASH stream to MP4 with -c copy for a standard playable file.
Linux1 app
VLC / FFmpeg / GPAC Open-source Same toolchain: VLC or ffplay on the .mpd; MP4Box for packaging/inspection.
Web2 apps
dash.js (reference player) Open-source The DASH-IF reference HTML5 player; load the .mpd URL to play in a browser via Media Source Extensions.
Shaka Player Open-source Google's adaptive player; point it at the .mpd to stream DASH (and HLS) in the browser.

Technical details

deep spec
Container formatFragmented ISO Base Media File Format (ISO BMFF / fMP4)
Byte orderBig-endian
MIME type (segments)video/mp4 or video/iso.segment
MIME type (manifest)application/dash+xml (companion .mpd file)
Magic bytesftyp or styp at byte offset 4 (hex: 66 74 79 70 / 73 74 79 70)
Segment structureInitialization segment (ftyp + moov) followed by media segments (styp + moof + mdat)
Typical segment duration2-10 seconds of playback per segment
Typical segment size0.5-10 MB per segment, depending on codec and resolution
Supported video codecsH.264 (AVC), H.265 (HEVC), AV1; resolution up to 4K with H.264, up to 8K with HEVC/AV1
Supported audio codecsAAC (typical); 44.1 kHz or 48 kHz sample rate
Color depth8-bit 4:2:0 (standard); 10-bit for HDR content (HEVC Main10, AV1)
Encryption / DRMOptional Common Encryption (CENC): AES-CTR or AES-CBC; Widevine and PlayReady compatible
Adaptive bitrateMultiple representations at varying resolutions and bitrates; client selects per-segment based on bandwidth
DASH profile signallingProfile URI in MPD (e.g., urn:mpeg:dash:profile:isoff-live:2011); ftyp brand e.g. 'dash', 'iso6'
Developer / standard bodyMPEG (ISO/IEC) and DASH Industry Forum (DASH-IF)
ReleasedMPEG-DASH standardized as ISO/IEC 23009-1 in 2012
Latest versionISO/IEC 23009-1:2022 (4th edition)
Open standardYes · royalty-free
Specificationwww.iso.org

DASH conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with DASH files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about DASH files.

Frequently asked questions

What is a DASH file and how do I play it?
It's a segment (or stream) of an MPEG-DASH adaptive video. Don't open a lone segment - open the accompanying .mpd manifest in VLC, or use a web player like dash.js / Shaka Player.
Why won't my .dash file play on its own?
A single segment needs its initialization segment and the .mpd manifest to be playable. Point your player at the .mpd, or remux all the parts into an MP4 with FFmpeg first.
How do I convert DASH to MP4?
Use FFmpeg: ffmpeg -i stream.mpd -c copy out.mp4. This remuxes without re-encoding. GPAC's MP4Box can also assemble segments into a plain MP4.
What's the difference between DASH and HLS?
Both are HTTP adaptive streaming. DASH (MPEG-DASH) is an open ISO standard using an .mpd manifest and fragmented MP4; HLS is Apple's scheme using an .m3u8 playlist and (traditionally) .ts segments.
Is a .dash file always a video?
Mostly, but the extension is reused. Some Dashlane password-manager backups are also called .dash - those are encrypted password vaults, not video. Check what created the file.
Which player opens MPEG-DASH on the desktop?
VLC (open the .mpd) is the easiest free desktop player; FFplay and GPAC's MP4Client also work. In the browser, dash.js and Shaka Player are the reference players.

References

1ISO/IEC 23009-1 - MPEG-DASH standardwww.iso.org
2DASH Industry Forum - dash.js reference playergithub.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z