GithubHelp home page GithubHelp logo

Comments (4)

philcluff avatar philcluff commented on June 4, 2024

Hi @matthewlein, thanks for letting us know.

We're working on a release for the Ruby SDK which will address this issue and add support for Generated VOD captions. It's likely that this API field was not present (or not an emum) in 1.9.0, so wasn't being validated.

Thanks.

from mux-ruby.

philcluff avatar philcluff commented on June 4, 2024

Hey @matthewlein, this is now available in 3.11.0.

Thanks!

from mux-ruby.

holman avatar holman commented on June 4, 2024

Going to add this little bit here since it wasn't immediately apparent in the .md docs as to how to use the new API (it's easy to quickly get lost in the nested land of "what needs to be a Hash and what needs to be an Array", hah). Basically gets added as an option to a Hash on Array input to input rather than being directly added to input:

    create_asset_request.input = [{
      generated_subtitles: [
        MuxRuby::AssetGeneratedSubtitleSettings.new(
          name: "English CC",
          language_code: "en"
        )
      ]
    }]

(Yes, I'm primarily making this note here because inevitably the poor schmuck who runs into this next time will be... me.)

from mux-ruby.

philcluff avatar philcluff commented on June 4, 2024

Thanks for the feedback @holman, I really appreciate it. We're working on an improved SDK which will include better documentation, I'll make sure that this includes generated captions.

Thanks!

from mux-ruby.

Related Issues (19)

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.