---
title: Audio mode for Media Transformations
description: Media Transformations now supports `audio` mode, which extracts audio from a video.

image: https://developers.cloudflare.com/changelog-preview.png
---

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Audio mode for Media Transformations

Jul 22, 2025 

[ Stream ](https://developers.cloudflare.com/stream/) 

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](https://developers.cloudflare.com/workers-ai/), content moderation, or transcription.

For example,

Example URL

```

https://example.com/cdn-cgi/media/<OPTIONS>/<SOURCE-VIDEO>

https://example.com/cdn-cgi/media/mode=audio,time=3s,duration=60s/<input video with diction>


```

For more information, learn about [Transforming Videos](https://developers.cloudflare.com/stream/transform-videos/).