ffmpeg add audio to video at specific time

Code Example - ffmpeg add audio to video at specific time

                
                        ffmpeg -y -i a.mp4 -itsoffset 00:00:30 -i sng.m4a -map 0:0 -map 1:0 -c:v copy -preset ultrafast -async 1 out.mp4