jww / telestream-cloud-ruby-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telestream Cloud API client

Getting Started

Obtain address for TCS api

In order to use TCS api client first you need to get ApiKey. Login to website, go to Flip service and open API Access tab. You account will be identified by unique Api Key, if it is unavailable click Reset button.

Install

Add the following line to Gemfile:

gem 'telestream_cloud'

and run bundle install from your shell.

To install the gem manually from your shell, run:

gem install telestream_cloud

Services

Api client is divided into parts corresponding to services provided. Currently supported services include:

  • Flip - high-volume media transcoding to multiple formats
  • Timed Text Speech - automated captions and subtitles creation
  • Quality Control - automated quality control for file base media

About

License:MIT License


Languages

Language:Ruby 99.4%Language:Shell 0.6%