home.social

#vobsub — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vobsub, aggregated by home.social.

fetched live
  1. I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.

    It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.

    The code is coming along nicely. It can now read and parse the 2048 byte data blocks.

    github.com/vkbo/Subtle/blob/vo

    #Python #Subtitles #DVD #VobSub

  2. I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.

    It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.

    The code is coming along nicely. It can now read and parse the 2048 byte data blocks.

    github.com/vkbo/Subtle/blob/vo

    #Python #Subtitles #DVD #VobSub