vobsub2png

Crates.iovobsub2png
lib.rsvobsub2png
version0.1.4
sourcesrc
created_at2017-02-13 13:08:17.663575
updated_at2017-05-22 15:03:59.23665
descriptionTool to convert DVD VobSub-format subtitles (*.sub/*.idx files) to PNGs
homepage
repositoryhttps://github.com/emk/subtitles-rs
max_upload_size
id8499
size5,602
Eric Kidd (emk)

documentation

https://github.com/emk/subtitles-rs/blob/master/vobsub2png/README.md

README

vobsub2png: Convert sub/idx files to PNGs & JSON

Latest version License Build Status Build status

This is a small utility for people who want to look at subtitles in sub/idx format, but who don't want to mess around with MPEG-2 Program Stream decoding. To install:

curl https://sh.rustup.rs -sSf | sh
cargo install vobsub2png

Assuming you have two files movie.idx and movie.sub, you can then run:

vobsub2png movie.idx

This will create a directory movie_subtitles containing one PNG for each subtitle, plus an index.json file with various metadata, including the time that each subtitle is displayed.

For more options, run:

vobsub2png --help

Contributing

Your feedback and contributions are welcome! For more information, see the subtitles-rs project.

Commit count: 373

cargo fmt