Search Documentation
Search across all documentation pages
Overview

Practical Tutorials

These guides walk you through real-world workflows with Transcodely. Each one focuses on a specific integration pattern with working code examples you can adapt for your application.

Storage Setup

Configure Google Cloud Storage or Amazon S3 as input and output origins. Includes IAM policy examples, credential setup, and permission validation.

Adaptive Streaming

Build HLS and DASH adaptive bitrate ladders for multi-device delivery. Configure segment duration, GOP alignment, and multi-codec manifests.

Delayed Jobs

Use the two-phase workflow to review estimated costs before encoding starts. Create a job with delayed_start, inspect pricing, then confirm or cancel.

Batch Encoding

Process multiple videos efficiently with idempotency keys and parallel job creation. Monitor batch progress and handle partial failures gracefully.


Before You Start

These guides assume you have completed the Quickstart and have a working API key. If you need to set up authentication first, see Authentication.

All examples use the base URL https://api.transcodely.com and the Connect-RPC protocol with application/json content type.