AV1 Tears of Steel
POST https://api.bitmovin.com/v1/encoding/simple/jobs/vod
AV1 Simple Encoding API
Utilizes Bitmovin's Per-Title encoding optimization to analyze and set the optimal ABR ladder for every file together with 3-pass bitrate optimization to deliver the best quality and viewer experience.
Encodes AV1 Video + AAC audio with DASH packaging, including thumbnails and sprites.
Outputs to Bitmovin's CDN Streaming Storage (beta) for easy hosting and streaming distribution. Read more here.
To use this Request template:
- In the Headers tab, paste your Bitmovin API key into the value for 'x-api-key'. Your API key can be retrieved from the Bitmovin dashboard. If you don't have an account, sign up for a free trial.
- In the Body tab, you can use our default input Tears of Steel, or update the
name
and inputsurl
to use your own source.
That's it, click Send to begin encoding!
Once your job is running you can use the GET AV1 Tears of Steal Status
call in this collection to get updates on the progress. Once encoding is complete, your globally distributed playback url will be available in the encodings section of your Bitmovin dashboard.
You can also use your own output destinations like GCS, Azure Blob Storage, or Akamai NetStorage. Read more here: Bitmovin Simple Encoding API documentation
Request Body
{"name"=>"AV1_tears of steel", "encodingTemplate"=>"AV1", "inputs"=>[{"url"=>"https://ftp.halifax.rwth-aachen.de/blender/demo/movies/ToS/ToS-4k-1920.mov"}], "outputs"=>[{"type"=>"CDN"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string |