Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dvd_info [2023/04/09 21:42] – [dvd_info] beandog | dvd_info [2025/02/07 10:29] (current) – beandog | ||
---|---|---|---|
Line 3: | Line 3: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
* Portability: | * Portability: | ||
* [[dvd_copy]] | * [[dvd_copy]] | ||
* [[dvd_drive_status]] | * [[dvd_drive_status]] | ||
- | * [[dvd_eject]] | ||
* [[dvd_player]] | * [[dvd_player]] | ||
- | * [[dvd_trip]] | + | * [[dvd_rip]] |
My own set of C programs that are small utilities for reading DVD info, and managing DVD drives. | My own set of C programs that are small utilities for reading DVD info, and managing DVD drives. | ||
Line 19: | Line 19: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||
Line 35: | Line 35: | ||
See '' | See '' | ||
- | |||
- | < | ||
- | dvd_info - display information about a DVD | ||
- | |||
- | Usage: dvd_info [path] [options] | ||
- | |||
- | Options: | ||
- | -t, --track < | ||
- | -j, --json | ||
- | |||
- | Detailed information: | ||
- | -v, --video | ||
- | -a, --audio | ||
- | -s, --subtitles | ||
- | -c, --chapters | ||
- | -d, --cells | ||
- | -x, --all | ||
- | |||
- | Narrow results: | ||
- | -l, --longest Track with the longest length | ||
- | -A, --has-audio | ||
- | -S, --has-subtitles | ||
- | -E, --seconds < | ||
- | -M, --minutes < | ||
- | -T, --vts < | ||
- | -L, --valid Track is marked as valid | ||
- | |||
- | Other: | ||
- | -i, --id Display DVD ID only | ||
- | -u, --volume Display DVD UDF volume name only (for ISO or disc) | ||
- | -g, --xchap | ||
- | -h, --help | ||
- | --version | ||
- | |||
- | DVD path can be a device name, a single file, or a directory (default: /dev/sr0) | ||
- | </ | ||
=== Human-friendly output === | === Human-friendly output === | ||
Line 77: | Line 41: | ||
< | < | ||
- | $ dvd_info | + | $ dvd_info BATMAN_THE_ANIMATED_SERIES.iso |
Disc Title: BATMAN_ANIMATED_SERIES_DISC1 | Disc Title: BATMAN_ANIMATED_SERIES_DISC1 | ||
Title: 01, Length: 02: | Title: 01, Length: 02: | ||
Line 99: | Line 63: | ||
< | < | ||
- | $ dvd_info -t 6 1.005.0053.BATMAN_THE_ANIMATED_SERIES.iso | + | $ dvd_info -t BATMAN_THE_ANIMATED_SERIES.iso |
Disc Title: BATMAN_ANIMATED_SERIES_DISC1 | Disc Title: BATMAN_ANIMATED_SERIES_DISC1 | ||
Title: 06, Length: 00: | Title: 06, Length: 00: |