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:
- Open Audacity and navigate to Edit > Preferences (on macOS, click Audacity > Preferences).
- Select Libraries from the left-hand menu.
- 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:
- Go to File > Open or File > Import > Audio.
- Select your video file (MP4, MKV, AVI, MOV, etc.) and click Open. Alternatively, drag and drop the video file directly into the Audacity window.
- 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:
- Cut and Trim: Highlight any unwanted sections using
the Selection Tool (shortcut
I) and press Delete or Backspace. To isolate a specific section, highlight it and press Ctrl + T (Cmd + T on macOS) to trim away everything else. - Remove Background Noise: Select a few seconds of ambient room noise with no speech, navigate to Effect > Noise Removal and Repair > Noise Reduction, and click Get Noise Profile. Then, select the entire track (Ctrl + A), reopen the Noise Reduction menu, adjust your settings, and click OK.
- Level the Volume: Normalize uneven sound levels by selecting the entire track, navigating to Effect > Volume and Compression > Normalize, and applying a peak amplitude setting (typically between -1.0 dB and -2.0 dB).
Step 4: Export the Final Audio
After completing your edits, save the audio in your desired format:
- Go to File > Export Audio.
- Choose your preferred output format, such as WAV for uncompressed quality or MP3 / AAC for compressed file sizes.
- Set your sample rate, bit depth, and destination folder, then click Export.