Skip to content

Commit 061208a

Browse files
committed
Placeholder changelog demo
1 parent 220c0c5 commit 061208a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/content/changelog/stream/2025-03-06-media-transformations.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ optimize videos with Media Transformations, too.
2929
https://example.com/media/<OPTIONS>/<SOURCE-VIDEO>
3030
```
3131

32-
(( PLACEHOLDER DEMO ))
32+
For example, we have a short video of the mobile in Austin's office. The
33+
original is nearly 30 megabytes and wider than necessary for this layout.
34+
Consider a simple width adjustment:
35+
36+
<video controls>
37+
<source src="https://customer-igynxd2rwhmuoxw8.cloudflarestream.com/media/width=640/https://pub-d9fcbc1abcd244c1821f38b99017347f.r2.dev/aus-mobile.mp4" />
38+
</video>
39+
40+
(( REPEAT URL ))
41+
42+
The result is less than 3 megabytes, properly sized, and delivered dynamically
43+
so that customers do not have to manage the creation and storage of these
44+
transformed assets.
3345

3446
For more information, learn about [Transforming Videos](/stream/transform-videos/).

0 commit comments

Comments
 (0)