How to Extract and Edit Video Audio in Audacity

Extracting and editing the audio track from a video file using Audacity is a straightforward process that allows you to isolate sound, remove background noise, cut unwanted sections, and enhance overall audio quality without needing complex video editing software. By utilizing Audacity's optional FFmpeg library, you can import common video formats—such as MP4, MOV, and MKV—directly into the workspace, where the program automatically strips the video stream and converts the audio into an editable waveform.

Step 1: Install the FFmpeg Library

Audacity cannot natively decode most video formats without the FFmpeg library. To ensure your system can read video containers:

  1. Open Audacity and navigate to Edit > Preferences (on macOS, click Audacity > Preferences).
  2. Select Libraries from the left-hand menu.
  3. Check the FFmpeg Library Version section. If it shows "FFmpeg library not found," click the Download button to be directed to the official installer for your operating system, install it, and restart Audacity.

Step 2: Import the Video File

Once FFmpeg is configured, importing the audio track requires no pre-conversion:

  1. Go to File > Open or File > Import > Audio.
  2. Select your video file (MP4, MKV, AVI, MOV, etc.) and click Open. Alternatively, drag and drop the video file directly into the Audacity window.
  3. Audacity will automatically demux the file, discard the visual data, and generate the audio track across one or two audio channels (mono or stereo).

Step 3: Edit the Audio Track

With the audio loaded into the timeline, use Audacity's toolset to modify the sound:

Step 4: Export the Final Audio

After completing your edits, save the audio in your desired format:

  1. Go to File > Export Audio.
  2. Choose your preferred output format, such as WAV for uncompressed quality or MP3 / AAC for compressed file sizes.
  3. Set your sample rate, bit depth, and destination folder, then click Export.