.BDMV

BDMV File

Blu-ray Disc Movie Information File
Ask a question
QUICK ANSWER

A .bdmv file (index.bdmv or MovieObject.bdmv) is a small navigation index inside a Blu-ray disc's BDMV folder. It contains no video - the actual movie lives in BDMV/STREAM as .m2ts files. To watch it, open the parent folder (or the disc) in VLC rather than clicking the .bdmv file itself.

Developer: Blu-ray Disc Association (BDA) Category: Video Files MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Aug 7, 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 BDMV file format?

Files with .bdmv extension store information about Blu-ray Disc contents. These files do not hold actual video or audio data; they are compact binary index and navigation files. .bdmv files can be described as metafiles - they describe the structure of video, audio, menu and other elements stored on the disc, pointing players to the correct .m2ts streams. .bdmv files are stored in the main BDMV disc folder, alongside a BACKUP subfolder that mirrors the two most critical index files. .bdmv files may also be found on a ripped Blu-ray disc, but they are useless unless a proper player that understands the full directory tree is used to open them.

The most common files with the .bdmv extension are:

  • index.bdmv - describes the top-level title index of the disc; exactly one copy exists in the BDMV folder and one in BDMV/BACKUP.
  • MovieObject.bdmv - describes the HDMV movie objects and navigation commands; just as index.bdmv, only a single such file can be present on the disc.
  • id.bdmv - contains disc identity and certificate information used for player authentication.
  • sound.bdmv - a less common file that stores HDMV Interactive Graphics audio stream data, typically saved in the AUXDATA folder.

Movies that use .bdmv navigation files can be played on a computer using dedicated tools. The Blu-ray format was developed and is maintained by the Blu-ray Disc Association (BDA). The internal format version is embedded in each file's 8-byte header - version 0200 is standard for most Blu-ray discs, while 0300 appears on some UHD/4K Blu-ray releases. AVCHD camcorder recordings also reuse the same BDMV folder structure.

Security & safety

RISK: LOW

A .bdmv index file is small binary metadata, not executable and not video - opening it is harmless (and does nothing visible). The real cautions are legal and source-related: ripping retail Blu-rays bypasses AACS copy protection, which is restricted in some jurisdictions, and "free Blu-ray player / BDMV codec" download sites are a common vector for bundled adware/PUP - get VLC, MakeMKV and HandBrake only from their official sites. A BDMV folder copied from an untrusted source is just data, but treat unexpected disc images with normal caution.

Format details

