Method 1:
ffmpeg -i videoplayback.webm -i videoplayback.m4a -c:v copy -c:a copy merged.mp4 -threads 128
Method 2:
ffmpeg -i videoplayback.webm -i videoplayback.m4a -c:v copy -c:a aac -strict experimental merged.mp4 -threads 128
It is efficient for youtube video download !
References:
https://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg
https://superuser.com/questions/792525/how-to-change-ffmpeg-threads-settings