diff --git a/src/content/docs/stream/edit-videos/applying-watermarks.mdx b/src/content/docs/stream/edit-videos/applying-watermarks.mdx index 3f11201114aaf52..d5e628625ad7f15 100644 --- a/src/content/docs/stream/edit-videos/applying-watermarks.mdx +++ b/src/content/docs/stream/edit-videos/applying-watermarks.mdx @@ -58,7 +58,7 @@ To create, list, delete, or get information about the profile, you will need you * Stream will make sure that the watermark will be at about the same position across videos with different dimensions. -* `scale` float default: 0.15 +* `scale` float default: 0.15 * The size of the watermark relative to the overall size of the video. This parameter will adapt to horizontal and vertical videos automatically. 0.0 means no scaling (use the size of the watermark as-is), and 1.0 fills the entire video. @@ -70,7 +70,7 @@ To create, list, delete, or get information about the profile, you will need you :::note - Note that `center` will ignore the `padding` parameter. + Note that `center` will ignore the `padding` parameter. ::: diff --git a/src/content/docs/stream/transform-videos/index.mdx b/src/content/docs/stream/transform-videos/index.mdx index f594eab877b0929..1a3c65e35e22b2a 100644 --- a/src/content/docs/stream/transform-videos/index.mdx +++ b/src/content/docs/stream/transform-videos/index.mdx @@ -124,9 +124,9 @@ Media Transformations are currently in beta. During this period: Media Transformations will be free for all customers while in beta. -After that, Media Transforamtions and Image Transformations will use the same subscriptions and usage metrics. +After that, Media Transforamtions and Image Transformations will use the same subscriptions and usage metrics. -- Generating a still frame (single image) from a video counts as 1 transformation. -- Generating an optimized video counts as 1 transformation _per second of the output_ video. -- Each unique transformation is only billed once per month. +- Generating a still frame (single image) from a video counts as 1 transformation. +- Generating an optimized video counts as 1 transformation _per second of the output_ video. +- Each unique transformation is only billed once per month. - All Media and Image Transformations cost $0.50 per 1,000 monthly unique transformation operations, with a free monthly allocation of 5,000. diff --git a/src/content/docs/stream/uploading-videos/player-api.mdx b/src/content/docs/stream/uploading-videos/player-api.mdx index 4acc3a04877b7a7..08afb475c8e0cec 100644 --- a/src/content/docs/stream/uploading-videos/player-api.mdx +++ b/src/content/docs/stream/uploading-videos/player-api.mdx @@ -26,7 +26,7 @@ Multiple attributes can be used together, added one after each other like this: :::note To disable video autoplay, the `autoplay` attribute needs to be removed altogether as this attribute. Setting `autoplay="false"` will not work; the video will autoplay if the attribute is there in the `` tag. - In addition, some browsers now prevent videos with audio from playing automatically. You may add the `mute` attribute to allow your videos to autoplay. For more information, go [here](https://webkit.org/blog/6784/new-video-policies-for-ios/). + In addition, some browsers now prevent videos with audio from playing automatically. You may add the `mute` attribute to allow your videos to autoplay. For more information, go [here](https://webkit.org/blog/6784/new-video-policies-for-ios/). ::: * `controls` boolean @@ -50,7 +50,7 @@ Multiple attributes can be used together, added one after each other like this: * This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. You may choose to include this attribute as a boolean attribute without a value, or you may specify the value `preload="auto"` to preload the beginning of the video. Not including the attribute or using `preload="metadata"` will just load the metadata needed to start video playback when requested. :::note - The `