Tools / ContentHashVerifier

ContentHashVerifier

Free portable command line tool to verify the integrity of Blu-ray M2TS files.

Download for Windows x64
Download for Windows x86
Download for Windows ARM64
Download for macOS universal binary
Download for Linux x64/x86

Command Line

ContentHashVerifier - Verify the integrity of M2TS files
Usage:
        ContentHashVerifier [switch] [ImageFile or MovieFolder]

Switch:
        -a      abort on mismatch hash
        -h      help
        -?      help
        -nologo suppress copyright message
        -p      show progress
        -v      verbose output

Example:
        ContentHashVerifier -v e:\bd\avatar\

If you want to verify the content hash of a disc in the drive, make sure there is no bus encryption (if there is, you can run makemkv to disable it before using this tool).

Screenshots

Content Hash

Changelog

Version 1.2 2025-06-24
  Added verify content hash of AACS 2.1 .fmts files

Version 1.1 2025-02-18
  Added support verifying content hash of .iso files
  Added -a switch, which will abort to verify the current m2ts file on mismatch hash
  Added -nologo switch to suppress copyright message
  Added -p switch to show the progress
  
Version 1.0 2024-05-24
  First public release