Rev 20 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 20 | Rev 21 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #!/bin/sh
|
1 | #!/bin/sh
|
| 2 | appname="${0##*/}" |
2 | appname="${0##*/}" |
| 3 | ver="0.6.1.2006031907" |
3 | ver="0.6.1.2007011316" |
| 4 | copy="2005, 2006" |
4 | copy="2005-2007" |
| 5 | mail_feedback="dvd@PointedEars.de" |
5 | mail_feedback="dvd@PointedEars.de" |
| 6 | # ----------------------------------------------------------------------------
|
6 | # ----------------------------------------------------------------------------
|
| 7 | # DVD Subtitles 0.6.1 -- Extracts subtitles from Video DVD data to a text file
|
7 | # DVD Subtitles 0.6.1 -- Extracts subtitles from DVD-Video data to a text file
|
| 8 | # Copyright (C) 2005, 2006 Thomas Lahn <PointedEars@gmx.de>
|
8 | # Copyright (C) 2005, 2006 Thomas Lahn <PointedEars@gmx.de>
|
| 9 | #
|
9 | #
|
| 10 | # This program is free software; you can redistribute it and/or modify it
|
10 | # This program is free software; you can redistribute it and/or modify it
|
| 11 | # under the terms of the GNU General Public License (GPL) as published
|
11 | # under the terms of the GNU General Public License (GPL) as published
|
| 12 | # by the Free Software Foundation; either version 2 of the License, or
|
12 | # by the Free Software Foundation; either version 2 of the License, or
|
| Line 44... | Line 44... | ||
| 44 | }
|
44 | }
|
| 45 | 45 | ||
| 46 | _help () |
46 | _help () |
| 47 | {
|
47 | {
|
| 48 | echo "\ |
48 | echo "\ |
| 49 | Extracts a subtitle stream from Video DVD data and converts it to a text file.
|
49 | Extracts a subtitle stream from DVD-Video data and converts it to a text file.
|
| 50 | 50 | ||
| 51 | $extd$appname$norm [options] ${ital}SOURCE$norm
|
51 | $extd$appname$norm [options] ${ital}SOURCE$norm
|
| - | 52 | ||
| - | 53 | Deprecated:
|
|
| 52 | $extd$appname$norm [$extd-hVkl$norm] [${ital}SOURCE$norm [${ital}TITLE$norm\
|
54 | $extd$appname$norm [$extd-hVkl$norm] [${ital}SOURCE$norm [${ital}TITLE$norm\
|
| 53 | [${ital}SUBTITLE$norm [${ital}TARGET$norm [${ital}GREY_LEVELS$norm]]]]]
|
55 | [${ital}SUBTITLE$norm [${ital}TARGET$norm [${ital}GREY_LEVELS$norm]]]]]
|
| 54 |
|
56 |
|
| 55 | Any option argument is overwritten by the respective additional program
|
57 | Any option argument is overwritten by the respective additional program
|
| 56 | argument. Options may be given in any order, and are also considered
|
58 | argument. Options may be given in any order, and are also considered
|
| Line 59... | Line 61... | ||
| 59 | 61 | ||
| 60 | $extd-c$norm, $extd--compile$norm ${ital}FILE$norm | ${ital}DIRECTORY$norm
|
62 | $extd-c$norm, $extd--compile$norm ${ital}FILE$norm | ${ital}DIRECTORY$norm
|
| 61 | Compile subtitle text files according to subtitle index\
|
63 | Compile subtitle text files according to subtitle index\
|
| 62 | ${ital}FILE$norm
|
64 | ${ital}FILE$norm
|
| 63 | or to subtitle index files in ${ital}DIRECTORY$norm to\
|
65 | or to subtitle index files in ${ital}DIRECTORY$norm to\
|
| - | 66 | ${ital}TARGET$norm. Clean up
|
|
| 64 | ${ital}TARGET$norm. Clean up if this is successful, then exit.
|
67 | if this is successful, then exit.
|
| 65 | 68 | ||
| 66 | $extd-k$norm, $extd--keep$norm Keep subtitle stream file even if\
|
69 | $extd-k$norm, $extd--keep$norm Keep subtitle stream file even if\
|
| 67 | conversion is successful.
|
70 | conversion is successful.
|
| 68 | 71 | ||
| 69 | $extd-l$norm, $extd--list$norm List subtitles for TITLE using\
|
72 | $extd-l$norm, $extd--list$norm List subtitles for TITLE using\
|