> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# New Feature: Extract Audio from Video and Screen Recordings
- URL: https://blog.addpipe.com/new-feature-extract-audio-from-video-and-screen-recordings/
- Published: 2025-04-28T07:43:02.000Z
- Updated: 2026-05-21T08:02:34.000Z
- Author: Remus
- Tags: Product Updates, #Import 2026-05-22 13:18

Pipe can now extract audio from video and screen recordings into separate files, enabling various use cases, such as transcribing audio from videos and screen recordings for meeting minutes or study transcripts.

The extracted audio file will have the name format *STREAMNAME\_audio.mp4*.

During extraction, the audio will be converted to AAC, while the number of channels and sample rate will remain unchanged.

The feature is available during the trial and with all subscription plans.

We do not charge for extracting the audio as a separate file.

### How to Enable the Feature

You can easily activate the new feature by following these steps:

1. Go to your [transcoding engine](https://dashboard.addpipe.com/transcoding) dashboard page
2. Scroll to the **Extract Audio** section and enable **Extract audio data into a separate file**.
3. Save the settings.

Now, whenever you make a recording, a separate audio file will be created and uploaded, along with all the other resulting files from the recording, to all the configured storage options that Pipe offers.

### Updates to Webhook Payloads

The URL of the new audio file will be sent via the webhook payload for the following webhook events:

- `video_copied_pipe_s3` [payload](https://addpipe.com/docs/webhooks/setting-up-webhooks/#video%5Fcopied%5Fpipe%5Fs3)
  - Contains a new attribute named `audioFileUrl` that represents the full path to the location of the audio file on our S3 storage.
  - Includes a new attribute for the `cdn` object named `cdnAudioFileUrl` that represents the CDN URL for the audio file for our S3 storage.
- `video_copied_s3` [payload](https://addpipe.com/docs/webhooks/setting-up-webhooks/#video%5Fcopied%5Fs3) includes a new attribute named `audioFileUrl` that represents the full path to where the audio file is located on your S3 bucket.

### Other updates

Links to the extracted audio file will be displayed in:

1. The [Recordings](https://dashboard.addpipe.com/recordings) dashboard section.
2. Our [complimentary storage logs](https://dashboard.addpipe.com/our%5Fstorage%5Flogs) and [your S3 storage logs](https://dashboard.addpipe.com/s3%5Flogs).