Avidemux+cannot+use+that+file+as+audio+track [portable] -
This error typically appears when attempting to add an external audio file (like MP3, AAC, or WAV) via the Audio > Select Track > Add audio track menu.
If you're still having trouble importing an audio file into Avidemux, try using FFmpeg to extract the audio from the video file. To do this:
The "Cannot use that file as audio track" error in Avidemux typically occurs when you're trying to add an audio file to your video project, but Avidemux is unable to read or recognize the audio file.
Look at the Format dropdown. If you are unsure, select . It is the most forgiving container for external audio. avidemux+cannot+use+that+file+as+audio+track
# To convert an OGG file to MP3 ffmpeg -i input.ogg -c:a libmp3lame -b:a 192k output.mp3
For users who prefer a graphical interface, Audacity is an excellent free tool. It’s particularly useful for editing audio lengths to match your video perfectly.
By following these steps, you should be able to resolve the "Cannot use that file as audio track" error in Avidemux and successfully add the audio file to your video project. This error typically appears when attempting to add
When you add an external audio track, Avidemux does not want to transcode it on the fly. It wants to the audio stream directly into the output container (MKV, MP4, AVI). For this to work, three conditions must be met:
: If you just need to "marry" an audio file to a video without re-encoding, MKVToolNix-GUI is often a faster, more flexible alternative that accepts most containers.
Import your audio → export as 16-bit PCM WAV. Works every time. Look at the Format dropdown
If you know your audio codec is compatible (e.g., it’s an AAC stream) but the wrapper (container) or metadata is causing the error, you can use the command-line tool to fix it without re-encoding (avoiding any quality loss).
The most common culprit?
Ensure you are running the latest version of Avidemux from the official website. Older versions have limited codec support. Conclusion
If you prefer a graphical user interface, use the open-source editor Audacity to strip out confusing metadata and containers. the problematic audio file into Audacity. Go to File > Export Audio .