Tools / content-hash-verifier

content-hash-verifier

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

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

Command Line

content-hash-verifier - Verify the integrity of M2TS files
Usage:
        content-hash-verifier [switch] [ImageFile or MovieFolder]

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

Example:
        content-hash-verifier -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

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