You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/stream/transform-videos/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Specifies when to start extracting the output in the input file. Depends on `mod
62
62
- When `mode` is `spritesheet` or `video`, specifies the timestamp where the output will start.
63
63
- When `mode` is `frame`, specifies the timestamp from which to extract the still image.
64
64
- Formats as a time string, for example: 5s, 2m
65
-
- Acceptable range: 0 – 30s
65
+
- Acceptable range: 0 – 10m
66
66
- Default: 0
67
67
68
68
### `duration`
@@ -72,7 +72,7 @@ The duration of the output video or spritesheet. Depends on `mode`:
72
72
- When `mode` is `video`, specifies the duration of the output.
73
73
- When `mode` is `spritesheet`, specifies the time range from which to select frames.
74
74
- 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
76
76
77
77
### `fit`
78
78
@@ -119,7 +119,6 @@ Input video should be an MP4 with H.264 encoded video and AAC or MP3 encoded aud
119
119
Media Transformations are currently in beta. During this period:
120
120
121
121
- Transformations are available for all enabled zones free-of-charge.
122
-
- Restricting allowed origins for transformations are coming soon.
123
122
- 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.
0 commit comments