Crate subtile

source ·
Expand description

This crate attempt to provide utilities to parse subtitles. Work is started from vobsub crates.io, repository which no longer seems to be maintained.

§Contributing

Your feedback and contributions are welcome! Please see Subtile on GitHub for details.

Modules§

  • SubRip/Srt fonctionnality
  • Subtitle Time management
  • This module reads DVD subtitles in VobSub format. These are typically stored as two files: an *.idx file summarizing the subtitles, and an MPEG-2 Program Stream containing the actual subtitle packets.

Enums§

  • A type representing errors that are specific to subtile. Note that we may normally return Error, not SubError, which allows to return other kinds of errors from third-party libraries.