in a nutshell
FULL NAMEBlu-ray Disc Movie Information Fileaka BDMV index file, index.bdmv
DEVELOPERBlu-ray Disc Association (BDA)since 2006 (Blu-ray Disc / BD-ROM specification)
CATEGORYVideo Files
MIME TYPEapplication/octet-stream
TYPEBinary index/navigation file for the Blu-ray BDMV disc structure (not video data)
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304050607
HEX
494E445830313030
ASCII
INDX0100
The two .bdmv files carry their own 8-byte ASCII type+version headers at offset 0: index.bdmv = "INDX" + version (e.g. INDX0100/0200/0300), MovieObject.bdmv = "MOBJ" + version (MOBJ0100/0200/0300). These are navigation/index files - they contain NO audio or video data, which lives in BDMV/STREAM/*.m2ts. A .bdmv file is meaningless outside its full BDMV folder.

Programs that open BDMV files

Windows4 apps
VLC media player Open-source Media > Open Disc and point at the Blu-ray, or open the folder ABOVE BDMV - VLC reads index.bdmv and plays the title. Don't open index.bdmv alone.
Cyberlink PowerDVD Paid The mainstream commercial Blu-ray player; opens the disc/BDMV folder and handles menus and AACS-protected retail discs.
Leawo Blu-ray Player Free Free Blu-ray/BDMV folder player with menu support - open the disc or the BDMV's parent folder.
MakeMKV Freemium Not a player but a ripper: open the BDMV folder/disc to extract titles to MKV (decrypts retail discs). Use to turn a BDMV into a watchable file.
macOS2 apps
VLC media player Open-source Open the folder containing BDMV (or the disc). VLC follows index.bdmv to the streams.
MakeMKV Freemium Rip the BDMV folder/disc to MKV for playback in any Mac player.
Linux2 apps
VLC media player Open-source Open the disc or the BDMV parent folder; install libaacs/libbdplus for protected discs. Plays via the index.
MakeMKV Freemium Available for Linux; rip the BDMV folder/disc to MKV.

Technical details

deep spec
EncodingBinary (big-endian byte order throughout)
File header8-byte ASCII type + version string at offset 0; e.g., `INDX0100` for `index.bdmv`, `MOBJ0200` for `MovieObject.bdmv`
Internal version fieldASCII substring embedded in the header: `0100`, `0200` (standard BD), or `0300` (UHD/4K Blu-ray)
Typical file sizeA few hundred bytes to a few KB; both `index.bdmv` and `MovieObject.bdmv` are small navigation tables
CompressionNone - files consist of fixed-field offset tables and navigation data
EncryptionNone - `.bdmv` index files are unencrypted; disc video streams may use AACS or BD+
Disc location`BDMV/` root directory; redundant copies of `index.bdmv` and `MovieObject.bdmv` kept in `BDMV/BACKUP/`
MIME typeapplication/octet-stream
Role in disc structureNavigation and index only; video resides in `BDMV/STREAM/*.m2ts`, playlists in `BDMV/PLAYLIST/`[`.mpls`](/format/mpls), clip info in `BDMV/CLIPINF/*.clpi`
Compatible disc typesBD-ROM (Blu-ray Disc) and AVCHD camcorder discs share the same BDMV folder layout
Named file variants`index.bdmv`, `MovieObject.bdmv`, `id.bdmv`, `sound.bdmv`
Standalone usabilityMeaningless without the surrounding BDMV folder tree; players must open the folder or an [ISO image](/format/iso), not the `.bdmv` file alone
Backup and integrityNo per-file checksum; integrity relies on mandatory mirror copies of `index.bdmv` and `MovieObject.bdmv` in `BDMV/BACKUP/`
Released2006 (Blu-ray Disc / BD-ROM specification)
Latest versionBDMV version 0200 (BD); 0300 used on some UHD/4K Blu-ray discs
Specificationblu-raydisc.com

BDMV conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with BDMV 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 BDMV files.

Frequently asked questions

What is a .bdmv file?
A small Blu-ray index/navigation file (usually index.bdmv or MovieObject.bdmv) inside a disc's BDMV folder. It lists the disc's titles and playlists - it contains no video itself.
How do I play a BDMV / index.bdmv file?
Don't open index.bdmv directly. In VLC use Media > Open Disc, or open the folder that CONTAINS the BDMV folder - the player follows the index to the actual video (the .m2ts streams).
Why won't index.bdmv play as a movie?
Because it isn't a movie - it's just the table of contents. The video is in BDMV/STREAM as .m2ts files, sequenced by .mpls playlists. Open the disc/folder, not the index file.
How do I convert a BDMV folder to MP4 or MKV?
Use MakeMKV to rip the main title to MKV (lossless), or HandBrake to encode the BDMV folder to MP4. Point the tool at the BDMV folder; it reads index.bdmv automatically.
What's the difference between index.bdmv and MovieObject.bdmv?
index.bdmv lists the disc's titles and the first object to run; MovieObject.bdmv holds the navigation 'movie objects' that control which playlists play and how menus behave. Both are index files, not video.
Which file is the actual movie on a Blu-ray?
The .m2ts files in BDMV/STREAM (the largest one is usually the main feature), assembled by a .mpls playlist in BDMV/PLAYLIST. The .bdmv files only point to them.

References

1Blu-ray Disc Association - official siteblu-raydisc.com
2fileformat.com - BDMV file formatdocs.fileformat.com

Keep exploring

across the database

Top extensions this week

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

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