We have increased the limits for Media Transformations : Input file size limit is now 100MB (was 40MB) Output video duration limit is now 1 minute (was 30 seconds) Additionally, we have improved caching of the input asset, resulting in fewer requests to origin storage even when transformation options may differ. For...
Stream - Increased limits for Media Transformations
Cloudflare Developer Platform Changelog · 2025-06-10
Related items
Stream - Audio mode for Media Transformations
We now support audio mode! Use this feature to extract audio from a source video, outputting an M4A file to use in downstream workflows like AI inference , content moderation, or transcription. For example, https://example.com/cdn-cgi/media/OPTIONS/SOURCE-VIDEO https://example.com/cdn-cgi/media/mode=audio,time=3s,du...
Stream - Media Transformations binding for Workers
You can now use a Workers binding to transform videos with Media Transformations. This allows you to resize, crop, extract frames, and extract audio from videos stored anywhere, even in private locations like R2 buckets. The Media Transformations binding is useful when you want to: Transform videos stored in private...
Stream - Introducing Origin Restrictions for Media Transformations
We are adding source origin restrictions to the Media Transformations beta. This allows customers to restrict what sources can be used to fetch images and video for transformations. This feature is the same as --- and uses the same settings as --- Image Transformations sources . When transformations is first enabled...
Stream - Introducing Media Transformations from Cloudflare Stream
Today, we are thrilled to announce Media Transformations, a new service that brings the magic of Image Transformations to short-form video files, wherever they are stored! For customers with a huge volume of short video — generative AI output, e-commerce product videos, social media clips, or short marketing content...
Workers, Workers for Platforms - Increased static asset limits for Workers
You can now upload up to 100,000 static assets per Worker version Paid and Workers for Platforms users can now upload up to 100,000 static assets per Worker version, a 5x increase from the previous limit of 20,000. Customers on the free plan still have the same limit as before — 20,000 static assets per version of y...
Queues - Increased limits for Queues pull consumers
Queues pull consumers can now pull and acknowledge up to 5,000 messages / second per queue . Previously, pull consumers were rate limited to 1,200 requests / 5 minutes, aggregated across all queues. Pull consumers allow you to consume messages over HTTP from any environment—including outside of Cloudflare Workers ....