logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

subp2pgm - convert VobSub DVD subtitles into pgm files and xml description

Authors

       Manual page by Marc Espie, Olivier Rolland

Linux                                           January 20, 2007                                     SUBP2PGM(1)

Description

subp2pgm  converts  DVD  subtitles  from  the  VobSub  format  into an intermediate form suitable for OCR
       extraction.

       subp2pgm takes two files as input, which should be named <vobsub>.idx and <vobsub>.sub, where  vobsub  is
       the basename of the files.

       subp2pgm outputs one .pgm graphics file for each subtitle image, and a .xml description file with correct
       timing annotation, where each subtitle entry is replaced by the corresponding graphics file.

       After OCR conversion, such a file can be transformed into a proper srt file by subptools(1).  The options
       are as follows:

       -h,--help
              Display usage and quit.

       -v,--verbose
              Increase verbosity level.

       -f,--forced
              Extract forced subtitles only.

       -n,--normalize
              Normalize the palette.

       -o,--outputoutput
              Basename for all pgm output files and the xml description.

       -s,--sidsid
              Selects subtitle id from a vobsub file with several subtitle streams.  Defaults to 0.

Name

       subp2pgm - convert VobSub DVD subtitles into pgm files and xml description

See Also

subptools(1)

Synopsis

       subp2pgm [-hvf] [-o output] [-s sid] vobsub

See Also