Sample Code | Media APIs | Dolby.io

DolbyIO DolbyIO Last update: Feb 08, 2022

Dolby.io Media Processing API Samples

This repository contains a collection of samples for how to makeAPI 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 toget an API Key.

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

Environment Variables

Most of these samples expect you to define environment variables sothat you don't have to put your API Key into source code. To make thiseasier we've included an example bash script to initialize thesevariables. This is optional and just provided as a convenience. You canedit 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 correctfor your working environment.

Terms and Contributing

See the LICENSE for details on terms of use as well as broaderterms from Dolby.io. If you find any issues please create an issue in theGitHub repository. If you fork or want to contribute please contact usat [email protected] so that we can get a contributor agreement in place. Pleasereference this repository.

Subscribe to our newsletter