Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.51 KB

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 [email protected] so that we can get a contributor agreement in place. Please reference this repository.