dolbyio-samples / media-api-samples

Simple sample code examples for calling Dolby.io Media APIs

Home Page:https://docs.dolby.io/media-apis/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dolby.io Media Processing API Samples

This repository contains a collection of samples for how to make API calls or create simple media workflows.

Check the language specific README files for additional instructions.

API Key

If you don't have a developer account please visit the website and sign up to get an API Key.

https://dolby.io/products/media-processing

Environment Variables

Most of these samples expect you to define environment variables so that you don't have to put your API Key into source code. To make this easier we've included an example bash script to initialize these variables. This is optional and just provided as a convenience. You can edit the samples to meet your needs.

Recommended Workflow

  1. Copy "env.sh" to "my-env.sh"
  2. Replace variable with your API Key
  3. Execute ". my-env.sh" to initialize these variables into your environment

If you are not using a bash shell you'll need to change this to be correct for your working environment.

Terms and Contributing

See the LICENSE for details on terms of use as well as broader terms from Dolby.io. If you find any issues please create an issue in the GitHub repository. If you fork or want to contribute please contact us at support@dolby.io so that we can get a contributor agreement in place. Please reference this repository.

About

Simple sample code examples for calling Dolby.io Media APIs

https://docs.dolby.io/media-apis/docs

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 47.4%Language:C++ 29.4%Language:JavaScript 10.6%Language:Jupyter Notebook 10.4%Language:Shell 2.2%