Skip to content
/ sup2pgm Public

Converts BluRay presentation graphics streams (SUP subtitles) to PGM images one can later transcode or OCR.

License

Notifications You must be signed in to change notification settings

ksa242/sup2pgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUP2PGM
Converts BluRay presentation graphics streams (SUP subtitles) to PGM images
one can later transcode or OCR into text.


sup2pgm is designed to mimic the behaviour of subtitle2pgm from transcode
suite (http://tcforge.berlios.de/).  It reads the SUP stream, dumps subtitle
images to PGM files and saves timecodes to an SRT file.

Usage:  sup2pgm [options]
Options:
    -i <file_name>  Use file_name for input (default: stdin).
    -o <base_name>  Use base_name for output files (default: movie_subtitle).
    -v              Be verbose: dump parsed packets.


Thanks to 0xdeadbeef for BDSup2Sub I've ripped most of the code from.


Copyright (c) 2013, Sergey Kolchin <ksa242@gmail.com>
All rights reserved.
Released under 3-clause BSD License.

About

Converts BluRay presentation graphics streams (SUP subtitles) to PGM images one can later transcode or OCR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages