Avidemux Cannot Use That File As Audio Track ^hot^ Now
Alternatively, you can mux the audio and video together directly in FFmpeg to bypass Avidemux entirely:
ffmpeg -i video.mp4 -i audio.mp3 -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 output.mp4 Use code with caution. 3. Update Avidemux avidemux cannot use that file as audio track
ffmpeg -i input_audio.m4a -acodec copy -absf adts output_audio.aac Use code with caution. Alternatively, you can mux the audio and video
Must be in an ADTS envelope (raw .aac file), not a .m4a container. AC3/E-AC3: Standard Dolby Digital formats. 2. Re-wrap with FFmpeg (Advanced) avidemux cannot use that file as audio track
