Skip to content

Commit da2b8e5

Browse files
authored
[Stream] Minor change for initial rollout of media transforms (#20695)
1 parent 4c282f5 commit da2b8e5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://example.com/cdn-cgi/media/<OPTIONS>/<SOURCE-VIDEO>
3535
- `example.com`: Your website or zone on Cloudflare, with Transformations enabled.
3636
- `/cdn-cgi/media/`: A prefix that identifies a special path handled by Cloudflare's built-in media transformation service.
3737
- `<OPTIONS>`: A comma-separated list of options. Refer to the available options below.
38-
- `<SOURCE-VIDEO>`: An absolute path on the origin server or a full URL (starting with `https://` or `http://`) of the original asset to resize.
38+
- `<SOURCE-VIDEO>`: A full URL (starting with `https://` or `http://`) of the original asset to resize.
3939

4040
For example, this URL will source an HD video from an R2 bucket, shorten it, crop and resize it as a square, and remove the audio.
4141

0 commit comments

Comments
 (0)