Перейти к содержимому

Avidemux Cannot - Use That File As Audio Track Fix

This error happens because Avidemux is primarily a video editor, not an audio editor. The software has . Avidemux usually rejects audio files that are wrapped inside a container (like an MP4 or M4A file), contain metadata headers, or use an unsupported codec.

ffmpeg -i "your_audio.flac" -acodec pcm_s16le -ar 48000 -ac 2 audio.wav

If your audio file was exported from software like Traktor, extra metadata at the beginning of the file can confuse Avidemux, causing it to misinterpret the audio headers and reject the file. Unsupported Codecs: avidemux cannot use that file as audio track

If adding a second track, it must be Constant Bitrate (CBR) MP3 or AC3. Use Menu Selection: Instead of just dragging the file, go to Audio > Select Track and choose "Add audio track" to properly map it. avidemux.org If all else fails:

Avidemux is a popular, free, and open-source video editing software that allows users to edit and manipulate video files. It supports a wide range of file formats and offers various features, including video and audio filtering, cutting, and encoding. However, some users may encounter an error message that says, "Avidemux cannot use that file as audio track." In this article, we will explore the possible causes of this error and provide step-by-step solutions to help you resolve the issue. This error happens because Avidemux is primarily a

Q: Why can't I add an audio file to my Avidemux project? A: The "Avidemux cannot use that file as audio track" error can occur due to incompatible audio formats, corrupted files, or unsupported codecs.

However, many users encounter a roadblock when navigating to , clicking Add audio track , and choosing their file: they are hit with the frustrating error message: "Cannot use that file as audio track." ffmpeg -i "your_audio

: Certain audio editors or DJ software (such as Traktor) inject proprietary metadata tags at the very beginning of standard MP3 files. Avidemux misinterprets these headers as corrupt frames and completely rejects the file.

If you need to add an MP3 to an MP4 without re-encoding, use MKVToolNix to create an MKV file (which happily accepts MP3). Then use Avidemux to edit that MKV.

Ensure that the audio codec and bitrate are compatible with Avidemux. You can check the audio codec and bitrate using a tool like MediaInfo or FFmpeg.