Skip to content

Commit 8b85e33

Browse files
authored
Update duration and time defaults for Media Transformations (#23802)
1 parent 44ae33d commit 8b85e33

File tree

1 file changed

+2
-3
lines changed
  • src/content/docs/stream/transform-videos

1 file changed

+2
-3
lines changed

src/content/docs/stream/transform-videos/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Specifies when to start extracting the output in the input file. Depends on `mod
6262
- When `mode` is `spritesheet` or `video`, specifies the timestamp where the output will start.
6363
- When `mode` is `frame`, specifies the timestamp from which to extract the still image.
6464
- Formats as a time string, for example: 5s, 2m
65-
- Acceptable range: 0 – 30s
65+
- Acceptable range: 0 – 10m
6666
- Default: 0
6767

6868
### `duration`
@@ -72,7 +72,7 @@ The duration of the output video or spritesheet. Depends on `mode`:
7272
- When `mode` is `video`, specifies the duration of the output.
7373
- When `mode` is `spritesheet`, specifies the time range from which to select frames.
7474
- Acceptable range: 1s - 60s (or 1m)
75-
- Default: input duration or 30 seconds, whichever is shorter
75+
- Default: input duration or 60 seconds, whichever is shorter
7676

7777
### `fit`
7878

@@ -119,7 +119,6 @@ Input video should be an MP4 with H.264 encoded video and AAC or MP3 encoded aud
119119
Media Transformations are currently in beta. During this period:
120120

121121
- Transformations are available for all enabled zones free-of-charge.
122-
- Restricting allowed origins for transformations are coming soon.
123122
- Outputs from Media Transformations will be cached, but if they must be regenerated, the origin fetch is not cached and may result in subsequent requests to the origin asset.
124123

125124
## Pricing

0 commit comments

Comments
 (0)