Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dvd_info [2023/04/10 02:08] – beandog | dvd_info [2025/02/07 10:29] (current) – beandog | ||
---|---|---|---|
Line 7: | Line 7: | ||
* [[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 20: | Line 19: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||
Line 36: | 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 === |