Avidemux Cannot Use That File As Audio Track ⇒

Avidemux often rejects audio files (like AAC) that are still wrapped in an MP4 or M4A container when you try to use them as an external track. It prefers "raw" formats (like AAC in an ADTS/LATM envelope, WAV, or raw MP3). Traktor/Metadata Mess:

ffmpeg -i input_audio.mp3 -acodec pcm_s16le -ar 48000 -ac 2 output.wav
Scroll to Top