best quality and small size
yt-dlp -f 'bestvideo[height=720]+bestaudio[ext=m4a]/best' --merge-output-format mp4 https://www.youtube.com/watch?v=lVrJ4y1gTwk
best compatibility (h264)
yt-dlp -f 'bestvideo[vcodec~="^((he|a)vc|h26[45])"][height=1080]+bestaudio[ext=m4a]/best' --merge-output-format mp4 https://www.youtube.com/watch?v=ouf06bPx_hY
best compatibality NEW
yt-dlp -S 'vcodec:h264,acodec:m4a' -f "bestvideo[ext=mp4][height=720]+bestaudio[ext=m4a]" https://www.youtube.com/watch?v=QzcvRDWgRIE