Skip to content

Releases: cubicibo/ScenariStream

v0.0.5

14 Oct 16:09
Compare
Choose a tag to compare

ScenariStream v0.0.5

  • Remove a TextST Style segment parsing workaround since SubtitleEdit was fixed.
  • Rewrite the time conversion functions, add a context to convert format with lower precision (TS < 33-bit) to MPEG-TS (33-bit)
  • Add a first PTS option to the client to set-up appropriately the time conversion context.

This release addresses appropriately the timestamp wrap-around of SUP/MNU files that are converted to xES+MUI. Now, xES+MUI files produced from raw streams may have a maximum length of 26 hours and 30 or so minutes.

v0.0.4

04 Aug 13:20
Compare
Choose a tag to compare

This release fixes the timestamp computation when converting from raw stream to ES+MUI.

v0.0.3

18 Jun 20:16
Compare
Choose a tag to compare

— Add unidirectional TextST to TES+MUI conversion support.
— Code clean-up, slightly more usable API.

v0.0.2

17 May 21:33
Compare
Choose a tag to compare
  • ScenariStream can now be optionally installed as a Python package for interfacing.
  • Change some function names.
  • Split command line client to a separate file.