Updated dvdsubtitles to 0.6.1.2007011316
| /trunk/tools/multimedia/dvd/dvdsubtitles/dvdsubtitles.sh |
|---|
| 1,10 → 1,10 |
| #!/bin/sh |
| appname="${0##*/}" |
| ver="0.6.1.2006031907" |
| copy="2005, 2006" |
| ver="0.6.1.2007011316" |
| copy="2005-2007" |
| mail_feedback="dvd@PointedEars.de" |
| # ---------------------------------------------------------------------------- |
| # DVD Subtitles 0.6.1 -- Extracts subtitles from Video DVD data to a text file |
| # DVD Subtitles 0.6.1 -- Extracts subtitles from DVD-Video data to a text file |
| # Copyright (C) 2005, 2006 Thomas Lahn <PointedEars@gmx.de> |
| # |
| # This program is free software; you can redistribute it and/or modify it |
| 46,10 → 46,12 |
| _help () |
| { |
| echo "\ |
| Extracts a subtitle stream from Video DVD data and converts it to a text file. |
| Extracts a subtitle stream from DVD-Video data and converts it to a text file. |
| $extd$appname$norm [options] ${ital}SOURCE$norm |
| $extd$appname$norm [$extd-hVkl$norm] [${ital}SOURCE$norm [${ital}TITLE$norm\ |
| Deprecated: |
| $extd$appname$norm [$extd-hVkl$norm] [${ital}SOURCE$norm [${ital}TITLE$norm\ |
| [${ital}SUBTITLE$norm [${ital}TARGET$norm [${ital}GREY_LEVELS$norm]]]]] |
| Any option argument is overwritten by the respective additional program |
| 61,7 → 63,8 |
| Compile subtitle text files according to subtitle index\ |
| ${ital}FILE$norm |
| or to subtitle index files in ${ital}DIRECTORY$norm to\ |
| ${ital}TARGET$norm. Clean up if this is successful, then exit. |
| ${ital}TARGET$norm. Clean up |
| if this is successful, then exit. |
| $extd-k$norm, $extd--keep$norm Keep subtitle stream file even if\ |
| conversion is successful. |
| /trunk/tools/multimedia/dvd/dvdsubtitles/dvdsubtitles.1 |
|---|
| 25,7 → 25,7 |
| .SH NAME |
| dvdsubtitles \- Extract subtitle stream from Video DVD data to text file |
| dvdsubtitles \- Extract subtitle stream from DVD-Video data to text file |
| .SH SYNOPSIS |
| 58,6 → 58,8 |
| .RI [ SUBTITLE |
| .RI [ TARGET |
| .RI [ GREY_LEVELS ]]]]] |
| .br |
| (deprecated) |
| .SH DESCRIPTION |
| 68,8 → 70,8 |
| .BR tcextract (1) |
| from the |
| .B transcode |
| package to extract a subtitle stream from DVD data. This stream is converted |
| into image files with |
| package to extract a subtitle stream from DVD-Video data. This stream |
| is converted into image files with |
| .BR subtitle2pgm , |
| and those are converted to text files using |
| .BR pgm2txt , |
| 89,7 → 91,7 |
| .PP |
| The |
| .B -c |
| option allows for compiling existing text files into that format according |
| option allows for compiling existing text files into that format according to |
| a subtitle index file without extracting a subtitle stream first (see below). |
| \" .PP |
| \" If the |
| 145,7 → 147,8 |
| Options are supported since version 0.4. This aims at achieving POSIX |
| conformance and easy introduction of new features while maintaining |
| backwards compatibility to versions before 0.4. |
| backwards compatibility to versions before 0.4. However, non-option |
| calls are deprecated and may not be supported in future versions. |
| .PP |
| If additional program arguments are used, any option argument is |
| overwritten by the corresponding program argument. Options may be |