Skip to content
/ pgs Public

Parsing Presentation Graphic Stream (BluRay Subtitle Format - SUP files)

License

Notifications You must be signed in to change notification settings

mbolaric/pgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation Graphic Stream

Parsing Presentation Graphic Stream (BluRay Subtitle Format - SUP files)

Build Status

Usage

use pgs_parse::PgsParser;

let parser = PgsParser::parse("subtitle.sup");
match parser {
    Ok(parser) => {
        let ds = parser.get_display_sets();
        // ...
    },
    Err(err) => {
        // ...
    }
}

About

Parsing Presentation Graphic Stream (BluRay Subtitle Format - SUP files)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages