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.
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
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
- Copy "env.sh" to "my-env.sh"
- Replace variable with your API Key
- 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.
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.