Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 21 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | 23 | ||
24 | .TH dvdsubtitles 1 "2006-02-15" "0.6.1.2006021519" "DVD Tools" |
24 | .TH dvdsubtitles 1 "2006-02-15" "0.6.1.2006021519" "DVD Tools" |
25 | 25 | ||
26 | 26 | ||
27 | .SH NAME |
27 | .SH NAME |
28 | dvdsubtitles \- Extract subtitle stream from Video DVD data to text file |
28 | dvdsubtitles \- Extract subtitle stream from DVD-Video data to text file |
29 | 29 | ||
30 | 30 | ||
31 | .SH SYNOPSIS |
31 | .SH SYNOPSIS |
32 | 32 | ||
33 | .B dvdsubtitles |
33 | .B dvdsubtitles |
Line 56... | Line 56... | ||
56 | .RI [ SOURCE |
56 | .RI [ SOURCE |
57 | .RI [ TITLE |
57 | .RI [ TITLE |
58 | .RI [ SUBTITLE |
58 | .RI [ SUBTITLE |
59 | .RI [ TARGET |
59 | .RI [ TARGET |
60 | .RI [ GREY_LEVELS ]]]]] |
60 | .RI [ GREY_LEVELS ]]]]] |
- | 61 | .br |
|
- | 62 | (deprecated) |
|
61 | 63 | ||
62 | 64 | ||
63 | .SH DESCRIPTION |
65 | .SH DESCRIPTION |
64 | 66 | ||
65 | Uses |
67 | Uses |
66 | .BR tccat (1) |
68 | .BR tccat (1) |
67 | and |
69 | and |
68 | .BR tcextract (1) |
70 | .BR tcextract (1) |
69 | from the |
71 | from the |
70 | .B transcode |
72 | .B transcode |
71 | package to extract a subtitle stream from DVD data. This stream is converted |
73 | package to extract a subtitle stream from DVD-Video data. This stream |
72 | into image files with |
74 | is converted into image files with |
73 | .BR subtitle2pgm , |
75 | .BR subtitle2pgm , |
74 | and those are converted to text files using |
76 | and those are converted to text files using |
75 | .BR pgm2txt , |
77 | .BR pgm2txt , |
76 | both from the |
78 | both from the |
77 | .B subtitleripper |
79 | .B subtitleripper |
Line 87... | Line 89... | ||
87 | .BR sed (1). |
89 | .BR sed (1). |
88 | (See Output Format below.) |
90 | (See Output Format below.) |
89 | .PP |
91 | .PP |
90 | The |
92 | The |
91 | .B -c |
93 | .B -c |
92 | option allows for compiling existing text files into that format according |
94 | option allows for compiling existing text files into that format according to |
93 | a subtitle index file without extracting a subtitle stream first (see below). |
95 | a subtitle index file without extracting a subtitle stream first (see below). |
94 | \" .PP |
96 | \" .PP |
95 | \" If the |
97 | \" If the |
96 | \" .B -S |
98 | \" .B -S |
97 | \" option is used, this program also performs a minor correction of common |
99 | \" option is used, this program also performs a minor correction of common |
Line 143... | Line 145... | ||
143 | 145 | ||
144 | .SH OPTIONS |
146 | .SH OPTIONS |
145 | 147 | ||
146 | Options are supported since version 0.4. This aims at achieving POSIX |
148 | Options are supported since version 0.4. This aims at achieving POSIX |
147 | conformance and easy introduction of new features while maintaining |
149 | conformance and easy introduction of new features while maintaining |
148 | backwards compatibility to versions before 0.4. |
150 | backwards compatibility to versions before 0.4. However, non-option |
- | 151 | calls are deprecated and may not be supported in future versions. |
|
149 | .PP |
152 | .PP |
150 | If additional program arguments are used, any option argument is |
153 | If additional program arguments are used, any option argument is |
151 | overwritten by the corresponding program argument. Options may be |
154 | overwritten by the corresponding program argument. Options may be |
152 | given in any order, and are also considered options if located after |
155 | given in any order, and are also considered options if located after |
153 | the first program argument. Too many program arguments are silently |
156 | the first program argument. Too many program arguments are silently |