-
Notifications
You must be signed in to change notification settings - Fork 4
/
dvd_info.1.txt
139 lines (99 loc) · 3.7 KB
/
dvd_info.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
DVD_INFO(1)
===========
:doctype: manpage
NAME
----
dvd_info - displays information about a DVD
SYNOPSIS
--------
*dvd_info* ['DVD PATH'] ['OPTIONS']
DESCRIPTION
-----------
Displays information about a DVD optical disc, image, or directory in
human-readable, JSON, or formatted chapter outputs.
The default device is based on your operating system, and is the primary
optical drive.
DVDs can store two kinds of subtitles -- VOBSUB, which are images, and closed
captioning, which are text. Only the VOBSUB subtitles are reported here.
DVDs may be authored by the provider to intentionally have bugs on the
structure that will cause problems during playback or ripping if the correct
track is not selected. *dvd_info* does its best to work around and flag these
tracks as invalid. See the JSON or verbose output formats to see which ones
are tagged.
DVDs may also have audio and subtitle streams marked as inactive as well. This
is normal, and usually won't show up at all in other DVD applications.
The ID of a DVD is a md5 hash of the IFOs on the disc.
The disc title is the volume name of the DVD's UDF. It will only appear if the
source is an ISO file or a physical disc.
DVDs support three audio codecs: ac3 (Dolby Digital), dts, and pcm. Dolby
Digital and DTS support up to 6 channels (5.1 surround sound). PCM supports
stereo only.
DVDs support multiple audio and subtitle languages. These are displayed in
output as a two letter string. Examples: de - German, en - English, fr -
French, it - Italian, etc.
OPTIONS
-------
*-t, --track*='TRACK'::
Limit output to the selected track. By default, list all tracks.
*-j, --json*::
Format output in JSON. All detailed information is included.
*-v, --video*::
Display detailed information about video streams.
*-a, --audio*::
Display detailed information about audio streams.
*-s, --subtitles*::
Display detailed information about VOBSUB subtitles.
*-c, --chapters*::
Display detailed information about chapters.
*-d, --cells*::
Display detailed information about cells.
*-x, --all*::
Display all optional detailed information.
*-l, --longest*::
Only display the longest track.
*-A, --has-audio*::
Limit output to tracks that have audio streams.
*-N, --has-alang*='LANGUAGE'::
Limit output to tracks with a an audio track of two-character language
code. For example, 'en', 'es', 'fr'.
*-S, --has-subtitles*::
Limit output to tracks that have VOBSUB subtitles.
*-G, --has-slang*='LANGUAGE'::
Limit output to tracks with a subtitles off two-character language
code. For example, 'en', 'es', 'fr'.
*-E, --seconds*='SECONDS'::
Limit output to tracks with a minimum length of number of seconds.
*-M, --minutes*='MINUTES'::
Limit output to tracks with a minimum length of number of minutes.
Cannot be used in combination with '--seconds'.
*-T, --vts*='NUMBER'::
Limit output to tracks in Video Title Set number.
*-L, --valid*::
Don't display tracks that may be flagged as broken or invalid.
*-i, --id*::
Display DVD unique identifier only.
*-u, --volume*::
Display DVD UDF volume name only.
*-g, --xchap*::
Display track chapters in export format suitable for mkvmerge(1).
*-h, --help*::
Display help output.
*--version*::
Display version information.
SEE ALSO
--------
dvd_backup(1), dvd_copy(1), dvd_drive_status(1), dvd_player(1), dvd_rip(1)
BUGS
----
Please file bugs at <https://github.com/beandog/dvd_info/issues>
AUTHOR
------
dvd_info was written by Steve Dibb <steve.dibb@gmail.com> and was started as a
clone of lsdvd(1).
RESOURCES
---------
Source code available at GitHub: <https://github.com/beandog/dvd_info>
COPYING
-------
Copyright \(C) 2023 Steve Dibb. Free use of this software is granted under the
terms of the GNU General Public License, version 2 (GPL).