Skip to content

Commit f059170

Browse files
authored
[Stream] Update Media Transformations input limits (#22989)
* [Stream] Update Media Transformations input limits
1 parent acad00d commit f059170

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Increased limits for Media Transformations
3+
description: >
4+
Media Transformations now supports inputs up to 100MB and output videos as long as 1 minute.
5+
date: 2025-06-10T12:00:00Z
6+
---
7+
8+
We have increased the limits for [Media Transformations](/stream/transform-videos/):
9+
10+
- Input file size limit is now 100MB (was 40MB)
11+
- Output video duration limit is now 1 minute (was 30 seconds)
12+
13+
Additionally, we have improved caching of the input asset, resulting in fewer
14+
requests to origin storage even when transformation options may differ.
15+
16+
For more information, learn about [Transforming Videos](/stream/transform-videos/).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The duration of the output video or spritesheet. Depends on `mode`:
7171

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.
74+
- Acceptable range: 1s - 60s (or 1m)
75+
- Default: input duration or 30 seconds, whichever is shorter
7476

7577
### `fit`
7678

@@ -108,7 +110,7 @@ If `mode` is `frame`, specifies the image output format.
108110

109111
## Source video requirements
110112

111-
Input video must be less than 40MB. Contact Stream if the input limitation is unacceptable.
113+
Input video must be less than 100MB.
112114

113115
Input video should be an MP4 with H.264 encoded video and AAC or MP3 encoded audio. Other formats may work but are untested.
114116

0 commit comments

Comments
 (0)