Skip to content

dvd_debug

Steve Dibb edited this page Mar 7, 2022 · 2 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_info
dvd_info /dev/sr1
dvd_info dvd_video.iso
dvd_info ~/Videos/DVD/
dvd_info D:\
Clone this wiki locally