Skip to content

dvd_debug

Steve Dibb edited this page Nov 1, 2024 · 4 revisions

dvd_debug is a small program that displays detailed information about a DVD. There's nothing original in here, it simply calls ifo_print function from libdvdread.

Usage

dvd_debug only takes the source as input.

Source

The DVD source can be an optical disc in a drive, a device name, an image of the disc (ISO), or a directory. With no argument, it will use the operating system's default DVD device.

dvd_debug
dvd_debug /dev/sr0
dvd_debug dvd_video.iso
dvd_debug ~/Videos/DVD/
Clone this wiki locally