Avidemux+cannot+use+that+file+as+audio+track Extra Quality Jun 2026
Avidemux is picky about external audio tracks. The error typically triggers for two reasons:
If your audio is .mka or .ogg , try renaming it to .mp3 or .aac if it's encoded as such.
To simply replace the audio in a video file without re-encoding, you can use a command like this: avidemux+cannot+use+that+file+as+audio+track
Open your command prompt or terminal and run the following command to re-encode to a clean MP3:
Check , then check Play another media synchronously . Click Extra media and add your external audio file. Avidemux is picky about external audio tracks
New user getting "Cannot use that file as audio track" - avidemux.org
ffmpeg -i input_audio.mp3 -acodec pcm_s16le output_audio.wav Use code with caution. Click Extra media and add your external audio file
# To convert an OGG file to MP3 ffmpeg -i input.ogg -c:a libmp3lame -b:a 192k output.mp3
Open Avidemux, go to , and import your newly exported file. It will now load successfully. Method 2: Convert Using VLC Media Player
Avidemux is primarily a video editor and multiplexer, not a dedicated digital audio workstation (DAW). Unlike full-fledged video suites, it lacks internal demuxers for processing secondary, containerized audio streams.
Ensure that your audio file is in a format supported by Avidemux, such as WAV, MP3, OGG, or AAC. If your file is in a different format, try converting it to a supported format using a tool like FFmpeg or Audacity.