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 - Audio mode for Media Transformations
Cloudflare Developer Platform Changelog · 2025-07-22
Related items
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 - Increased limits for Media Transformations
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 - 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...
Cloudflare Images - Transformation flows in Images
Flows are automated rules that pair conditions (such as file extension, URL path, or query parameter) with parameters. Set up a flow to automatically apply image optimization to matching requests on your zone without writing code or changing URLs. There are two modes for transformation flows: Provider flows — Migrat...
Pipelines - Pipelines now supports SQL transformations and Apache Iceberg
Today, we're launching the new Cloudflare Pipelines : a streaming data platform that ingests events, transforms them with SQL , and writes to R2 as Apache Iceberg tables or Parquet files. Pipelines can receive events via HTTP endpoints or Worker bindings , transform them with SQL, and deliver to R2 with exactly-once...