Skip to content

Commit 29bb37c

Browse files
authored
Merge pull request #106669 from Juliako/patch-2
Update encoding-concept.md
2 parents b76ed7f + c2f9c59 commit 29bb37c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

articles/media-services/latest/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
items:
7373
- name: Overview
7474
href: encoding-concept.md
75-
displayName: encoding, presets, jobs, adaptive, bitrate
75+
displayName: encoding, presets, jobs, adaptive, bitrate, billing
7676
- name: Standard Encoder formats
7777
displayName: containers, codecs
7878
href: media-encoder-standard-formats.md

articles/media-services/latest/encoding-concept.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ The term encoding in Media Services applies to the process of converting files c
2424

2525
Videos are typically delivered to devices and apps by [progressive download](https://en.wikipedia.org/wiki/Progressive_download) or through [adaptive bitrate streaming](https://en.wikipedia.org/wiki/Adaptive_bitrate_streaming).
2626

27+
> [!IMPORTANT]
28+
> Media Services does not bill for canceled or errored jobs. For example, a job that has reached 50% progress and is canceled is not billed at 50% of the job minutes. You are only charged for finished jobs.
29+
2730
* To deliver by progressive download, you can use Azure Media Services to convert a digital media file (mezzanine) into an [MP4](https://en.wikipedia.org/wiki/MPEG-4_Part_14) file, which contains video that's been encoded with the [H.264](https://en.wikipedia.org/wiki/H.264/MPEG-4_AVC) codec, and audio that's been encoded with the [AAC](https://en.wikipedia.org/wiki/Advanced_Audio_Coding) codec. This MP4 file is written to an Asset in your storage account. You can use the Azure Storage APIs or SDKs (for example, [Storage REST API](../../storage/common/storage-rest-api-auth.md) or [.NET SDK](../../storage/blobs/storage-quickstart-blobs-dotnet.md)) to download the file directly. If you created the output Asset with a specific container name in storage, use that location. Otherwise, you can use Media Services to [list the asset container URLs](https://docs.microsoft.com/rest/api/media/assets/listcontainersas).
2831
* To prepare content for delivery by adaptive bitrate streaming, the mezzanine file needs to be encoded at multiple bitrates (high to low). To ensure graceful transition of quality, the resolution of the video is lowered as the bitrate is lowered. This results in a so-called encoding ladder–a table of resolutions and bitrates (see [auto-generated adaptive bitrate ladder](autogen-bitrate-ladder.md)). You can use Media Services to encode your mezzanine files at multiple bitrates. In doing so, you'll get a set of MP4 files and associated streaming configuration files written to an Asset in your storage account. You can then use the [Dynamic Packaging](dynamic-packaging-overview.md) capability in Media Services to deliver the video via streaming protocols like [MPEG-DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) and [HLS](https://en.wikipedia.org/wiki/HTTP_Live_Streaming). This requires you to create a [Streaming Locator](streaming-locators-concept.md) and build streaming URLs corresponding to the supported protocols, which can then be handed off to devices/apps based on their capabilities.
2932

@@ -134,6 +137,12 @@ In Media Services v3, presets are strongly typed entities in the API itself. You
134137

135138
To scale media processing, see [Scale with CLI](media-reserved-units-cli-how-to.md).
136139

140+
## Billing
141+
142+
Media Services does not bill for canceled or errored jobs. For example, a job that has reached 50% progress and is canceled is not billed at 50% of the job minutes. You are only charged for finished jobs.
143+
144+
For more information, see [pricing](https://azure.microsoft.com/pricing/details/media-services/).
145+
137146
## Ask questions, give feedback, get updates
138147

139148
Check out the [Azure Media Services community](media-services-community.md) article to see different ways you can ask questions, give feedback, and get updates about Media Services.

0 commit comments

Comments
 (0)