I wanna add a background music on my video. I tried this command
ffmpeg -i video.mkv -i audio.m4a -filter_complex "[0:a][1:a]amerge=inputs=2[a]" -map 0:v -map "[a]" -c:v copy -ac 2 output.mkv
It worked but when music ended, My Video Sound end too. I want to repeate the background music until video end. And if I can change background music volume it will be awosome