change-iso-label

2025-12-13

@896
Hello, would it be possible to add a feature to change disc title when using rip to ISO?

Many discs are improperly authored where the disc title is "TITLE" or "VOLUME" or "#####" or other things.
Right now I have to rip to folder and rebuild ISO with ImgBurn to fix the title.
It would be nice to eliminate those steps.

Thank you. It is a great program.

Free portable command line tool to change the volume label of .iso file.

This tool will change the volume identifiers of PVD/IUVD/LVD/FSD in the UDF file system.

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

Command Line

Usage:
        change-iso-label [ISO File] [Volume Label]

Example:
        # change volume label of d:\bd.iso to 'The Monkey'
        change-iso-label d:\bd.iso "The Monkey"

        # print the volume label of d:\bd.iso
        change-iso-label d:\bd.iso

Changelog

Version 1.0 2025-12-13
  First public release