How to add audio to video on linux using ffmpeg

Published: 06 August 2020
on channel: Code Discovery
315
11

=====================EXTRA INFO===================
________To add audio with some delay______________________
ffmpeg -y -i concat.mkv -itsoffset 00:00:09 -i input.aac -map 0:0 -map 1:0 -c:v copy -preset ultrafast -async 1 final.mkv
_____________________________________________________________
The command for adding audio to video on linux is ::::::::::::::::::
ffmpeg -i input.mkv -i input.aac -c copy -map 0:v:0 -map 1:a:0 output.mkv


Watch video How to add audio to video on linux using ffmpeg online without registration, duration hours minute second in high quality. This video was added by user Code Discovery 06 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 315 once and liked it 11 people.