Giter Club home page Giter Club logo

Comments (2)

xchange11 avatar xchange11 commented on July 19, 2024

A writer really nice to have. It is difficult to handle / modify a binary format as STL directly. It is easier to deal with the canonical or TTML files (within an automatic subtitling resync process for e.g), then output to the EBU STL ยซ mezzanine ยป format for next purposes, compliant with the main broadcast workflows at this time.

@Vincent-Dabouineau Yes, this kind of feature is really helpful and I also thought of this. But as @palemieux mentioned in another issue every input is converted into the internal generic model and then again to all possible output formats. This has to implications:

  1. An EBU STL writer needs also the handle other input formats like IMSC that have a different or broader feature scope.
  2. Currently all metadata is discarded.

For 1. you may do something similar was what is currently applied to the SRT writer: you only use very basic features like time, text and colours. But regarding 2.: do you also want to preserve the metadata in the GSI section of the EBU-STL file?

from ttconv.

xchange11 avatar xchange11 commented on July 19, 2024

@Vincent-Dabouineau For the time being, you may want to have a look at the Subtitle Conversion Framework. You can translate EBU STL with the STL2STLXML module to an XML representation of STL, manipulate the STLXML and then convert it back to EBU-STL with the STLXML2STL module.

If the processing of the STLXML is too cumbersome you can also translate it to EBU-TT with the STLXML2EBU-TT module, process this TTML form, convert it back to STLXML with the EBU-TT2STLXML module and use as above the STLXML2STL module as last step.

This workflow is used in some operational broadcast workflows.

from ttconv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.