Avidemux+cannot+use+that+file+as+audio+track Free 〈2024〉
If Avidemux continues to fail, you can force the audio into the video container using this simple command (replace filenames accordingly):
ffmpeg -i input_audio.mp3 -vn -acodec pcm_s16le -ar 44100 output_audio.wav This command: Removes video data ( -vn ) Converts to standard PCM 16-bit ( -acodec pcm_s16le ) Sets the rate to 44.1kHz ( -ar 44100 ) avidemux+cannot+use+that+file+as+audio+track
: If you must use AAC, use a tool like FFmpeg to extract it from its container into a raw ADTS stream before loading. Cannot use mp3 as audio track - avidemux.org If Avidemux continues to fail, you can force